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:
parent
c36bc376c0
commit
20e0b59fb9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue