浏览代码

Update FAQ.md

Sanyam Bhutani 3 月之前
父节点
当前提交
4fcf3dcedd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/docs/FAQ.md

+ 1 - 1
src/docs/FAQ.md

@@ -42,7 +42,7 @@ Here we discuss frequently asked questions that may occur and we found useful al
 
 
     The environment variable `TORCH_DISTRIBUTED_DEBUG` can be used to trigger additional useful logging and collective synchronization checks to ensure all ranks are synchronized appropriately. `TORCH_DISTRIBUTED_DEBUG` can be set to either OFF (default), INFO, or DETAIL depending on the debugging level required. Please note that the most verbose option, DETAIL may impact the application performance and thus should only be used when debugging issues.
     The environment variable `TORCH_DISTRIBUTED_DEBUG` can be used to trigger additional useful logging and collective synchronization checks to ensure all ranks are synchronized appropriately. `TORCH_DISTRIBUTED_DEBUG` can be set to either OFF (default), INFO, or DETAIL depending on the debugging level required. Please note that the most verbose option, DETAIL may impact the application performance and thus should only be used when debugging issues.
 
 
-    We also added this environment variable in `setup_environ_flags` of the [train_utils.py](../src/llama_recipes/utils/train_utils.py), feel free to uncomment it if required.
+    We also added this environment variable in `setup_environ_flags` of the [train_utils.py](../llama_recipes/utils/train_utils.py), feel free to uncomment it if required.
 
 
 9. I am getting import errors when running inference.
 9. I am getting import errors when running inference.