We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c488c0 commit dd4de27Copy full SHA for dd4de27
.github/workflows/benchmark_nightly_lmi.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Download weights from s3
45
run: |
46
pip install awscli
47
- aws s3 cp s3://torchserve/mar_files/llama-2/Llama-2-7b-chat-hf/ /home/ubuntu/Llama-2-7b-chat-hf --recursive
+ aws s3 cp s3://torchserve/mar_files/llama-2/Llama-2-70b-chat-hf/ /home/ubuntu/Llama-2-70b-chat-hf --recursive
48
- name: Install dependencies
49
50
sudo apt-get update -y
0 commit comments