mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Torch fixes for colab
This commit is contained in:
@@ -2,7 +2,7 @@ transformers>=4.20.1
|
||||
Flask
|
||||
Flask-SocketIO
|
||||
requests
|
||||
torch<=1.12
|
||||
torch >= 1.9, < 1.13
|
||||
flask-cloudflared
|
||||
flask-ngrok
|
||||
eventlet
|
||||
|
@@ -1,4 +1,4 @@
|
||||
torch >= 1.9, <= 1.12
|
||||
torch >= 1.9, < 1.13
|
||||
numpy
|
||||
tqdm
|
||||
requests
|
||||
|
Reference in New Issue
Block a user