Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- julia> using Lux, ComponentArrays, SciMLSensitivity, LuxAMDGPU, LuxCUDA,
- Optimisers, OrdinaryDiffEq, Random, Statistics, Zygote, OneHotArrays, InteractiveUtils
- Precompiling SciMLSensitivity
- 8 dependencies successfully precompiled in 133 seconds. 312 already precompiled.
- Precompiling LuxZygoteExt
- ✓ LuxLib → LuxLibForwardDiffExt
- ✓ LuxLib → LuxLibTrackerExt
- ✓ Lux
- 8 dependencies successfully precompiled in 22 seconds. 173 already precompiled.
- 3 dependencies precompiled but different versions are currently loaded. Restart julia to access the new versions
- [ Info: Precompiling LuxZygoteExt [df13723f-0f22-5fb0-8a8f-885eac2ce1ee]
- ┌ Warning: Module Lux with build ID fafbfcfd-8188-1fd0-0000-58a0c34b61ba is missing from the cache.
- │ This may mean Lux [b2108857-7c20-44ae-9111-449ecde12c47] does not support precompilation but is imported by a module that does.
- └ @ Base loading.jl:1942
- [ Info: Skipping precompilation since __precompile__(false). Importing LuxZygoteExt [df13723f-0f22-5fb0-8a8f-885eac2ce1ee].
- Precompiling ComponentArraysZygoteExt
- ✓ ComponentArrays → ComponentArraysConstructionBaseExt
- ✓ ComponentArrays → ComponentArraysRecursiveArrayToolsExt
- 4 dependencies successfully precompiled in 4 seconds. 217 already precompiled.
- 2 dependencies precompiled but different versions are currently loaded. Restart julia to access the new versions
- Precompiling LuxComponentArraysReverseDiffExt
- ✓ LuxLib → LuxLibReverseDiffExt
- ✓ LuxLib → LuxLibForwardDiffExt
- ✓ LuxLib → LuxLibTrackerExt
- ✓ Lux
- ✓ Lux → LuxZygoteExt
- ✓ Lux → LuxChainRulesExt
- ✓ Lux → LuxComponentArraysExt
- 12 dependencies successfully precompiled in 35 seconds. 186 already precompiled.
- 7 dependencies precompiled but different versions are currently loaded. Restart julia to access the new versions
- [ Info: Precompiling LuxComponentArraysReverseDiffExt [b94e9d44-33ac-594b-a774-8f94d137cabd]
- ┌ Warning: Module Lux with build ID fafbfcfd-8188-1fd0-0000-58a0c34b61ba is missing from the cache.
- │ This may mean Lux [b2108857-7c20-44ae-9111-449ecde12c47] does not support precompilation but is imported by a module that does.
- └ @ Base loading.jl:1942
- [ Info: Skipping precompilation since __precompile__(false). Importing LuxComponentArraysReverseDiffExt [b94e9d44-33ac-594b-a774-8f94d137cabd].
- Precompiling LuxLuxAMDGPUExt
- ✓ LuxLib → LuxLibReverseDiffExt
- ✓ LuxLib → LuxLibForwardDiffExt
- ✓ LuxLib → LuxLibTrackerExt
- ✓ Lux
- ✓ Lux → LuxZygoteExt
- 8 dependencies successfully precompiled in 22 seconds. 173 already precompiled.
- 5 dependencies precompiled but different versions are currently loaded. Restart julia to access the new versions
- [ Info: Precompiling LuxLuxAMDGPUExt [9b1ba715-1f33-56f5-9a61-2375fc089dcd]
- ┌ Warning: Module Lux with build ID fafbfcfd-8188-1fd0-0000-58a0c34b61ba is missing from the cache.
- │ This may mean Lux [b2108857-7c20-44ae-9111-449ecde12c47] does not support precompilation but is imported by a module that does.
- └ @ Base loading.jl:1942
- [ Info: Skipping precompilation since __precompile__(false). Importing LuxLuxAMDGPUExt [9b1ba715-1f33-56f5-9a61-2375fc089dcd].
- Precompiling LinearSolveCUDAExt
- ✓ LinearSolve → LinearSolveKernelAbstractionsExt
- ✓ LinearSolve → LinearSolveRecursiveArrayToolsExt
- 3 dependencies successfully precompiled in 9 seconds. 257 already precompiled.
- 2 dependencies precompiled but different versions are currently loaded. Restart julia to access the new versions
- Precompiling LuxLibLuxCUDATrackerExt
- 1 dependency successfully precompiled in 4 seconds. 139 already precompiled.
- [ Info: Precompiling LuxLibLuxCUDATrackerExt [31c3a634-9907-5471-94ef-38c93372822a]
- ┌ Warning: Module LuxLibForwardDiffExt with build ID fafbfcfd-2bed-7f92-0000-589f83fcb9b3 is missing from the cache.
- │ This may mean LuxLibForwardDiffExt [8cd68c57-6fb8-5f1d-9022-e09b5e229e6a] does not support precompilation but is imported by a module that does.
- └ @ Base loading.jl:1942
- ┌ Error: Error during loading of extension LuxLibForwardDiffExt of LuxLib, use `Base.retry_load_extensions()` to retry.
- │ exception =
- │ 1-element ExceptionStack:
- │ Declaring __precompile__(false) is not allowed in files that are being precompiled.
- │ Stacktrace:
- │ [1] _require(pkg::Base.PkgId, env::Nothing)
- │ @ Base ./loading.jl:1946
- │ [2] __require_prelocked(uuidkey::Base.PkgId, env::Nothing)
- │ @ Base ./loading.jl:1806
- │ [3] #invoke_in_world#3
- │ @ Base ./essentials.jl:921 [inlined]
- │ [4] invoke_in_world
- │ @ Base ./essentials.jl:918 [inlined]
- │ [5] _require_prelocked
- │ @ Base ./loading.jl:1797 [inlined]
- │ [6] _require_prelocked
- │ @ Base ./loading.jl:1796 [inlined]
- │ [7] run_extension_callbacks(extid::Base.ExtensionId)
- │ @ Base ./loading.jl:1289
- │ [8] run_extension_callbacks(pkgid::Base.PkgId)
- │ @ Base ./loading.jl:1324
- │ [9] run_package_callbacks(modkey::Base.PkgId)
- │ @ Base ./loading.jl:1158
- │ [10] _tryrequire_from_serialized(modkey::Base.PkgId, path::String, ocachepath::String, sourcepath::String, depmods::Vector{Any})
- │ @ Base ./loading.jl:1481
- │ [11] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt128)
- │ @ Base ./loading.jl:1568
- │ [12] _require(pkg::Base.PkgId, env::String)
- │ @ Base ./loading.jl:1932
- │ [13] __require_prelocked(uuidkey::Base.PkgId, env::String)
- │ @ Base ./loading.jl:1806
- │ [14] #invoke_in_world#3
- │ @ Base ./essentials.jl:921 [inlined]
- │ [15] invoke_in_world
- │ @ Base ./essentials.jl:918 [inlined]
- │ [16] _require_prelocked(uuidkey::Base.PkgId, env::String)
- │ @ Base ./loading.jl:1797
- │ [17] macro expansion
- │ @ Base ./loading.jl:1784 [inlined]
- │ [18] macro expansion
- │ @ Base ./lock.jl:267 [inlined]
- │ [19] __require(into::Module, mod::Symbol)
- │ @ Base ./loading.jl:1747
- │ [20] #invoke_in_world#3
- │ @ Base ./essentials.jl:921 [inlined]
- │ [21] invoke_in_world
- │ @ Base ./essentials.jl:918 [inlined]
- │ [22] require(into::Module, mod::Symbol)
- │ @ Base ./loading.jl:1740
- │ [23] include
- │ @ Base ./Base.jl:489 [inlined]
- │ [24] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)
- │ @ Base ./loading.jl:2216
- │ [25] top-level scope
- │ @ stdin:3
- │ [26] eval
- │ @ Core ./boot.jl:383 [inlined]
- │ [27] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)
- │ @ Base ./loading.jl:2070
- │ [28] include_string
- │ @ Base ./loading.jl:2080 [inlined]
- │ [29] exec_options(opts::Base.JLOptions)
- │ @ Base ./client.jl:316
- │ [30] _start()
- │ @ Base ./client.jl:552
- └ @ Base loading.jl:1295
- ┌ Warning: Module LuxLibTrackerExt with build ID fafbfcfd-7025-f8e4-0000-58a066eeb70f is missing from the cache.
- │ This may mean LuxLibTrackerExt [26da0b32-022f-5c34-b83a-bb48123e9290] does not support precompilation but is imported by a module that does.
- └ @ Base loading.jl:1942
- ┌ Error: Error during loading of extension LuxLibTrackerExt of LuxLib, use `Base.retry_load_extensions()` to retry.
- │ exception =
- │ 1-element ExceptionStack:
- │ Declaring __precompile__(false) is not allowed in files that are being precompiled.
- │ Stacktrace:
- │ [1] _require(pkg::Base.PkgId, env::Nothing)
- │ @ Base ./loading.jl:1946
- │ [2] __require_prelocked(uuidkey::Base.PkgId, env::Nothing)
- │ @ Base ./loading.jl:1806
- │ [3] #invoke_in_world#3
- │ @ Base ./essentials.jl:921 [inlined]
- │ [4] invoke_in_world
- │ @ Base ./essentials.jl:918 [inlined]
- │ [5] _require_prelocked
- │ @ Base ./loading.jl:1797 [inlined]
- │ [6] _require_prelocked
- │ @ Base ./loading.jl:1796 [inlined]
- │ [7] run_extension_callbacks(extid::Base.ExtensionId)
- │ @ Base ./loading.jl:1289
- │ [8] run_extension_callbacks(pkgid::Base.PkgId)
- │ @ Base ./loading.jl:1324
- │ [9] run_package_callbacks(modkey::Base.PkgId)
- │ @ Base ./loading.jl:1158
- │ [10] __require_prelocked(uuidkey::Base.PkgId, env::String)
- │ @ Base ./loading.jl:1813
- │ [11] #invoke_in_world#3
- │ @ Base ./essentials.jl:921 [inlined]
- │ [12] invoke_in_world
- │ @ Base ./essentials.jl:918 [inlined]
- │ [13] _require_prelocked(uuidkey::Base.PkgId, env::String)
- │ @ Base ./loading.jl:1797
- │ [14] macro expansion
- │ @ Base ./loading.jl:1784 [inlined]
- │ [15] macro expansion
- │ @ Base ./lock.jl:267 [inlined]
- │ [16] __require(into::Module, mod::Symbol)
- │ @ Base ./loading.jl:1747
- │ [17] #invoke_in_world#3
- │ @ Base ./essentials.jl:921 [inlined]
- │ [18] invoke_in_world
- │ @ Base ./essentials.jl:918 [inlined]
- │ [19] require(into::Module, mod::Symbol)
- │ @ Base ./loading.jl:1740
- │ [20] include
- │ @ Base ./Base.jl:489 [inlined]
- │ [21] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)
- │ @ Base ./loading.jl:2216
- │ [22] top-level scope
- │ @ stdin:3
- │ [23] eval
- │ @ Core ./boot.jl:383 [inlined]
- │ [24] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)
- │ @ Base ./loading.jl:2070
- │ [25] include_string
- │ @ Base ./loading.jl:2080 [inlined]
- │ [26] exec_options(opts::Base.JLOptions)
- │ @ Base ./client.jl:316
- │ [27] _start()
- │ @ Base ./client.jl:552
- └ @ Base loading.jl:1295
- Precompiling LuxLuxCUDAExt
- ✓ LuxLib → LuxLibReverseDiffExt
- ✓ LuxLib → LuxLibForwardDiffExt
- ✓ LuxLib → LuxLibLuxCUDAExt
- ✓ LuxLib → LuxLibTrackerExt
- ✓ Lux
- ✓ Lux → LuxLuxAMDGPUExt
- ✓ Lux → LuxZygoteExt
- ✓ Lux → LuxComponentArraysReverseDiffExt
- ✓ Lux → LuxChainRulesExt
- ✓ Lux → LuxComponentArraysExt
- ✓ Lux → LuxTrackerExt
- 12 dependencies successfully precompiled in 33 seconds. 187 already precompiled.
- 11 dependencies precompiled but different versions are currently loaded. Restart julia to access the new versions
- [ Info: Precompiling LuxLuxCUDAExt [fa1c364e-1226-532b-86fb-d7abd671b23b]
- ┌ Warning: Module Lux with build ID fafbfcfd-8188-1fd0-0000-58a0c34b61ba is missing from the cache.
- │ This may mean Lux [b2108857-7c20-44ae-9111-449ecde12c47] does not support precompilation but is imported by a module that does.
- └ @ Base loading.jl:1942
- [ Info: Skipping precompilation since __precompile__(false). Importing LuxLuxCUDAExt [fa1c364e-1226-532b-86fb-d7abd671b23b].
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement