mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-01-10 15:22:59 +01:00
Dependency improvements
Adding psutil from conda to avoid the need for a compiler, finetuneanon should no longer be used. If people really want to use it they are on their own.
This commit is contained in:
parent
eb52ebd082
commit
f1e4664d56
@ -1,26 +0,0 @@
|
|||||||
name: koboldai
|
|
||||||
channels:
|
|
||||||
- pytorch
|
|
||||||
- conda-forge
|
|
||||||
- defaults
|
|
||||||
dependencies:
|
|
||||||
- colorama
|
|
||||||
- flask-socketio
|
|
||||||
- flask-session
|
|
||||||
- pytorch
|
|
||||||
- cudatoolkit=11.1
|
|
||||||
- tensorflow-gpu
|
|
||||||
- python=3.8.*
|
|
||||||
- eventlet
|
|
||||||
- markdown
|
|
||||||
- bleach=4.1.0
|
|
||||||
- pip
|
|
||||||
- git=2.35.1
|
|
||||||
- marshmallow>=3.13
|
|
||||||
- apispec-webframeworks
|
|
||||||
- loguru
|
|
||||||
- pip:
|
|
||||||
- git+https://github.com/finetuneanon/transformers@gpt-neo-localattention3-rp-b
|
|
||||||
- flask-cloudflared
|
|
||||||
- flask-ngrok
|
|
||||||
- lupa==1.10
|
|
@ -21,6 +21,7 @@ dependencies:
|
|||||||
- apispec-webframeworks
|
- apispec-webframeworks
|
||||||
- loguru
|
- loguru
|
||||||
- termcolor
|
- termcolor
|
||||||
|
- psutil
|
||||||
- pip:
|
- pip:
|
||||||
- flask-cloudflared
|
- flask-cloudflared
|
||||||
- flask-ngrok
|
- flask-ngrok
|
||||||
|
@ -1,25 +0,0 @@
|
|||||||
name: koboldai-ft
|
|
||||||
channels:
|
|
||||||
- conda-forge
|
|
||||||
- defaults
|
|
||||||
dependencies:
|
|
||||||
- colorama
|
|
||||||
- flask-socketio
|
|
||||||
- flask-session
|
|
||||||
- python=3.8.*
|
|
||||||
- eventlet
|
|
||||||
- markdown
|
|
||||||
- bleach=4.1.0
|
|
||||||
- pip
|
|
||||||
- git=2.35.1
|
|
||||||
- marshmallow>=3.13
|
|
||||||
- apispec-webframeworks
|
|
||||||
- loguru
|
|
||||||
- pip:
|
|
||||||
- --find-links https://download.pytorch.org/whl/rocm4.2/torch_stable.html
|
|
||||||
- torch
|
|
||||||
- torchvision==0.11.1
|
|
||||||
- flask-cloudflared
|
|
||||||
- git+https://github.com/finetuneanon/transformers@gpt-neo-localattention3-rp-b
|
|
||||||
- flask-ngrok
|
|
||||||
- lupa==1.10
|
|
@ -18,6 +18,7 @@ dependencies:
|
|||||||
- apispec-webframeworks
|
- apispec-webframeworks
|
||||||
- loguru
|
- loguru
|
||||||
- termcolor
|
- termcolor
|
||||||
|
- psutil
|
||||||
- pip:
|
- pip:
|
||||||
- --extra-index-url https://download.pytorch.org/whl/rocm5.1.1
|
- --extra-index-url https://download.pytorch.org/whl/rocm5.1.1
|
||||||
- torch
|
- torch
|
||||||
|
Loading…
Reference in New Issue
Block a user