We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e14400 commit c605b80Copy full SHA for c605b80
src/TensorInference.jl
@@ -39,9 +39,9 @@ import PrecompileTools
39
PrecompileTools.@setup_workload begin
40
# Putting some things in `@setup_workload` instead of `@compile_workload` can reduce the size of the
41
# precompile file and potentially make loading faster.
42
- PrecompileTools.@compile_workload begin
43
- include("../example/asia/asia.jl")
44
- end
+ #PrecompileTools.@compile_workload begin
+ #include("../example/asia/asia.jl")
+ #end
45
end
46
47
end # module
0 commit comments