Relax torch version to allow 2.1.x (useful for colab)

This commit is contained in:
litagin02
2024-02-05 21:04:47 +09:00
parent c6acb9e8ce
commit 204aed69ad

View File

@@ -24,6 +24,6 @@ requests
safetensors
scipy
tensorboard
torch==2.1.2 # For users without GPU
torch>=2.1,<2.2 # For users without GPU or colab
transformers
umap-learn