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

torch 2.0 conflicts with accelerate 0.18 in requirements.txt #18

Open
zba opened this issue Oct 21, 2023 · 1 comment
Open

torch 2.0 conflicts with accelerate 0.18 in requirements.txt #18

zba opened this issue Oct 21, 2023 · 1 comment

Comments

@zba
Copy link

zba commented Oct 21, 2023

15.36 The conflict is caused by:
15.36 The user requested torch==2.0.0
15.36 accelerate 0.18.0 depends on torch>=1.4.0
15.36 torchvision 0.15.0 depends on torch==2.0.0+cu117

@zba zba changed the title torch 2.0 conflicts with accelerate in requirements.txt torch 2.0 conflicts with accelerate 0.18 in requirements.txt Oct 21, 2023
@zba
Copy link
Author

zba commented Oct 21, 2023

also

14.59 The conflict is caused by:
14.59 The user requested torch==2.0.0
14.59 torchvision 0.15.0 depends on torch==2.0.0+cu117

I add extra index and it helped (
pip3 install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cu117
)

please add extra index to readme

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

No branches or pull requests

1 participant