Skip to content

Commit

Permalink
Update disk-pq.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gopalrs authored Oct 6, 2024
1 parent fd93a04 commit 54bdd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/disk-pq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
dist/bin/search_disk_index --data_type float --dist_fn l2 --fail_if_recall_below 70 --index_path_prefix data/disk_index_mips_rand_float_10D_10K_norm1.0_diskpq_sharded --result_path /tmp/res --query_file data/rand_float_10D_1K_norm1.0.bin --gt_file data/mips_rand_float_10D_10K_norm1.0_10D_1K_norm1.0_gt100 --recall_at 5 -L 5 12 -W 2 --num_nodes_to_cache 10 -T 16
- name: upload data and bin
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: disk-pq
path: |
Expand Down

0 comments on commit 54bdd93

Please sign in to comment.