File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ jobs:
249249
250250 if echo "$examples" | grep -qE '(^|[[:space:]])07_stackoverflow_multimodel\.py([[:space:]]|$)'; then
251251 echo "📥 Downloading Stack Overflow Small dataset..."
252- python3 download_data.py stackoverflow-small
252+ python3 download_data.py stackoverflow-small --no-vectors
253253 fi
254254
255255 - name : Download datasets
@@ -260,7 +260,7 @@ jobs:
260260 echo "📥 Downloading MovieLens Small dataset..."
261261 python3 download_data.py movielens-small
262262 echo "📥 Downloading Stack Overflow Small dataset..."
263- python3 download_data.py stackoverflow-small
263+ python3 download_data.py stackoverflow-small --no-vectors
264264
265265 - name : Install timeout command (macOS only)
266266 if : matrix.platform == 'darwin/amd64' || matrix.platform == 'darwin/arm64'
You can’t perform that action at this time.
0 commit comments