You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is the correct place to post this issue or Quarto (or should it be in QuartoNotebookRunner.jl?).
A sent a Quarto file to a colleague to check that my notebook was fully reproducible.
She got this error message and I have no clue how to debug that. She uses Linux (on my computer it works both on Windows and WSL so I cannot reproduce the error).
We render using quarto render file.qmd --to html. I saw very few posts with this error (that I don't understand). One was referring GPUs. Inside the file there are amongst other package GPUs.
using Lux # Neural Networks pkgusing Zygote # Automatic Differentation pkgusing LuxCUDA # comment if you use CPU
dev =gpu_device() # cpu_device()
Is it related to her GPUs?
Any idea what is the issue?
The text was updated successfully, but these errors were encountered:
Not sure if this is the correct place to post this issue or Quarto (or should it be in QuartoNotebookRunner.jl?).
A sent a Quarto file to a colleague to check that my notebook was fully reproducible.
She got this error message and I have no clue how to debug that. She uses Linux (on my computer it works both on Windows and WSL so I cannot reproduce the error).
Here is the preamble
We render using
quarto render file.qmd --to html
. I saw very few posts with this error (that I don't understand). One was referring GPUs. Inside the file there are amongst other package GPUs.Is it related to her GPUs?
Any idea what is the issue?
The text was updated successfully, but these errors were encountered: