Remove Huggingface Repo
Huggingface's repo is further behind than conda-forge so we will no longer offer it in the installer. The more is loaded from conda-forge the better. The same transformers package will still be installed, but a newer one from conda-forge is now guaranteed.
This commit is contained in:
parent
03433810f1
commit
44d49ea732
|
@ -1,6 +1,5 @@
|
|||
name: koboldai
|
||||
channels:
|
||||
- huggingface
|
||||
- pytorch
|
||||
- conda-forge
|
||||
- defaults
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
name: koboldai
|
||||
channels:
|
||||
- huggingface
|
||||
- conda-forge
|
||||
- defaults
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in New Issue