Vijay Ramamurthy

Results 5 comments of Vijay Ramamurthy

Hi @fairingrey and @ramonsnir, thanks for bearing with us! The latest version of our VSCode extension is now published on Open VSX at https://open-vsx.org/extension/osohq/oso .

Hi Matheus, could you provide details on what steps to take to reproduce this error?

I'm running into the same issue -- I followed [the instructions in the Candle reference guide](https://huggingface.github.io/candle/inference/hub.html) to see how to run a HuggingFace model in Candle and I was surprised...

I don't think Monaco should be used as a "[controlled input](https://react.dev/reference/react-dom/components/input#controlling-an-input-with-a-state-variable)"; I don't think it's designed to be used that way. Instead, you can use `onLoad` to store a reference...

I've found that one thing that makes backprop use significantly more memory (and compute time) than necessary is that it computes the gradients for _all_ tensors that appear anywhere inside...