From 26c39e1ca7e1efb150a7cccdff16f89d42b1df3e Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Thu, 19 Jun 2025 22:19:52 +0700 Subject: [PATCH] fix(doc): address exitcode formatting to help search (#2809) [skip ci] --- docs/faq.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.qmd b/docs/faq.qmd index f2744caba..b84aa75bd 100644 --- a/docs/faq.qmd +++ b/docs/faq.qmd @@ -9,11 +9,11 @@ description: Frequently asked questions > A: Usually an issue with the GPUs communicating with each other. See the [NCCL doc](nccl.qmd) -**Q: Exitcode -9** +**Q: exitcode: -9** > A: This usually happens when you run out of system RAM. -**Q: Exitcode -7 while using deepspeed** +**Q: exitcode: -7 while using deepspeed** > A: Try upgrading deepspeed w: `pip install -U deepspeed`