Skip to content

Commit

Permalink
upload
Browse files Browse the repository at this point in the history
  • Loading branch information
xyang16 committed Sep 30, 2024
1 parent 3cc2691 commit 2dd4796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native_s3_huggingface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
echo "AWS_SESSION_TOKEN=$AWS_SESSION_TOKEN" >> "$GITHUB_ENV"
- name: Copy files to S3 with the AWS CLI
run: |
pip install gdown
pip3 install gdown
gdown https://drive.google.com/uc?id=1-y04vBoCsgQHcAALgW4O4qQvRfKPN9Qq
unzip mlrepo.zip
aws s3 sync mlrepo s3://djl-ai/mlrepo/model/

0 comments on commit 2dd4796

Please sign in to comment.