Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2023
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.12 KB | None | 0 0
  1. julia> using Lux, ComponentArrays, SciMLSensitivity, LuxAMDGPU, LuxCUDA,
  2. Optimisers, OrdinaryDiffEq, Random, Statistics, Zygote, OneHotArrays, InteractiveUtils
  3. Precompiling SciMLSensitivity
  4. 8 dependencies successfully precompiled in 133 seconds. 312 already precompiled.
  5. Precompiling LuxZygoteExt
  6. ✓ LuxLib → LuxLibForwardDiffExt
  7. ✓ LuxLib → LuxLibTrackerExt
  8. ✓ Lux
  9. 8 dependencies successfully precompiled in 22 seconds. 173 already precompiled.
  10. 3 dependencies precompiled but different versions are currently loaded. Restart julia to access the new versions
  11. [ Info: Precompiling LuxZygoteExt [df13723f-0f22-5fb0-8a8f-885eac2ce1ee]
  12. ┌ Warning: Module Lux with build ID fafbfcfd-8188-1fd0-0000-58a0c34b61ba is missing from the cache.
  13. │ This may mean Lux [b2108857-7c20-44ae-9111-449ecde12c47] does not support precompilation but is imported by a module that does.
  14. └ @ Base loading.jl:1942
  15. [ Info: Skipping precompilation since __precompile__(false). Importing LuxZygoteExt [df13723f-0f22-5fb0-8a8f-885eac2ce1ee].
  16. Precompiling ComponentArraysZygoteExt
  17. ✓ ComponentArrays → ComponentArraysConstructionBaseExt
  18. ✓ ComponentArrays → ComponentArraysRecursiveArrayToolsExt
  19. 4 dependencies successfully precompiled in 4 seconds. 217 already precompiled.
  20. 2 dependencies precompiled but different versions are currently loaded. Restart julia to access the new versions
  21. Precompiling LuxComponentArraysReverseDiffExt
  22. ✓ LuxLib → LuxLibReverseDiffExt
  23. ✓ LuxLib → LuxLibForwardDiffExt
  24. ✓ LuxLib → LuxLibTrackerExt
  25. ✓ Lux
  26. ✓ Lux → LuxZygoteExt
  27. ✓ Lux → LuxChainRulesExt
  28. ✓ Lux → LuxComponentArraysExt
  29. 12 dependencies successfully precompiled in 35 seconds. 186 already precompiled.
  30. 7 dependencies precompiled but different versions are currently loaded. Restart julia to access the new versions
  31. [ Info: Precompiling LuxComponentArraysReverseDiffExt [b94e9d44-33ac-594b-a774-8f94d137cabd]
  32. ┌ Warning: Module Lux with build ID fafbfcfd-8188-1fd0-0000-58a0c34b61ba is missing from the cache.
  33. │ This may mean Lux [b2108857-7c20-44ae-9111-449ecde12c47] does not support precompilation but is imported by a module that does.
  34. └ @ Base loading.jl:1942
  35. [ Info: Skipping precompilation since __precompile__(false). Importing LuxComponentArraysReverseDiffExt [b94e9d44-33ac-594b-a774-8f94d137cabd].
  36. Precompiling LuxLuxAMDGPUExt
  37. ✓ LuxLib → LuxLibReverseDiffExt
  38. ✓ LuxLib → LuxLibForwardDiffExt
  39. ✓ LuxLib → LuxLibTrackerExt
  40. ✓ Lux
  41. ✓ Lux → LuxZygoteExt
  42. 8 dependencies successfully precompiled in 22 seconds. 173 already precompiled.
  43. 5 dependencies precompiled but different versions are currently loaded. Restart julia to access the new versions
  44. [ Info: Precompiling LuxLuxAMDGPUExt [9b1ba715-1f33-56f5-9a61-2375fc089dcd]
  45. ┌ Warning: Module Lux with build ID fafbfcfd-8188-1fd0-0000-58a0c34b61ba is missing from the cache.
  46. │ This may mean Lux [b2108857-7c20-44ae-9111-449ecde12c47] does not support precompilation but is imported by a module that does.
  47. └ @ Base loading.jl:1942
  48. [ Info: Skipping precompilation since __precompile__(false). Importing LuxLuxAMDGPUExt [9b1ba715-1f33-56f5-9a61-2375fc089dcd].
  49. Precompiling LinearSolveCUDAExt
  50. ✓ LinearSolve → LinearSolveKernelAbstractionsExt
  51. ✓ LinearSolve → LinearSolveRecursiveArrayToolsExt
  52. 3 dependencies successfully precompiled in 9 seconds. 257 already precompiled.
  53. 2 dependencies precompiled but different versions are currently loaded. Restart julia to access the new versions
  54. Precompiling LuxLibLuxCUDATrackerExt
  55. 1 dependency successfully precompiled in 4 seconds. 139 already precompiled.
  56. [ Info: Precompiling LuxLibLuxCUDATrackerExt [31c3a634-9907-5471-94ef-38c93372822a]
  57. ┌ Warning: Module LuxLibForwardDiffExt with build ID fafbfcfd-2bed-7f92-0000-589f83fcb9b3 is missing from the cache.
  58. │ This may mean LuxLibForwardDiffExt [8cd68c57-6fb8-5f1d-9022-e09b5e229e6a] does not support precompilation but is imported by a module that does.
  59. └ @ Base loading.jl:1942
  60. ┌ Error: Error during loading of extension LuxLibForwardDiffExt of LuxLib, use `Base.retry_load_extensions()` to retry.
  61. │ exception =
  62. │ 1-element ExceptionStack:
  63. │ Declaring __precompile__(false) is not allowed in files that are being precompiled.
  64. │ Stacktrace:
  65. │ [1] _require(pkg::Base.PkgId, env::Nothing)
  66. │ @ Base ./loading.jl:1946
  67. │ [2] __require_prelocked(uuidkey::Base.PkgId, env::Nothing)
  68. │ @ Base ./loading.jl:1806
  69. │ [3] #invoke_in_world#3
  70. │ @ Base ./essentials.jl:921 [inlined]
  71. │ [4] invoke_in_world
  72. │ @ Base ./essentials.jl:918 [inlined]
  73. │ [5] _require_prelocked
  74. │ @ Base ./loading.jl:1797 [inlined]
  75. │ [6] _require_prelocked
  76. │ @ Base ./loading.jl:1796 [inlined]
  77. │ [7] run_extension_callbacks(extid::Base.ExtensionId)
  78. │ @ Base ./loading.jl:1289
  79. │ [8] run_extension_callbacks(pkgid::Base.PkgId)
  80. │ @ Base ./loading.jl:1324
  81. │ [9] run_package_callbacks(modkey::Base.PkgId)
  82. │ @ Base ./loading.jl:1158
  83. │ [10] _tryrequire_from_serialized(modkey::Base.PkgId, path::String, ocachepath::String, sourcepath::String, depmods::Vector{Any})
  84. │ @ Base ./loading.jl:1481
  85. │ [11] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt128)
  86. │ @ Base ./loading.jl:1568
  87. │ [12] _require(pkg::Base.PkgId, env::String)
  88. │ @ Base ./loading.jl:1932
  89. │ [13] __require_prelocked(uuidkey::Base.PkgId, env::String)
  90. │ @ Base ./loading.jl:1806
  91. │ [14] #invoke_in_world#3
  92. │ @ Base ./essentials.jl:921 [inlined]
  93. │ [15] invoke_in_world
  94. │ @ Base ./essentials.jl:918 [inlined]
  95. │ [16] _require_prelocked(uuidkey::Base.PkgId, env::String)
  96. │ @ Base ./loading.jl:1797
  97. │ [17] macro expansion
  98. │ @ Base ./loading.jl:1784 [inlined]
  99. │ [18] macro expansion
  100. │ @ Base ./lock.jl:267 [inlined]
  101. │ [19] __require(into::Module, mod::Symbol)
  102. │ @ Base ./loading.jl:1747
  103. │ [20] #invoke_in_world#3
  104. │ @ Base ./essentials.jl:921 [inlined]
  105. │ [21] invoke_in_world
  106. │ @ Base ./essentials.jl:918 [inlined]
  107. │ [22] require(into::Module, mod::Symbol)
  108. │ @ Base ./loading.jl:1740
  109. │ [23] include
  110. │ @ Base ./Base.jl:489 [inlined]
  111. │ [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)
  112. │ @ Base ./loading.jl:2216
  113. │ [25] top-level scope
  114. │ @ stdin:3
  115. │ [26] eval
  116. │ @ Core ./boot.jl:383 [inlined]
  117. │ [27] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)
  118. │ @ Base ./loading.jl:2070
  119. │ [28] include_string
  120. │ @ Base ./loading.jl:2080 [inlined]
  121. │ [29] exec_options(opts::Base.JLOptions)
  122. │ @ Base ./client.jl:316
  123. │ [30] _start()
  124. │ @ Base ./client.jl:552
  125. └ @ Base loading.jl:1295
  126. ┌ Warning: Module LuxLibTrackerExt with build ID fafbfcfd-7025-f8e4-0000-58a066eeb70f is missing from the cache.
  127. │ This may mean LuxLibTrackerExt [26da0b32-022f-5c34-b83a-bb48123e9290] does not support precompilation but is imported by a module that does.
  128. └ @ Base loading.jl:1942
  129. ┌ Error: Error during loading of extension LuxLibTrackerExt of LuxLib, use `Base.retry_load_extensions()` to retry.
  130. │ exception =
  131. │ 1-element ExceptionStack:
  132. │ Declaring __precompile__(false) is not allowed in files that are being precompiled.
  133. │ Stacktrace:
  134. │ [1] _require(pkg::Base.PkgId, env::Nothing)
  135. │ @ Base ./loading.jl:1946
  136. │ [2] __require_prelocked(uuidkey::Base.PkgId, env::Nothing)
  137. │ @ Base ./loading.jl:1806
  138. │ [3] #invoke_in_world#3
  139. │ @ Base ./essentials.jl:921 [inlined]
  140. │ [4] invoke_in_world
  141. │ @ Base ./essentials.jl:918 [inlined]
  142. │ [5] _require_prelocked
  143. │ @ Base ./loading.jl:1797 [inlined]
  144. │ [6] _require_prelocked
  145. │ @ Base ./loading.jl:1796 [inlined]
  146. │ [7] run_extension_callbacks(extid::Base.ExtensionId)
  147. │ @ Base ./loading.jl:1289
  148. │ [8] run_extension_callbacks(pkgid::Base.PkgId)
  149. │ @ Base ./loading.jl:1324
  150. │ [9] run_package_callbacks(modkey::Base.PkgId)
  151. │ @ Base ./loading.jl:1158
  152. │ [10] __require_prelocked(uuidkey::Base.PkgId, env::String)
  153. │ @ Base ./loading.jl:1813
  154. │ [11] #invoke_in_world#3
  155. │ @ Base ./essentials.jl:921 [inlined]
  156. │ [12] invoke_in_world
  157. │ @ Base ./essentials.jl:918 [inlined]
  158. │ [13] _require_prelocked(uuidkey::Base.PkgId, env::String)
  159. │ @ Base ./loading.jl:1797
  160. │ [14] macro expansion
  161. │ @ Base ./loading.jl:1784 [inlined]
  162. │ [15] macro expansion
  163. │ @ Base ./lock.jl:267 [inlined]
  164. │ [16] __require(into::Module, mod::Symbol)
  165. │ @ Base ./loading.jl:1747
  166. │ [17] #invoke_in_world#3
  167. │ @ Base ./essentials.jl:921 [inlined]
  168. │ [18] invoke_in_world
  169. │ @ Base ./essentials.jl:918 [inlined]
  170. │ [19] require(into::Module, mod::Symbol)
  171. │ @ Base ./loading.jl:1740
  172. │ [20] include
  173. │ @ Base ./Base.jl:489 [inlined]
  174. │ [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)
  175. │ @ Base ./loading.jl:2216
  176. │ [22] top-level scope
  177. │ @ stdin:3
  178. │ [23] eval
  179. │ @ Core ./boot.jl:383 [inlined]
  180. │ [24] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)
  181. │ @ Base ./loading.jl:2070
  182. │ [25] include_string
  183. │ @ Base ./loading.jl:2080 [inlined]
  184. │ [26] exec_options(opts::Base.JLOptions)
  185. │ @ Base ./client.jl:316
  186. │ [27] _start()
  187. │ @ Base ./client.jl:552
  188. └ @ Base loading.jl:1295
  189. Precompiling LuxLuxCUDAExt
  190. ✓ LuxLib → LuxLibReverseDiffExt
  191. ✓ LuxLib → LuxLibForwardDiffExt
  192. ✓ LuxLib → LuxLibLuxCUDAExt
  193. ✓ LuxLib → LuxLibTrackerExt
  194. ✓ Lux
  195. ✓ Lux → LuxLuxAMDGPUExt
  196. ✓ Lux → LuxZygoteExt
  197. ✓ Lux → LuxComponentArraysReverseDiffExt
  198. ✓ Lux → LuxChainRulesExt
  199. ✓ Lux → LuxComponentArraysExt
  200. ✓ Lux → LuxTrackerExt
  201. 12 dependencies successfully precompiled in 33 seconds. 187 already precompiled.
  202. 11 dependencies precompiled but different versions are currently loaded. Restart julia to access the new versions
  203. [ Info: Precompiling LuxLuxCUDAExt [fa1c364e-1226-532b-86fb-d7abd671b23b]
  204. ┌ Warning: Module Lux with build ID fafbfcfd-8188-1fd0-0000-58a0c34b61ba is missing from the cache.
  205. │ This may mean Lux [b2108857-7c20-44ae-9111-449ecde12c47] does not support precompilation but is imported by a module that does.
  206. └ @ Base loading.jl:1942
  207. [ Info: Skipping precompilation since __precompile__(false). Importing LuxLuxCUDAExt [fa1c364e-1226-532b-86fb-d7abd671b23b].
  208.  
  209.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement