randoentity

Results 28 comments of randoentity

I'm also interested in this. I did a bit of looking around and LineageOS has this feature. I'm sorry if this is obvious, but if it is you might save...

@thestinger thanks for the explanation!

+1 I love this feature. It makes it so much more clear what to expect. To hijack your hijack, I was wondering if you could help me figure out how...

This I formatted with by using Conform in neovim (LazyVim) cf. For coding on my phone I use Termux->ssh->tmux->(neo)vim. Unexpected Keyboard (on F-droid) is great for coding.

Same here. Definitely something with the conda env. Probably need to install some cuda nvidia nvcc lib. >`ImportError:` ...envs/mamba/lib/python3.12/site-packages/selective_scan_cuda.cpython-312-x86_64-linux-gnu.so: undefined symbol: _ZN3c104cuda9SetDeviceEi Possible solutions: https://github.com/state-spaces/mamba/issues/169#issuecomment-2099147220 Okay so it looks like...

Working now for me too. Default cuda 12.1. Python 3.10.14 was giving me problems. This works with a fresh conda env: >conda install python==3.10.13 pip pip install mistral_inference>=1 mamba-ssm causal-conv1d

Coincidentally I was looking into this. Should have a PR up soon after I test it out a bit.

https://github.com/oobabooga/text-generation-webui/pull/6280

https://github.com/oobabooga/text-generation-webui/pull/6280

With Python the linter gives a bit more certainty that the produced code is valid, but it's not perfect. On the one hand users should check the diff because the...