Skip to content

Commit d49e8b8

Browse files
committed
Fix comments
Signed-off-by: ZePan110 <[email protected]>
1 parent 2b44cbf commit d49e8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_run-docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
export model_cache="/data2/huggingface"
112112
else
113113
echo "Model cache directory /data2/huggingface does not exist"
114-
export model_cache="/data2/huggingface"
114+
export model_cache="~/.cache/huggingface/hub"
115115
fi
116116
fi
117117
if [ -f ${test_case} ]; then timeout 60m bash ${test_case}; else echo "Test script {${test_case}} not found, skip test!"; fi

0 commit comments

Comments
 (0)