Skip to content

Commit 4153890

Browse files
committed
fix: update data download command to exclude vectors for Stack Overflow dataset
1 parent fa98585 commit 4153890

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-python-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)