mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-13 02:19:41 +00:00
24 lines
359 B
YAML
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
|