We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25f710 commit 3b75daaCopy full SHA for 3b75daa
.github/workflows/build-top-models.yml
@@ -226,6 +226,14 @@ jobs:
226
227
echo "✅ Successfully pushed ${IMAGE_URL}"
228
229
+ - name: Cleanup HuggingFace Model Files
230
+ run: |
231
+ echo "Cleaning up HuggingFace model files to free disk space..."
232
+ du -sh ${{ env.MODEL_DIR }} || true
233
+ rm -rf ${{ env.MODEL_DIR }}
234
+ echo "✅ Cleanup complete"
235
+ df -h
236
+
237
- name: Verify Pull
238
run: |
239
# Convert model ID to valid image name
0 commit comments