jllllll

Results 104 comments of jllllll
trafficstars

libcuda.so in WSL comes from Windows GPU drivers. There is a bug in WSL that causes drivers to not be properly set up in the virtual machine. Whether or not...

> > libcuda.so in WSL comes from Windows GPU drivers. There is a bug in WSL that causes drivers to not be properly set up in the virtual machine. Whether...

So far, it seems better at understanding code, but other than that it seems largely comparable to GPT-J. I heard there was an issue with sampler settings not working properly...

@razvan-nicolae What version of WSL are you using?

I am attempting to add AMD GPU support for Linux to the one-click-installer. I don't have an AMD GPU, so any help testing is appreciated. https://github.com/oobabooga/one-click-installers/pull/98 https://github.com/jllllll/one-click-installers/tree/cross-platform-amd

> sed does not work by default in Windows so one click installer fails. The one-click-installer installs Git which comes with a Windows-compatible version of sed. When using the installer,...

> @jllllll > > > did the console show an error saying that it couldn't find sed? > > Yup. EDIT: OK, not an error that "it couldn't find sed",...

For anyone with an RTX card: Here is the wheel file: [bitsandbytes-0.37.2-py3-none-any.whl.zip](https://github.com/oobabooga/text-generation-webui/files/11103570/bitsandbytes-0.37.2-py3-none-any.whl.zip) Extract it next to `micromamba-cmd.bat`, run that .bat and enter the following commands in order: ``` python -m...

> @jllllll I've downloaded and extracted the wheel file you provided (not that I know what "a wheel file" is :-D ), ran micromamba-cmd.bat, and entered the two pip commands...