Dependency Fixes

This commit is contained in:
henk717
2022-03-17 00:35:59 +01:00
parent a3e5e052b3
commit 9235754eb9
4 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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