Lei
Lei
Seems related to https://github.com/pytorch/pytorch/issues/72175, solution is to first export to onnx on CPU, then optimize it on the GPU.
Further more, I think completions and actions (feature toggling mainly) for Cargo.toml files, like in [crates.nvim](https://github.com/Saecki/crates.nvim) or Rust Rover would be an amazing add.
@cla-bot check
Just woke up to see this, thanks for the hard work y'all. I can finally write more whitepapers.
> If I have more time I'll look into adding the LSP adapter in Zed for Haskell as well :-) @pseudomata I have a working (but fragile) implementation at https://github.com/leifu1128/zed/commit/1be3e7b99b5f0aa7ba7786a752c7dcd196dead5c,...
> That looks great @leifu1128! Maybe we can open a combined PR to add both the syntax highlighting and LSP once we have fixed any of the issues. Sounds good!...
I'm also having this issue
I definitely like the trait a lot more. I'm still debating if the wit generate macro should expand in the user's code or ours. If it's in the users code...
Been super bogged down with school work lately, but I graduate in a few weeks and will have a ton of time to work on this afterwards.
Great insights. I can only speak for candle but you are right, the code is not detachable from the model, and you have to compile everything. I don't think there...