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:
parent
9054c71515
commit
d546cbd8c6
|
@ -10,9 +10,11 @@ dependencies:
|
||||||
- cudatoolkit=11.1
|
- cudatoolkit=11.1
|
||||||
- tensorflow-gpu
|
- tensorflow-gpu
|
||||||
- python=3.8.*
|
- python=3.8.*
|
||||||
|
- gevent-websocket
|
||||||
- pip
|
- pip
|
||||||
- git
|
- git
|
||||||
- pip:
|
- pip:
|
||||||
- git+https://github.com/finetuneanon/transformers@gpt-neo-localattention3-rp-b
|
- git+https://github.com/finetuneanon/transformers@gpt-neo-localattention3-rp-b
|
||||||
- flask-cloudflared
|
- flask-cloudflared
|
||||||
- flask-ngrok
|
- flask-ngrok
|
||||||
|
- lupa
|
|
@ -11,8 +11,10 @@ dependencies:
|
||||||
- python=3.8.*
|
- python=3.8.*
|
||||||
- cudatoolkit=11.1
|
- cudatoolkit=11.1
|
||||||
- transformers
|
- transformers
|
||||||
|
- gevent-websocket
|
||||||
- pip
|
- pip
|
||||||
- git
|
- git
|
||||||
- pip:
|
- pip:
|
||||||
- flask-cloudflared
|
- flask-cloudflared
|
||||||
- flask-ngrok
|
- flask-ngrok
|
||||||
|
- lupa
|
|
@ -6,6 +6,7 @@ dependencies:
|
||||||
- colorama
|
- colorama
|
||||||
- flask-socketio
|
- flask-socketio
|
||||||
- python=3.8.*
|
- python=3.8.*
|
||||||
|
- gevent-websocket
|
||||||
- pip
|
- pip
|
||||||
- git
|
- git
|
||||||
- pip:
|
- pip:
|
||||||
|
@ -15,3 +16,4 @@ dependencies:
|
||||||
- flask-cloudflared
|
- flask-cloudflared
|
||||||
- git+https://github.com/finetuneanon/transformers@gpt-neo-localattention3-rp-b
|
- git+https://github.com/finetuneanon/transformers@gpt-neo-localattention3-rp-b
|
||||||
- flask-ngrok
|
- flask-ngrok
|
||||||
|
- lupa
|
|
@ -8,6 +8,7 @@ dependencies:
|
||||||
- colorama
|
- colorama
|
||||||
- flask-socketio
|
- flask-socketio
|
||||||
- python=3.8.*
|
- python=3.8.*
|
||||||
|
- gevent-websocket
|
||||||
- pip
|
- pip
|
||||||
- git
|
- git
|
||||||
- pip:
|
- pip:
|
||||||
|
@ -16,3 +17,4 @@ dependencies:
|
||||||
- torchvision==0.11.1
|
- torchvision==0.11.1
|
||||||
- flask-cloudflared
|
- flask-cloudflared
|
||||||
- flask-ngrok
|
- flask-ngrok
|
||||||
|
- lupa
|
Loading…
Reference in New Issue