Skip to content

Commit

Permalink
testing lmi copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed May 20, 2024
1 parent 2967180 commit 05c4b2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_nightly.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Benchmark torchserve nightly

on:
run every day at 2:15am
#run every day at 2:15am
schedule:
- cron: '15 02 * * *'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_nightly_lmi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install awscli
run: |
pip install awscli
aws s3 cp s3://torchserve/mar_files/llama-2/Llama-2-7b-chat-hf/ /home/ubuntu/ --recursive
aws s3 cp s3://torchserve/mar_files/llama-2/Llama-2-7b-chat-hf/ /home/ubuntu/Llama-2-7b-chat-hf --recursive
# - name: Install dependencies
# run: |
Expand Down

0 comments on commit 05c4b2f

Please sign in to comment.