Skip to content
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

Update requirements.txt #410

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

piratagit
Copy link

Hi people, I checked that if the torch version on this requirement file is 2.4.1, when you run 'pip install -r requirements.txt', it gets as error requesting to get the torch version 2.5.1, so I just changed the version on this requirement file and it worked just fine.
Congrats for the nice job!

changed the torch version from 2.4.1 to 2.5.1
@piratagit
Copy link
Author

Changing the torch version in the requirements.txt avoid the error when running the line 'pip install -r requirements.txt'

@mowentian
Copy link
Contributor

thanks,readme may be updated,or delete following:

System Requirements

Dependencies:

torch==2.4.1
triton==3.0.0
transformers==4.46.3
safetensors==0.4.5


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants