Torch version changes

This commit is contained in:
henk717 2022-03-17 21:11:36 +01:00
parent 9e9c1c3fe0
commit f581fe89cb
5 changed files with 4 additions and 24 deletions

View File

@ -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

View File

@ -6,7 +6,7 @@ channels:
dependencies:
- colorama
- flask-socketio
- pytorch=1.10.*
- pytorch=1.11.*
- python=3.8.*
- cudatoolkit=11.1
- eventlet

View File

@ -15,7 +15,7 @@ dependencies:
- protobuf
- pip:
- --find-links https://download.pytorch.org/whl/rocm4.2/torch_stable.html
- torch==1.10.*
- torch==1.11.*
- torchvision==0.11.1
- flask-cloudflared
- flask-ngrok

View File

@ -2,7 +2,7 @@ transformers>=4.17
Flask
Flask-SocketIO
requests
torch>=1.9
torch==1.11
flask-cloudflared
flask-ngrok
eventlet

View File

@ -1,4 +1,4 @@
torch >= 1.9
torch >= 1.9, <= 1.11
numpy
tqdm
requests