We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1393c5e commit c1a72f6Copy full SHA for c1a72f6
Project.toml
@@ -1,7 +1,7 @@
1
name = "Lux"
2
uuid = "b2108857-7c20-44ae-9111-449ecde12c47"
3
authors = ["Avik Pal <avikpal@mit.edu> and contributors"]
4
-version = "1.29.1"
+version = "1.29.2"
5
6
[deps]
7
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
ext/ReactantExt/ReactantExt.jl
@@ -59,6 +59,6 @@ include("tracing.jl")
59
include("saved_model.jl")
60
include("batched_jacobian.jl")
61
62
-include("precompile_workloads.jl")
+# include("precompile_workloads.jl")
63
64
end
0 commit comments