Yehowshua Immanuel

Results 13 comments of Yehowshua Immanuel

I second this. I would be very happy to donate.

`}` - jump to next paragraph (or function/block, when editing code) `{` - jump to previous paragraph (or function/block, when editing code) `%` - move to matching character (default supported...

I second this - would be incredibly helpful

@nheuillet All the emotions aside - I really do think that Lapce badly needs this feature. I had to stop using Lapce because of no word wrap and no Vim...

Oh wow! That paper is really cool. Incidentally, I have been using Clash for some other projects.

Lines like these seem a bit verbose and redundant... https://github.com/mit-plv/riscv-semantics/blob/master/src/Spec/Decode.hs#L17-L21 I could conceive of perhaps: ```haskell data LoadType = LoadType { rd :: Register, rs1 :: Register, oimm12 :: MachineInt...

Also - perhaps this isn't the appropriate place for this conversation. I'm genuinely intrigued by this codebase at a basic level - and I suppose I have a number of...

You should be able to run [one_file_ref.py](https://github.com/mistralai/mistral-src/blob/main/one_file_ref.py) on your GPU using pure PyTorch as PyTorch supports the ARC A770.

I noticed that running the one_file_ref which doesn't make use of xformers was actually faster on multiple GPUs than main.py which does call xformers from mistral/model.py under the hood. I...

I'm also interested. Are we talking about rolling out another entire inference engine here?