diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 4c3fb06b7..93995f747 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -111,6 +111,7 @@ jobs: dist/bin/search_memory_index --num_threads 48 --data_type uint8 --dist_fn l2 --filter_label 5 --index_path_prefix data/stit_zipf_32_100_64_new --query_file data/rand_uint8_10D_1K_norm50.0.bin --result_path data/zipf_stit_96_10_90_new --gt_file data/l2_zipf_uint8_10D_10K_norm50.0_10D_1K_norm50.0_gt100_wlabel -K 10 -L 16 32 150 - name: upload data and bin + if: success() || failure() uses: actions/upload-artifact@v4 with: name: labels-${{matrix.os}}