Merge branch 'united' into world-info
This commit is contained in:
commit
cb384ce25b
|
@ -102,6 +102,8 @@ if [ "$init" != "skip" ]; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
cd /content
|
||||||
|
|
||||||
# Models extracted? Then we skip anything beyond this point for faster loading.
|
# Models extracted? Then we skip anything beyond this point for faster loading.
|
||||||
if [ -f "/content/extracted" ]; then
|
if [ -f "/content/extracted" ]; then
|
||||||
launch
|
launch
|
||||||
|
@ -133,7 +135,7 @@ if [ ! -z ${tar+x} ]; then
|
||||||
make install
|
make install
|
||||||
cd ..
|
cd ..
|
||||||
apt install zstd -y
|
apt install zstd -y
|
||||||
pv $tar | tar -I zstd -x
|
pv $dloc/$tar | tar -I zstd -C /content/ -x
|
||||||
touch /content/extracted
|
touch /content/extracted
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -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
|
4
play.sh
4
play.sh
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
conda env create -f environments/huggingface.yml
|
|
||||||
conda activate koboldai
|
|
||||||
python aiserver.py $*
|
|
|
@ -5,3 +5,5 @@ requests
|
||||||
torch
|
torch
|
||||||
flask-cloudflared
|
flask-cloudflared
|
||||||
flask-ngrok
|
flask-ngrok
|
||||||
|
gevent-websocket
|
||||||
|
lupa
|
|
@ -12,3 +12,5 @@ flask
|
||||||
Flask-SocketIO
|
Flask-SocketIO
|
||||||
flask-cloudflared >= 0.0.5
|
flask-cloudflared >= 0.0.5
|
||||||
flask-ngrok
|
flask-ngrok
|
||||||
|
gevent-websocket
|
||||||
|
lupa
|
Loading…
Reference in New Issue