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:
Henk 2022-11-11 21:13:51 +01:00
parent eb52ebd082
commit f1e4664d56
4 changed files with 2 additions and 51 deletions

View File

@ -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

View File

@ -21,6 +21,7 @@ dependencies:
- apispec-webframeworks - apispec-webframeworks
- loguru - loguru
- termcolor - termcolor
- psutil
- pip: - pip:
- flask-cloudflared - flask-cloudflared
- flask-ngrok - flask-ngrok

View File

@ -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

View File

@ -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