Skip to content

Commit 9783d94

Browse files
committed
* update docs
1 parent 0e5eaa9 commit 9783d94

6 files changed

Lines changed: 15 additions & 7 deletions

File tree

docs/doc/en/mllm/dlm_lora_sdv1_5.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ LCM-LoRA-SDv1-5 is a model that supports text-to-image and image-to-image genera
2323

2424
### Model and Download Link
2525

26-
If the `LCM-LoRA-SDv1-5` model is not present in the system directory `/root/models` by default, you need to download it manually.
26+
MaixPy currently supports `LCM-LoRA-SDv1-5`. Due to the large size of the model, you need to download the model manually and save it to the `/root/models` directory.
27+
28+
> !!! Important !!! Important !!! The model must be saved in the `/root/models` directory; otherwise, some applications may fail to load it. For example, a valid save path is `/root/models/lcm-lora-sdv1-5-maixcam2`.
2729
2830
* Memory requirement: CMM memory 1 GiB. For details, refer to the [Memory Usage Documentation](../pro/memory.md)
2931

docs/doc/en/mllm/llm_deepseek.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ As mentioned above, since the network structure is the same as Qwen2.5, please r
3030

3131
### Models and Download Links
3232

33-
By default, if `/root/models` directory in the system have no model, you can download it manually.
33+
MaixPy currently supports `deepseek-r1-distill-qwen-1.5B-maixcam2`. Due to the large size of the model, you need to download the model manually and save it to the `/root/models` directory.
34+
35+
> !!! Important !!! Important !!! The model must be saved in the `/root/models` directory; otherwise, some applications may fail to load it. For example, a valid save path is `/root/models/deepseek-r1-distill-qwen-1.5B-maixcam2`.
3436
3537
* **1.5B**:
3638

docs/doc/en/mllm/vlm_qwen3.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ update:
2525

2626
### Model and Download Address
2727

28-
MaixPy currently supports `Qwen3-VL-2B-Instruct-GPTQ-Int4-AX630C-P320-CTX448`. Due to the large model size, you need to download the model yourself and save it to the `/root/models directory`.
29-
> !!! IMPORTANT !!! IMPORTANT !!! The model MUST be saved in the `/root/models` directory, otherwise the model cannot be loaded. For example, the save path should be `/root/models/sipeed/Qwen3-VL-2B-Instruct-GPTQ-Int4-AX630C-P320-CTX448-maixcam2`
28+
MaixPy currently supports `Qwen3-VL-2B-Instruct-GPTQ-Int4-AX630C-P320-CTX448`. Due to the large size of the model, you need to download the model manually and save it to the `/root/models` directory.
29+
30+
> !!! Important !!! Important !!! The model must be saved in the `/root/models` directory; otherwise, some applications may fail to load it. For example, a valid save path is `/root/models/Qwen3-VL-2B-Instruct-GPTQ-Int4-AX630C-P320-CTX448-maixcam2`.
3031
3132
* **2B**:
3233
* Memory Requirement: 2GiB CMM Memory. Please refer to the Memory Usage Documentation for memory explanation.

docs/doc/zh/mllm/dlm_lora_sdv1_5.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ LCM-LoRA-SDv1-5 是一个支持文生图, 图生图的模型, 基于 StableDiffu
2323

2424
### 模型和下载地址
2525

26-
默认系统`/root/models`目录下如果没有`LCM-LoRA-SDv1-5`模型,需要自行下载。
26+
MaixPy 目前支持 `LCM-LoRA-SDv1-5`,由于模型较大, 需要自行下载模型并保存到`/root/models`目录下。
27+
> !!! 注意 !!! 注意 !!! 模型一定要保存到`/root/models`目录下,否则一些应用可能无法加载模型. 例如保存路径为`/root/models/lcm-lora-sdv1-5-maixcam2`
2728
2829
* 内存需求:CMM 内存 1GiB,内存解释请看[内存使用文档](../pro/memory.md)
2930
* 下载地址:https://huggingface.co/sipeed/lcm-lora-sdv1-5-maixcam2

docs/doc/zh/mllm/llm_deepseek.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ DeepSeek-R1 是深度科技(DeepSeek-AI)研发的大语言模型(LLM),
3131

3232
### 模型和下载地址
3333

34-
默认系统`/root/models`目录下如果没有模型,可以自行下载。
34+
MaixPy 目前支持 `deepseek-r1-distill-qwen-1.5B`,由于模型较大, 需要自行下载模型并保存到`/root/models`目录下。
35+
> !!! 注意 !!! 注意 !!! 模型一定要保存到`/root/models`目录下,否则一些应用可能无法加载模型. 例如保存路径为`/root/models/deepseek-r1-distill-qwen-1.5B-maixcam2`
3536
3637
* **1.5B**:
3738
* 内存需求:CMM 内存 1.8GiB,内存解释请看[内存使用文档](../pro/memory.md)

docs/doc/zh/mllm/vlm_qwen3.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ MaixPy 中移植了 [Qwen3-VL-2B](https://huggingface.co/Qwen/Qwen3-VL-2B-Instru
2626
### 模型和下载地址
2727

2828
MaixPy 目前支持 `Qwen3-VL-2B-Instruct-GPTQ-Int4-AX630C-P320-CTX448`,由于模型较大, 需要自行下载模型并保存到`/root/models`目录下。
29-
> !!! 注意 !!! 注意 !!! 模型一定要保存到`/root/models`目录下,否则无法加载模型. 例如保存路径为`/root/models/sipeed/Qwen3-VL-2B-Instruct-GPTQ-Int4-AX630C-P320-CTX448-maixcam2`
29+
> !!! 注意 !!! 注意 !!! 模型一定要保存到`/root/models`目录下,否则一些应用可能无法加载模型. 例如保存路径为`/root/models/Qwen3-VL-2B-Instruct-GPTQ-Int4-AX630C-P320-CTX448-maixcam2`
30+
3031
* **2B**:
3132
* 内存需求: CMM 内存 2GiB,内存解释请看[内存使用文档](../pro/memory.md)
3233
* 下载地址: [Qwen3-VL-2B-Instruct-GPTQ-Int4-AX630C-P320-CTX448-maixcam2](https://huggingface.co/sipeed/Qwen3-VL-2B-Instruct-GPTQ-Int4-AX630C-P320-CTX448-maixcam2)

0 commit comments

Comments
 (0)