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
channels:
- huggingface
- conda-forge
- defaults
dependencies:
- transformers
- colorama
- flask-socketio
- python=3.8.*
@ -13,5 +15,4 @@ dependencies:
- torch
- torchvision==0.11.1
- flask-cloudflared
- git+https://github.com/vfbd/transformers#tfs
- flask-ngrok
- flask-ngrok