mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-02 10:36:47 +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
313 B
YAML
17 lines
313 B
YAML
name: koboldai
|
|
channels:
|
|
- pytorch
|
|
- conda-forge
|
|
- defaults
|
|
dependencies:
|
|
- colorama
|
|
- flask-socketio
|
|
- pytorch
|
|
- cudatoolkit=11.1
|
|
- tensorflow-gpu
|
|
- python=3.8.*
|
|
- pip
|
|
- git
|
|
- pip:
|
|
- git+https://github.com/finetuneanon/transformers@gpt-neo-localattention3-rp-b
|
|
- flask-cloudflared |