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 13ada1d commit a9379a7Copy full SHA for a9379a7
src/TensorInference.jl
@@ -44,9 +44,9 @@ import PrecompileTools
44
PrecompileTools.@setup_workload begin
45
# Putting some things in `@setup_workload` instead of `@compile_workload` can reduce the size of the
46
# precompile file and potentially make loading faster.
47
- PrecompileTools.@compile_workload begin
48
- include("../example/asia/asia.jl")
49
- end
+ #PrecompileTools.@compile_workload begin
+ # include("../example/asia/asia.jl")
+ #end
50
end
51
52
end # module
0 commit comments