Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Server

File structure

TODO

Data flow

TODO

Model

LLM

ModelMemoryFile SizeRemark
unsloth/Qwen3-1.7B-GGUF2.5GB1.11GBQwen3-1.7B-Q4_K_M.gguf

ASR

ModelMemoryFile SizeRemark
openai/whisper-tiny0.45GB0.15GB
openai/whisper-small1.1GB0.96GB
Qwen/Qwen3-ASR-0.6B2GB1.88GB
openai/whisper-large-v3-turbo4GB1.62GB

TTS

ModelMemoryFile SizeRemark
mzdk100/kokoro0.12GB0.37GB
openbmb/VoxCPM-0.5B2GB1.61GB

CUDA Toolkit install in fedora 43 & setup env

sudo sh cuda_12.8.1_570.124.06_linux.run --toolkit --no-drm --silent --override
export PATH="/usr/local/cuda/bin:$PATH"
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda/lib64
export LIBRARY_PATH=$LIBRARY_PATH:/usr/local/cuda/lib64

``` shell
conda create -n cuda
# for candle library
conda install conda-forge::gcc==14.3.0
conda install conda-forge::gxx==14.3.0
# for openssl library
conda install anaconda::openssl
conda activate cuda
# develop...

Spec

https://rust-lang.github.io/api-guidelines/

https://rust-coding-guidelines.github.io/rust-coding-guidelines-zh/overview.html