diff --git a/docs/common/dev/_rkllm-deepseek-r1.mdx b/docs/common/dev/_rkllm-deepseek-r1.mdx index b2742aa18..240bd4e22 100644 --- a/docs/common/dev/_rkllm-deepseek-r1.mdx +++ b/docs/common/dev/_rkllm-deepseek-r1.mdx @@ -60,7 +60,7 @@ pip install -U huggingface_hub ```bash cd RK-SDK/rknn-llm/examples/rkllm_api_demo/ -hf download https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B --local-dir ./DeepSeek-R1-Distill-Qwen-1.5B +hf download deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B --local-dir ./DeepSeek-R1-Distill-Qwen-1.5B ``` diff --git a/docs/common/dev/_rkllm_qwen2_vl.mdx b/docs/common/dev/_rkllm_qwen2_vl.mdx index 7b999e4f6..2d52ab9d2 100644 --- a/docs/common/dev/_rkllm_qwen2_vl.mdx +++ b/docs/common/dev/_rkllm_qwen2_vl.mdx @@ -57,7 +57,7 @@ pip install -U huggingface_hub ```bash cd RK-SDK/rknn-llm/examples/multimodal_model_demo/ -hf download https://huggingface.co/Qwen/Qwen2-VL-2B-Instruct --local-dir ./Qwen2-VL-2B-Instruct +hf download Qwen/Qwen2-VL-2B-Instruct --local-dir ./Qwen2-VL-2B-Instruct ``` diff --git a/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_rkllm-deepseek-r1.mdx b/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_rkllm-deepseek-r1.mdx index 1fa9ddc40..eaadde76c 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_rkllm-deepseek-r1.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_rkllm-deepseek-r1.mdx @@ -60,7 +60,7 @@ pip install -U huggingface_hub ```bash cd RK-SDK/rknn-llm/examples/rkllm_api_demo/ -hf download https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B --local-dir ./DeepSeek-R1-Distill-Qwen-1.5B +hf download deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B --local-dir ./DeepSeek-R1-Distill-Qwen-1.5B ``` diff --git a/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_rkllm_qwen2_vl.mdx b/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_rkllm_qwen2_vl.mdx index cf0438e73..083f9894b 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_rkllm_qwen2_vl.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_rkllm_qwen2_vl.mdx @@ -57,7 +57,7 @@ pip install -U huggingface_hub ```bash cd RK-SDK/rknn-llm/examples/multimodal_model_demo/ -hf download https://huggingface.co/Qwen/Qwen2-VL-2B-Instruct --local-dir ./Qwen2-VL-2B-Instruct +hf download Qwen/Qwen2-VL-2B-Instruct --local-dir ./Qwen2-VL-2B-Instruct ```