From dd4de270e338e2f5e82eae65cc9443f55bb3da0e Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 21 May 2024 20:17:46 +0000 Subject: [PATCH] test 70 s3 upload --- .github/workflows/benchmark_nightly_lmi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark_nightly_lmi.yml b/.github/workflows/benchmark_nightly_lmi.yml index 40cbca8708..84a70b8f05 100644 --- a/.github/workflows/benchmark_nightly_lmi.yml +++ b/.github/workflows/benchmark_nightly_lmi.yml @@ -44,7 +44,7 @@ jobs: - name: Download weights from s3 run: | pip install awscli - 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 - name: Install dependencies run: | sudo apt-get update -y