Skip to content

Commit cc1a305

Browse files
authored
update readme (#386)
1 parent f8976e9 commit cc1a305

File tree

47 files changed

+98
-90
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+98
-90
lines changed

README.md

Lines changed: 2 additions & 2 deletions

README_CN.md

Lines changed: 2 additions & 2 deletions

docs/source/LLM/命令行参数.md

Lines changed: 2 additions & 2 deletions

docs/source/LLM/支持的模型和数据集.md

Lines changed: 5 additions & 3 deletions

examples/pytorch/llm/scripts/baichuan2_13b_chat/lora_ddp_ds/sft.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ torchrun \
4040
--hub_model_id baichuan2-13b-chat-lora \
4141
--hub_private_repo true \
4242
--hub_token 'your-sdk-token' \
43-
--deepspeed_config_path 'ds_config/zero2.json' \
43+
--deepspeed_config_path default-zero2 \
4444
--save_only_model true \

examples/pytorch/llm/scripts/baichuan2_13b_chat/qlora_ddp_ds/sft.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ torchrun \
4242
--hub_model_id baichuan2-13b-chat-qlora \
4343
--hub_private_repo true \
4444
--hub_token 'your-sdk-token' \
45-
--deepspeed_config_path 'ds_config/zero2.json' \
45+
--deepspeed_config_path default-zero2 \
4646
--save_only_model true \

examples/pytorch/llm/scripts/baichuan2_13b_chat_int4/qlora_ddp_ds/sft.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ torchrun \
4040
--hub_model_id baichuan2-13b-chat-int4-qlora \
4141
--hub_private_repo true \
4242
--hub_token 'your-sdk-token' \
43-
--deepspeed_config_path 'ds_config/zero2.json' \
43+
--deepspeed_config_path default-zero2 \
4444
--save_only_model true \

examples/pytorch/llm/scripts/baichuan2_7b_chat/lora_ddp_ds/sft.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ torchrun \
4040
--hub_model_id baichuan2-7b-chat-lora \
4141
--hub_private_repo true \
4242
--hub_token 'your-sdk-token' \
43-
--deepspeed_config_path 'ds_config/zero2.json' \
43+
--deepspeed_config_path default-zero2 \
4444
--save_only_model true \

examples/pytorch/llm/scripts/baichuan2_7b_chat/qlora_ddp_ds/sft.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ torchrun \
4242
--hub_model_id baichuan2-7b-chat-qlora \
4343
--hub_private_repo true \
4444
--hub_token 'your-sdk-token' \
45-
--deepspeed_config_path 'ds_config/zero2.json' \
45+
--deepspeed_config_path default-zero2 \
4646
--save_only_model true \

examples/pytorch/llm/scripts/baichuan2_7b_chat_int4/qlora_ddp_ds/sft.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ torchrun \
4040
--hub_model_id baichuan2-7b-chat-int4-qlora \
4141
--hub_private_repo true \
4242
--hub_token 'your-sdk-token' \
43-
--deepspeed_config_path 'ds_config/zero2.json' \
43+
--deepspeed_config_path default-zero2 \
4444
--save_only_model true \

0 commit comments

Comments
 (0)