Migrate to official transformers

No longer using VE's fork since its obsolete, in line with what we already did for the CUDA varient.
This commit is contained in:
henk717 2021-12-07 23:35:28 +01:00 committed by GitHub
parent c36bc376c0
commit 20e0b59fb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 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