mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2024-12-24 15:31:25 +01:00
Torch fixes for colab
This commit is contained in:
parent
b0a32d3646
commit
50266ab49a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user