mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Torch version changes
This commit is contained in:
@@ -1,20 +0,0 @@
|
|||||||
name: koboldai
|
|
||||||
channels:
|
|
||||||
- pytorch
|
|
||||||
- conda-forge
|
|
||||||
- defaults
|
|
||||||
dependencies:
|
|
||||||
- colorama
|
|
||||||
- flask-socketio
|
|
||||||
- pytorch
|
|
||||||
- python=3.8.*
|
|
||||||
- cudatoolkit=11.1
|
|
||||||
- eventlet
|
|
||||||
- markdown
|
|
||||||
- bleach
|
|
||||||
- pip
|
|
||||||
- git
|
|
||||||
- pip:
|
|
||||||
- flask-cloudflared
|
|
||||||
- flask-ngrok
|
|
||||||
- lupa==1.10
|
|
@@ -6,7 +6,7 @@ channels:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- colorama
|
- colorama
|
||||||
- flask-socketio
|
- flask-socketio
|
||||||
- pytorch=1.10.*
|
- pytorch=1.11.*
|
||||||
- python=3.8.*
|
- python=3.8.*
|
||||||
- cudatoolkit=11.1
|
- cudatoolkit=11.1
|
||||||
- eventlet
|
- eventlet
|
||||||
|
@@ -15,7 +15,7 @@ dependencies:
|
|||||||
- protobuf
|
- protobuf
|
||||||
- pip:
|
- pip:
|
||||||
- --find-links https://download.pytorch.org/whl/rocm4.2/torch_stable.html
|
- --find-links https://download.pytorch.org/whl/rocm4.2/torch_stable.html
|
||||||
- torch==1.10.*
|
- torch==1.11.*
|
||||||
- torchvision==0.11.1
|
- torchvision==0.11.1
|
||||||
- flask-cloudflared
|
- flask-cloudflared
|
||||||
- flask-ngrok
|
- flask-ngrok
|
||||||
|
@@ -2,7 +2,7 @@ transformers>=4.17
|
|||||||
Flask
|
Flask
|
||||||
Flask-SocketIO
|
Flask-SocketIO
|
||||||
requests
|
requests
|
||||||
torch>=1.9
|
torch==1.11
|
||||||
flask-cloudflared
|
flask-cloudflared
|
||||||
flask-ngrok
|
flask-ngrok
|
||||||
eventlet
|
eventlet
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
torch >= 1.9
|
torch >= 1.9, <= 1.11
|
||||||
numpy
|
numpy
|
||||||
tqdm
|
tqdm
|
||||||
requests
|
requests
|
||||||
|
Reference in New Issue
Block a user