File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -198,8 +198,8 @@ jobs:
198
198
uses :
fabriziocacicia/[email protected]
199
199
with :
200
200
first : ${{ needs.real-version-in-tag.outputs.real_version }}
201
- second : " 1.33.0-dev " # TODO: change to 1.33.0 when the version is released
202
- operator : " >="
201
+ second : " 1.33.0"
202
+ operator : " >="
203
203
filter-memory-leak :
204
204
name : Filter (cache) memory leak when querying while importing
205
205
if : ${{ github.event.inputs.test_to_run == 'filter-memory-leak' || github.event.inputs.test_to_run == '' }}
@@ -490,6 +490,7 @@ jobs:
490
490
if : ${{ needs.newer-or-equal-than-1_33.outputs.check == 'true' }}
491
491
env :
492
492
RQ_BITS : 1
493
+ REQUIRED_RECALL : 0.55
493
494
run : ./ann_benchmark_quantization_aws.sh
494
495
- name : Cleanup AWS resources
495
496
if : always()
You can’t perform that action at this time.
0 commit comments