-
Notifications
You must be signed in to change notification settings - Fork 10
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
problems when running bash setup.sh #15
Comments
bash setup.sh
You cannot write torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 --index-url https://download.pytorch.org/whl/cu121 in your requirements file, you should install it use terminal command: |
Thank you for your assistance. There's another conflict in the requirements.txt which:
Should I change to triton 2.1.0? Also, will I able to perform inference on videos around 1 minutes using 7B model with an RTX 4090 GPU? |
|
Got following errors:
After I did changes on line 17 of requirements.txt which I separate them to several lines, I got:
The text was updated successfully, but these errors were encountered: