LZHgrla commited on
Commit
ba2e0f4
1 Parent(s): 50a60e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -96,6 +96,5 @@ xtuner chat hf meta-llama/Llama-2-7b-hf --adapter xtuner/Llama-2-7b-qlora-moss-0
96
  Use the following command to quickly reproduce the fine-tuning results.
97
 
98
  ```shell
99
- NPROC_PER_NODE=8 xtuner train llama2_7b_qlora_moss_sft_all_e2_gpu8 # Recommended!
100
- xtuner train llama2_7b_qlora_moss_sft_all_e1
101
  ```
 
96
  Use the following command to quickly reproduce the fine-tuning results.
97
 
98
  ```shell
99
+ NPROC_PER_NODE=8 xtuner train llama2_7b_qlora_moss_sft_all_e2_gpu8
 
100
  ```