Update dependencies

Updates dependencies, play.sh didn't work properly so removing that for now since manually running aiserver.py is superior on Linux until I can get conda to init inside the script
This commit is contained in:
henk717 2021-12-09 23:49:35 +01:00
parent 9054c71515
commit d546cbd8c6
5 changed files with 11 additions and 7 deletions

View File

@ -10,9 +10,11 @@ dependencies:
- cudatoolkit=11.1
- tensorflow-gpu
- python=3.8.*
- gevent-websocket
- pip
- git
- pip:
- git+https://github.com/finetuneanon/transformers@gpt-neo-localattention3-rp-b
- flask-cloudflared
- flask-ngrok
- flask-ngrok
- lupa

View File

@ -11,8 +11,10 @@ dependencies:
- python=3.8.*
- cudatoolkit=11.1
- transformers
- gevent-websocket
- pip
- git
- pip:
- flask-cloudflared
- flask-ngrok
- flask-ngrok
- lupa

View File

@ -6,6 +6,7 @@ dependencies:
- colorama
- flask-socketio
- python=3.8.*
- gevent-websocket
- pip
- git
- pip:
@ -14,4 +15,5 @@ dependencies:
- torchvision==0.11.1
- flask-cloudflared
- git+https://github.com/finetuneanon/transformers@gpt-neo-localattention3-rp-b
- flask-ngrok
- flask-ngrok
- lupa

View File

@ -8,6 +8,7 @@ dependencies:
- colorama
- flask-socketio
- python=3.8.*
- gevent-websocket
- pip
- git
- pip:
@ -16,3 +17,4 @@ dependencies:
- torchvision==0.11.1
- flask-cloudflared
- flask-ngrok
- lupa

View File

@ -1,4 +0,0 @@
#!/bin/bash
conda env create -f environments/huggingface.yml
conda activate koboldai
python aiserver.py $*