mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Dependency Fixes
This commit is contained in:
@@ -6,7 +6,7 @@ channels:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- colorama
|
- colorama
|
||||||
- flask-socketio
|
- flask-socketio
|
||||||
- pytorch
|
- pytorch=1.10.*
|
||||||
- python=3.8.*
|
- python=3.8.*
|
||||||
- cudatoolkit=11.1
|
- cudatoolkit=11.1
|
||||||
- eventlet
|
- eventlet
|
||||||
@@ -20,4 +20,4 @@ dependencies:
|
|||||||
- flask-cloudflared
|
- flask-cloudflared
|
||||||
- flask-ngrok
|
- flask-ngrok
|
||||||
- lupa==1.10
|
- lupa==1.10
|
||||||
- git+https://github.com/huggingface/transformers
|
- transformers>=4.17
|
@@ -15,9 +15,9 @@ 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
|
- torch==1.10.*
|
||||||
- torchvision==0.11.1
|
- torchvision==0.11.1
|
||||||
- flask-cloudflared
|
- flask-cloudflared
|
||||||
- flask-ngrok
|
- flask-ngrok
|
||||||
- lupa==1.10
|
- lupa==1.10
|
||||||
- git+https://github.com/huggingface/transformers
|
- transformers>=4.17
|
@@ -1,8 +1,8 @@
|
|||||||
git+https://github.com/huggingface/transformers
|
transformers>=4.17
|
||||||
Flask
|
Flask
|
||||||
Flask-SocketIO
|
Flask-SocketIO
|
||||||
requests
|
requests
|
||||||
torch
|
torch==1.10.*
|
||||||
flask-cloudflared
|
flask-cloudflared
|
||||||
flask-ngrok
|
flask-ngrok
|
||||||
eventlet
|
eventlet
|
||||||
|
@@ -5,7 +5,7 @@ optax >= 0.0.5, <= 0.0.9
|
|||||||
dm-haiku == 0.0.5
|
dm-haiku == 0.0.5
|
||||||
ray[default]
|
ray[default]
|
||||||
jax == 0.2.21
|
jax == 0.2.21
|
||||||
transformers
|
transformers >= 4.17
|
||||||
progressbar2
|
progressbar2
|
||||||
git+https://github.com/VE-FORBRYDERNE/mesh-transformer-jax@ck
|
git+https://github.com/VE-FORBRYDERNE/mesh-transformer-jax@ck
|
||||||
flask
|
flask
|
||||||
|
Reference in New Issue
Block a user