File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ precompile_test_harness("Inference caching") do load_path
7676 @test check_presence (square_mi, token)
7777
7878 # check that identity survived
79- @test check_presence (identity_mi, token) broken= (v " 1.12.0-DEV.1268" <= VERSION < v " 1.12.5" || VERSION >= v " 1.13.0-" )
79+ @test check_presence (identity_mi, token) broken= (v " 1.12.0-DEV.1268" <= VERSION < v " 1.12.5" || v " 1.13.0- " <= VERSION < v " 1.13.0-beta3 " )
8080
8181 GPUCompiler. clear_disk_cache! ()
8282 @test GPUCompiler. disk_cache_enabled () == false
Original file line number Diff line number Diff line change @@ -49,6 +49,6 @@ precompile_test_harness("Inference caching") do load_path
4949 @test check_presence (kernel_mi, token)
5050
5151 # check that identity survived
52- @test check_presence (identity_mi, token) broken= (v " 1.12.0-DEV.1268" <= VERSION < v " 1.12.5" || VERSION >= v " 1.13.0-" )
52+ @test check_presence (identity_mi, token) broken= (v " 1.12.0-DEV.1268" <= VERSION < v " 1.12.5" || v " 1.13.0- " <= VERSION < v " 1.13.0-beta3 " )
5353 end
5454end
You can’t perform that action at this time.
0 commit comments