mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2024-12-12 00:35:41 +01:00
fcc210898f
tensorflow-base doesn't like the older cudatoolkit anymore. The one for python 3.8 still does, so lets just stick to that for now then.
17 lines
254 B
YAML
17 lines
254 B
YAML
name: koboldai
|
|
channels:
|
|
- huggingface
|
|
- pytorch
|
|
- conda-forge
|
|
- defaults
|
|
dependencies:
|
|
- colorama
|
|
- flask-socketio
|
|
- pytorch
|
|
- python=3.8.*
|
|
- cudatoolkit=11.1
|
|
- tensorflow-gpu
|
|
- transformers
|
|
- pip
|
|
- pip:
|
|
- flask-cloudflared |