Lumen Yang
Lumen Yang
> Hmm, I just realized something odd: The behavior is identical to neovim's default config! `nvim -u NONE` loads neovim without any settings or plugins, and: > > * Hitting...
> Hello @LumenYoung, > > I was able to create your environment using this: > > ``` > name: robodiff > channels: > - pytorch > - nvidia > -...
Same problem here when I'm trying to run the khoj's docker compose with either the cloud or the normal one. It seems I can get the following error from the...
I'm also experiencing the same issue following the documentation's default setup. Feel free to reach out for further information. But I also experience this not only from main but also...
Same problem here, do you have any insight already driven from debugging?
Update on this problem. I think this is mainly because of the dataset creation process that **addes an additional dimension to the state**. I can find that during the `add_frame()`...
> Hi @LumenYoung, thanks for pointing this out. Our initial implementation of multi-modal embeddings does indeed assume a single datatype at a time. > > While the proposed change might...
> I think we would want to carefully consider any approach here since it would touch a lot of the API surface. > > Could you expand on your proposal...
Hi @mfontanini, nice to see your reply and thanks for this wonderful project. Yes, I think my request is roughly what you describe. What I see might be a good...
I had a patch on my own repo to 1) mark each typst equation 2) invert them in the dark mode. The implementation is [this commit](https://github.com/LumenYoung/Notes/commit/5bc60b2485f77fa108f280b4c5021b3f57947119). Now the equations on...