ExpandingMan
ExpandingMan
I restored the `using` statements above. - Enzyme latest `main` - julia 1.11.1 - Lux 1.1.0 - Optimisers 0.3.3 - MLUtils 0.4.4 Should all be latest I think.
Seems to work, thanks! However, I am getting the following two warnings ``` ┌ Warning: `called_value(inst::CallBase)` is deprecated, use `called_operand(inst)` instead. │ caller = check_ir!(job::GPUCompiler.CompilerJob{Enzyme.Compiler.EnzymeTarget, Enzyme.Compiler.EnzymeCompilerParams}, errors::Vector{Tuple{String, Vector{Base.StackTraces.StackFrame}, Any}}, imported::Set{String},...
Oh, I don't actually have permission to reopen. Please reopen if you think it's appropriate.
We've been having a long conversation about this on slack spurred by a new user who, entirely justifiably, got confused largely over broken and out of date Julia linux distro...
My full config can be found [here](https://gitlab.com/ExpandingMan/neovimconfig) (navigator.lua currently commented out). It seems to happen whenever I do something that triggers `cmp`, it's not entirely clear to me what's causing...
This was [tinymist](https://github.com/Myriad-Dreamin/tinymist). I think it happened also with `nushell` but I'd have to verify that. I didn't think I have diagnostics on in edit mode, but I still have...
This is either an error in Term.jl in that it's passing keyword arguments to `print_tree` that it shouldn't, or an error in `XGBoostTermExt` in that it is creating a `Term.Tree`...
This wrapper defines a `Node` object that's supposed to aid users with introspection of the trees, as the library itself provides text output. Visualization of that kind of stuff is...
I think you have the first part of it right, but not the cause of the problem. The method error happens because Term.jl is passing the keyword arguments to its...