omer11a / bounded-attention

MIT License
73 stars 7 forks source link

Wrong Requirement.txt #6

Closed ValkyriaLenneth closed 5 months ago

ValkyriaLenneth commented 5 months ago

Dear Author, when preparing the environment, I faced the following conflict. please check your conda environment, and update the correct requirement.txt.

Thanks.

ERROR: Cannot install -r requirements.txt (line 1), -r requirements.txt (line 10), -r requirements.txt (line 14), -r requirements.txt (line 15), -r requirements.txt (line 18) and torch==2.2.0 because these package versions have conflicting dependencies.
The conflict is caused by:
    The user requested torch==2.2.0
    accelerate 0.25.0 depends on torch>=1.10.0
    pytorch-lightning 2.0.7 depends on torch>=1.11.0
    torch-kmeans 0.2.0 depends on torch>=1.08
    torchvision 0.17.0 depends on torch==2.2.0
    xformers 0.0.21 depends on torch==2.0.1
omer11a commented 5 months ago

I've updated it. Thanks for letting me know!