Skip to content

Commit

Permalink
docs(README.md): updated validated examples to include s3 storage path
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobbins228 authored and openshift-merge-bot[bot] committed Jul 17, 2024
1 parent debe387 commit f8f7e3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/ray-finetune-llm-deepspeed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ This example has been validated on the following configurations:
ray_finetune_llm_deepspeed.py "
"--model-name=meta-llama/Llama-2-7b-chat-hf "
"--ds-config=./deepspeed_configs/zero_3_llama_2_7b.json "
f"--storage-path=s3://{s3_bucket}/ray_finetune_llm_deepspeed/ "
"--lora "
"--num-devices=6 "
"--batch-size-per-device=16 "
Expand Down Expand Up @@ -132,6 +133,7 @@ This example has been validated on the following configurations:
ray_finetune_llm_deepspeed.py "
"--model-name=meta-llama/Llama-2-13b-chat-hf "
"--ds-config=./deepspeed_configs/zero_3_llama_2_13b.json "
f"--storage-path=s3://{s3_bucket}/ray_finetune_llm_deepspeed/ "
"--lora "
"--num-devices=6 "
"--batch-size-per-device=16 "
Expand Down Expand Up @@ -161,6 +163,7 @@ This example has been validated on the following configurations:
ray_finetune_llm_deepspeed.py "
"--model-name=meta-llama/Llama-2-70b-chat-hf "
"--ds-config=./deepspeed_configs/zero_3_llama_2_70b.json "
f"--storage-path=s3://{s3_bucket}/ray_finetune_llm_deepspeed/ "
"--lora "
"--num-devices=8 "
"--batch-size-per-device=8 "
Expand Down

0 comments on commit f8f7e3d

Please sign in to comment.