-
Notifications
You must be signed in to change notification settings - Fork 12
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
Cannot install packages using requirements.txt #5
Comments
Hi, I am experiencing the same problem. May I ask if you have solved it? |
For those interested, I am working on a dockerfile that runs llmseg. It's not fully tested but I could reach the point of being able to download the weights and apply the weights deltas. I'll update with a proper readme when I get it to work. |
Hi @DRM-Free, Thanks, |
I am trying to go through the installation instructions and I'm running into an error while using
pip install -r requirements.txt
with the following error:Also, the requirements.txt file contains the following instructions, but unfortunately that doesnt work as well.
This looks like the environment was created using
conda list -e
method which might be the cause of my above error. Can you please help with this and share the right requirements.txt file? Thanks!The text was updated successfully, but these errors were encountered: