Kristoffer Carlsson

Results 1634 comments of Kristoffer Carlsson

FWIW, here is how it is done in another webserver: https://github.com/JuliaComputing/FemtoCleaner.jl/blob/384815c983609275ae8bdc0aa0dcc67a287d1768/src/FemtoCleaner.jl#L507-L514

I think this has to do with Pkg moving out of the sysimage, this part of the code should maybe move to an extension.

Am I (Kristoffer Carlsson) getting mixed up with the Christopher Fisher in https://discourse.julialang.org/t/how-to-install-neuraloperators-as-a-cpu-version/113283/2?u=kristoffer.carlsson. I don't recall sending any "E-Mail in github" at least (but I guess I could just have...

But yes, it looks like NeuralOperators are not installable on Julia 1.10. I can try figure out why.

Updating this compat https://github.com/yuehhua/GraphSignals.jl/blob/2e427bdc5a26d34b3187b7b31ae7fc7cc3529b7c/Project.toml#L28 to support CUDA 5 seems to fix it.

Doing some coverage exclusion or similar seems like a better idea than basically duplicating the definitions of these functions into the test files.

Closed by https://github.com/JuliaLang/julia/pull/37893

Do you have an example of how this looks in practice?

Throwing from the REPL with a big stacktrace into the guts of it doesn't seem very useful to the user.