Check the list of available llm deb packages. Packages named in the llm-model-name format are model packages, while those named llm-name are functional module packages.
apt list | grep llm-
Step 2: Install Required Packages
Install the required packages using the apt command as needed, for example, installing the llm-cosy-voice package.
Note: Model packages occupy a relatively large amount of storage space. It is recommended to install them on demand.
apt install llm-cosy-voice
4. Package Description
lib-llm
Provides the runtime environment required for software operation.
apt install lib-llm
llm-sys
Provides the core services of StackFlow.
apt install llm-sys
5. Functional Module Overview
llm-audio
Provides unified sound card management services.
apt install llm-audio
llm-camera
Provides unified camera management services.
apt install llm-camera
llm-kws
Provides keyword spotting services.
apt install llm-kws
llm-asr
Provides speech-to-text services.
apt install llm-asr
llm-llm
Provides local large language model (LLM) services.