Merge branch 'united' into world-info

This commit is contained in:
Gnome Ann 2021-12-08 22:54:12 -05:00
commit 8212fb701b
2 changed files with 7 additions and 2 deletions

View File

@ -1,8 +1,10 @@
name: koboldai name: koboldai
channels: channels:
- huggingface
- conda-forge - conda-forge
- defaults - defaults
dependencies: dependencies:
- transformers
- colorama - colorama
- flask-socketio - flask-socketio
- python=3.8.* - python=3.8.*
@ -13,5 +15,4 @@ dependencies:
- torch - torch
- torchvision==0.11.1 - torchvision==0.11.1
- flask-cloudflared - flask-cloudflared
- git+https://github.com/vfbd/transformers#tfs - flask-ngrok
- flask-ngrok

4
play.sh Normal file
View File

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