For application installation and upgrading, use the apt package management tool to download and update functional units. For details, please refer to the following operations.
1. Preparation
Refer to the LLM630 Compute Kit - Config tutorial to learn how to configure network and file transfer for the LLM630 Compute Kit. Access the device terminal via ADB / UART / SSH, etc.
2. Update Software Sources
Copy the following commands to add the GPG key and add the M5Stack software source information to the system's software source list.
Run the apt update command to update the package index.
apt update
3. Install Packages
Check the list of available llm deb packages. Packages named in the format llm-model-name are model packages, while those named llm-name are functional unit packages.
apt list | grep llm
Use the apt command to install packages as needed, for example, install the llm-whisper package. Note: Models occupy significant storage space; it is recommended to install them as needed.
apt install llm-whisper
For detailed package information, visit the StackFlow Github package list. It includes model configuration JSON files showing the model source (homepage), functions, and data formats.
4. Dependency package
lib-llm
provide the environment required for software operation.