Blake Wyatt
Blake Wyatt
@Sinxain can you try a different model like https://huggingface.co/wcde/llama-7b-4bit-gr128?
@TripleKiller666 that is a warning, not an error. If you didn't receive an error during installation, there should be no problem with it and you should be set to run...
> Sorry, this isn't a bug I guess. Just a desperate rant and cry for help. @Zovya No worries, I actually consider this a bug. The one-click installer should be...
@discordianbelle thanks for posting. There are two things I notice. First is that there's mention of a `/home/XXXXXXXX/miniconda3` path and no mention of the `/home/XXXXXXXX/ai_write/oobabooga_linux/installer_files/conda` path. This could be the...
So it looks like we can just apply @jllllll's fix to the Windows one-click installer, but I wonder why it's happening in the first place. Once you're in the Miniconda...
I just made some changes to the one-click installer [here](https://github.com/xNul/one-click-installers) and I'm curious if they fix the issue without having to set the `CUDA_PATH` (the changes may fix the root...
@pawprint thanks! You can download from my fork here https://github.com/xNul/one-click-installers. Or using this direct link https://github.com/xNul/one-click-installers/archive/refs/heads/main.zip
@Tom-Neverwinter each version of pytorch depends on a certain version of CUDA and text-generation-webui only has support for certain versions of pytorch. Adjusting the pytorch version to suit the already...
Does it give an error and exit? Very strange that it's still saying it can't find the CUDA extension after the wheel was installed correctly. Hopefully someone else figures out...