Use eventlet instead of gevent-websocket

This commit is contained in:
Gnome Ann
2021-12-13 17:19:04 -05:00
parent fb6762bc1a
commit 338d437ea3
8 changed files with 112 additions and 101 deletions

View File

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

View File

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

View File

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

View File

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