Skip to content

Commit 7a3a5a5

Browse files
committed
remove totals
1 parent d32a8f3 commit 7a3a5a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/model-to-s3-from-hf-hub.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
HF_REPOSITORY_NAME: "multilingual-sentiment-analysis"
2020

2121
jobs:
22-
copy_model_to_s3:
22+
push_model_to_s3:
2323
runs-on: ubuntu-latest
2424

2525
steps:
@@ -33,7 +33,7 @@ jobs:
3333
- name: Create Model Archive
3434
run: |
3535
cd ${{ env.HF_REPOSITORY_NAME }}
36-
tar -czvf --totals model.tar.gz *
36+
tar -czvf model.tar.gz *
3737
3838
- name: Configure AWS Credentials
3939
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)