Skip to content

Commit c1a72f6

Browse files
authored
fix: temporarily disable precompile workloads for reactant (#1628)
1 parent 1393c5e commit c1a72f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Lux"
22
uuid = "b2108857-7c20-44ae-9111-449ecde12c47"
33
authors = ["Avik Pal <avikpal@mit.edu> and contributors"]
4-
version = "1.29.1"
4+
version = "1.29.2"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

ext/ReactantExt/ReactantExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ include("tracing.jl")
5959
include("saved_model.jl")
6060
include("batched_jacobian.jl")
6161

62-
include("precompile_workloads.jl")
62+
# include("precompile_workloads.jl")
6363

6464
end

0 commit comments

Comments
 (0)