File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ Flux = "0.15, 0.16"
95
95
ForwardDiff = " 0.10.36"
96
96
FunctionWrappers = " 1.1.3"
97
97
Functors = " 0.5"
98
- GPUArraysCore = " 0.1.6"
98
+ GPUArraysCore = " 0.1.6, 0.2 "
99
99
LinearAlgebra = " 1.10"
100
100
LossFunctions = " 0.11.1, 1"
101
101
LuxCore = " 1.2"
Original file line number Diff line number Diff line change @@ -96,11 +96,13 @@ using Lux
96
96
end
97
97
98
98
# Type Stability tests fail if run with DispatchDoctor enabled
99
- if " all" in LUX_TEST_GROUP || " core_layers" in LUX_TEST_GROUP
100
- @testset " Zygote Type Stability" begin
101
- include (" zygote_type_stability.jl" )
102
- end
103
- end
99
+ # XXX : We disable this since we are aggressively moving towards Reactant and these are
100
+ # somewhat flaky
101
+ # if "all" in LUX_TEST_GROUP || "core_layers" in LUX_TEST_GROUP
102
+ # @testset "Zygote Type Stability" begin
103
+ # include("zygote_type_stability.jl")
104
+ # end
105
+ # end
104
106
105
107
# Eltype Matching Tests
106
108
if (" all" in LUX_TEST_GROUP || " misc" in LUX_TEST_GROUP)
You can’t perform that action at this time.
0 commit comments