Closed tholonia closed 4 months ago
Hi. I run text gen on 3 different Debian 12.5 servers. My first recommendation would be to upgrade your Nvidia driver. The 525 driver may not be your issue, but it will cause you to use more VRAM and may cause CUDA library issues since your driver only supports CUDA 12.0. See https://www.linuxcapable.com/install-nvidia-drivers-on-debian/ I've used 535, 54x and am now on 550 without issues.
My specific means for installing is:
cd src
git clone https://github.com/oobabooga/text-generation-webui
cd text-generation-webui/
./start_linux.sh --listen
I used to envelope the above in its own conda environment but that broke for installs awhile ago and I now run the above outside of any virtualized python env. My global python version is 3.11.5.
I'm also running commit 5b91dbb73bc96722314dc04479cd5a4e732fc9bc
It may be possible there was a very recent bug introduced in the last few commits. If updating your driver doesn't help, try doing a fresh install on that commit instead of what's most recent.
I don't know why auto installation is so attractive, I've never had a good experience with it on devices with multiple versions of python, use "Manual installation using Conda" from README.md
.
PS: your version of python jumping from 3.10 to 3.11 and back again during a single process.
This issue has been closed due to inactivity for 2 months. If you believe it is still relevant, please leave a comment below. You can tag a developer in your comment.
Describe the bug
start_linux.sh fails
The following packages were not installed with ./start_linux.sh and had to be installed manually into the ${HOME}/src/text-generation-webui/installer_files/env conda environment.
conda install gradio
conda install pyyaml
conda install accelerate
conda install pillow
conda install markdown
conda install transformers
conda install numba
conda install datasets
conda install peft
Running server.py fails on exception (see logs included)
It would be much cleaner and easier if the installation were not a 1-click-fits-all, but rather 1) instruction to create the correct conda environment 2) instruction on installing and configuring Oobabooga 3) instructions on starting server
Is there an existing issue for this?
Reproduction
On Debian 12, follow instructions from README.md
Screenshot
No response
Logs
System Info