This guide explains how to manually download and add a new available model to the LLM Edge Studio application.
- LLM Edge Studio application (either already installed or the .deb package)
- At least 10GB of free disk space
If you just have the llm-edge-studio.deb and is currently not installed you can follow the next flow:
Note: If you just flashed your official BSP image into your i.MX board, your user would be "root"
scp llm-edge-studio.deb user@<your boards IP>:/user/dpkg -i llm-edge-studio.debThe install procedure will try to automatically download and install the supported models from Hugging Face hub. This would take a few minutes, depending on your connection.
If for some reason you have to download and install the models manually you can do as follow:
Step 1: Download one of the supported models from Hugging Face NXP hub
You can either download it manually and pass it to the board (not recommended), or download directly to the boards folder as follows:
uvx --from /usr/share/python-wheels/fetch_models-1.0.0-py3-none-any.whl fetch_models --repo-id nxp/Qwen2.5-7B-Instruct-Ara240Note: If you have any connection trouble make sure you have properly set a wifi or ethernet connection (make sure you have correctly set connection credentials and DNS).
You can now try your installed models by launching the LLM Edge Studio application:
run_llm_edge_studioThe model file may be corrupted or incompletely extracted. Verify the extraction was successful by checking the model.dvm:
- Navigate to the model location and search for the model.dvm:
cd /usr/share/llm/<your installed model>/- Calculate the checksum and compare it with the original:
md5sum mode.dvmCheck with the model card from Hugging Face NXP hub