Skip to content

Commit

Permalink
Update environment-lin-cuda.yml (#2159)
Browse files Browse the repository at this point in the history
Fixing line 42 to be the proper order to define the transformers requirement: ~= instead of =~
  • Loading branch information
wybartel authored Jan 4, 2023
1 parent 8bcf4b7 commit 2ac2f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments-and-requirements/environment-lin-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies:
- test-tube>=0.7.5
- torch-fidelity==0.3.0
- torchmetrics==0.7.0
- transformers=~4.25
- transformers~=4.25
- git+https://github.com/openai/CLIP.git@main#egg=clip
- git+https://github.com/Birch-san/k-diffusion.git@mps#egg=k-diffusion
- git+https://github.com/invoke-ai/clipseg.git@relaxed-python-requirement#egg=clipseg
Expand Down

0 comments on commit 2ac2f81

Please sign in to comment.