koboldcpp/environment.yaml
2024-12-14 08:52:07 +08:00

24 lines
359 B
YAML

name: koboldcpp
channels:
- nvidia/label/cuda-11.5.0
- conda-forge
- defaults
dependencies:
- python=3.8
- cuda-nvcc
- cuda-libraries-dev
- cxx-compiler
- gxx=10
- pip
- git=2.35.1
- clblast
- ninja
- make
- packaging
- pyinstaller
- libcblas
- ocl-icd-system
- libvulkan-loader
- tk=*=xft_*
- pip:
- customtkinter