mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Dependencies required for newer models
This commit is contained in:
@ -9,13 +9,15 @@ dependencies:
|
|||||||
- pytorch
|
- pytorch
|
||||||
- python=3.8.*
|
- python=3.8.*
|
||||||
- cudatoolkit=11.1
|
- cudatoolkit=11.1
|
||||||
- transformers
|
|
||||||
- eventlet
|
- eventlet
|
||||||
- markdown
|
- markdown
|
||||||
- bleach
|
- bleach
|
||||||
- pip
|
- pip
|
||||||
- git
|
- git
|
||||||
|
- sentencepiece
|
||||||
|
- protobuf
|
||||||
- pip:
|
- pip:
|
||||||
- flask-cloudflared
|
- flask-cloudflared
|
||||||
- flask-ngrok
|
- flask-ngrok
|
||||||
- lupa==1.10
|
- lupa==1.10
|
||||||
|
- git+https://github.com/huggingface/transformers
|
@ -3,7 +3,6 @@ channels:
|
|||||||
- conda-forge
|
- conda-forge
|
||||||
- defaults
|
- defaults
|
||||||
dependencies:
|
dependencies:
|
||||||
- transformers
|
|
||||||
- colorama
|
- colorama
|
||||||
- flask-socketio
|
- flask-socketio
|
||||||
- python=3.8.*
|
- python=3.8.*
|
||||||
@ -12,6 +11,8 @@ dependencies:
|
|||||||
- bleach
|
- bleach
|
||||||
- pip
|
- pip
|
||||||
- git
|
- git
|
||||||
|
- sentencepiece
|
||||||
|
- protobuf
|
||||||
- pip:
|
- pip:
|
||||||
- --find-links https://download.pytorch.org/whl/rocm4.2/torch_stable.html
|
- --find-links https://download.pytorch.org/whl/rocm4.2/torch_stable.html
|
||||||
- torch
|
- torch
|
||||||
@ -19,3 +20,4 @@ dependencies:
|
|||||||
- flask-cloudflared
|
- flask-cloudflared
|
||||||
- flask-ngrok
|
- flask-ngrok
|
||||||
- lupa==1.10
|
- lupa==1.10
|
||||||
|
- git+https://github.com/huggingface/transformers
|
||||||
|
1
fairseq-dense-2.7B-Janeway
Submodule
1
fairseq-dense-2.7B-Janeway
Submodule
Submodule fairseq-dense-2.7B-Janeway added at 99ec323435
@ -8,4 +8,6 @@ flask-ngrok
|
|||||||
eventlet
|
eventlet
|
||||||
lupa==1.10
|
lupa==1.10
|
||||||
markdown
|
markdown
|
||||||
bleach
|
bleach
|
||||||
|
sentencepiece
|
||||||
|
protobuf
|
Reference in New Issue
Block a user