Commit 51abb06
Merge #1028
1028: Fix resolver message at initialization r=DhairyaLGandhi a=DhairyaLGandhi
Presently:
```
julia> using Flux
[ Info: Precompiling Flux [587475ba-b771-5e3f-ad9e-33799f191a9c]
┌ Warning: Error requiring `CUDA` from `Zygote`
│ exception =
│ ArgumentError: Package Zygote does not have CUDA in its dependencies:
│ - If you have Zygote checked out for development and have
│ added CUDA as a dependency but haven't updated your primary
│ environment's manifest file, try `Pkg.resolve()`.
│ - Otherwise you may need to report an issue with Zygote
│ Stacktrace:
│ [1] require(into::Module, mod::Symbol)
│ @ Base ./loading.jl:884
│ [2] top-level scope
│ @ ~/Downloads/temp/tryzyg/Zygote.jl/src/lib/broadcast.jl:250
│ [3] eval
│ @ ./boot.jl:360 [inlined]
│ [4] eval
│ @ ~/Downloads/temp/tryzyg/Zygote.jl/src/Zygote.jl:1 [inlined]
```
Co-authored-by: Dhairya Gandhi <dhairya@juliacomputing.com>1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
251 | 250 | | |
252 | 251 | | |
253 | 252 | | |
| |||
0 commit comments