Skip to content

Commit 350b0d1

Browse files
committed
add checkpoint storage
1 parent 78e8a82 commit 350b0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ec2-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
touch best_model_checkpoint.txt
150150
docker run --rm --gpus=all \
151151
-v model_storage:/workspace/model_storage \
152-
-v best_model_checkpoint.txt:/workspace/best_model_checkpoint.txt
152+
-v best_model_checkpoint.txt:/workspace/best_model_checkpoint.txt \
153153
-e AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }} \
154154
-e AWS_SECRET_ACCESS_KEY=${{ secrets.AWS_SECRET_ACCESS_KEY }} \
155155
-e AWS_DEFAULT_REGION=${{ secrets.AWS_REGION }} \

0 commit comments

Comments
 (0)