Skip to content

Commit

Permalink
fix sagemaker config file name
Browse files Browse the repository at this point in the history
  • Loading branch information
aarora79 committed Dec 5, 2024
1 parent 105197e commit 68a7c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ You can benchmark any model(s) on Amazon SageMaker by simply pointing the orches
# SageMaker to store the model files (for models downloaded
# from Hugging Face)
write_bucket=your-bucket-name
python main.py --config-file configs/sagemaker.yml --fmbench-config-file fmbench:llama3.1/8b/config-llama3.1-8b-g5.xl-g5.2xl-sm.yml --write-bucket $write_bucket
python main.py --config-file configs/sagemaker.yml --fmbench-config-file fmbench:llama3.1/8b/config-llama3.1-8b-g5.2xl-g5.4xl-sm.yml --write-bucket $write_bucket
```

## Benchmark for Bedrock
Expand Down

0 comments on commit 68a7c11

Please sign in to comment.