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 2b44cbf commit d49e8b8Copy full SHA for d49e8b8
.github/workflows/_run-docker-compose.yml
@@ -111,7 +111,7 @@ jobs:
111
export model_cache="/data2/huggingface"
112
else
113
echo "Model cache directory /data2/huggingface does not exist"
114
- export model_cache="/data2/huggingface"
+ export model_cache="~/.cache/huggingface/hub"
115
fi
116
117
if [ -f ${test_case} ]; then timeout 60m bash ${test_case}; else echo "Test script {${test_case}} not found, skip test!"; fi
0 commit comments