-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trying to get this working with text-generation-webui #154
Comments
Can you provide some more logs about the error? |
This is my attempt to install winglian `ana@durga: × python setup.py bdist_wheel did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. × Running setup.py install for alpaca-lora-4bit did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while trying to install package. note: This is an issue with the package mentioned above, not pip. |
And here is my attempt to install the old_compatible. `ana@durga: × python setup.py bdist_wheel did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. × Running setup.py install for alpaca-lora-4bit did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while trying to install package. note: This is an issue with the package mentioned above, not pip. |
I guess I cannot find a .log file. so I hope the above is useful. If there is a specific log file somewhere please tell me where it is and I can post it for you. I have to admit. I'm kinda giddy getting tech support from a guy who made 4bit training possible for llm's. you are pretty awesome, sir. |
I found the similar issue here... |
Well, I am running gcc 12. I installed gcc 10 via sudo apt install gcc-10, but I don't think it's default or active. sudo update-alternatives isn't working initially. Frankly, I'm a bit over my head. I have to go to bed soon, so I'll have to take this up tomorrow. I hope to try the bisqwit solution. So update tomorrow! |
well, I have nothing to update. I am now on gcc 10 and it's not working. I also have nvcc in the path, but it still can't find it. here is my current error: note: This error originates from a subprocess, and is likely not a problem with pip. I had a similar problem trying to deep deepspeed to compile. My nvcc was at /usr/bin and pip or alpacalora wasn't looking there, so I put it in the path with : |
try putting this after the activation of virtual env? The virtual env would overwrite the environment variables. |
OK, so I've solved this nvcc issue, but have a new error. I am using text-generation-webui which has a new cmd_linux.sh command which starts a terminal and the I thought we were to do our text-gen terminal stuff with this.I assumed it started the environment, but really I have no idea. Anyway... If I compile while using the cmd_linus.sh shell, I get the nvcc error. If I compile without the cmd_linux.sh.shell, that it to say, in the normal terminal, I do not get the nvcc error. Instead I get these errors:
There is additional output, but I didn't want to clutter the post. if you want a verbose output I can provide it. |
I cannot compile the wheels. whether I use winglian or old_compatible, I end up with this error message.
` RuntimeError: Error compiling objects for extension
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for alpaca-lora-4bit
Running setup.py clean for alpaca-lora-4bit
Failed to build alpaca-lora-4bit
Installing collected packages: alpaca-lora-4bit
Running setup.py install for alpaca-lora-4bit ... error
error: subprocess-exited-with-error
× Running setup.py install for alpaca-lora-4bit did not run successfully.
│ exit code: 1
╰─> [125 lines of output]
`
then it resumes installing and later gives this error.
` RuntimeError: Error compiling objects for extension
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> alpaca-lora-4bit
`
I had gotten this to work in the past, but have since had to reinstall text-generation-webui, at which time my "monkey-patch" stopped working. Any ideas to get it to work? I need the 4bit support since I have limited vram.
The text was updated successfully, but these errors were encountered: