Skip to content

Commit c605b80

Browse files
committed
disable precompiling
1 parent 9e14400 commit c605b80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/TensorInference.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ import PrecompileTools
3939
PrecompileTools.@setup_workload begin
4040
# Putting some things in `@setup_workload` instead of `@compile_workload` can reduce the size of the
4141
# precompile file and potentially make loading faster.
42-
PrecompileTools.@compile_workload begin
43-
include("../example/asia/asia.jl")
44-
end
42+
#PrecompileTools.@compile_workload begin
43+
#include("../example/asia/asia.jl")
44+
#end
4545
end
4646

4747
end # module

0 commit comments

Comments
 (0)