mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-01-10 07:20:04 +01:00
a484244392
Allows model creators to customize the welcome message using Markdown and Limited HTML Existing United users need to run install_requirements..bat again, you can leave the existing dependencies intact.
22 lines
441 B
YAML
22 lines
441 B
YAML
name: koboldai-ft
|
|
channels:
|
|
- conda-forge
|
|
- defaults
|
|
dependencies:
|
|
- colorama
|
|
- flask-socketio
|
|
- python=3.8.*
|
|
- eventlet
|
|
- markdown
|
|
- bleach
|
|
- pip
|
|
- git
|
|
- 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
|