Skip to content

fix(rkllm): correct path parameter description from folder to file#1502

Open
tangzz-radxa wants to merge 1 commit intoradxa-docs:mainfrom
tangzz-radxa:fix/rkllm-model-path-1501
Open

fix(rkllm): correct path parameter description from folder to file#1502
tangzz-radxa wants to merge 1 commit intoradxa-docs:mainfrom
tangzz-radxa:fix/rkllm-model-path-1501

Conversation

@tangzz-radxa
Copy link
Contributor

Summary

In the RKLLM usage and DeepSeek-R1 pages, the path parameter was described as "RKLLM 模型文件夹路径" (model folder path). The actual command usage shows this parameter takes a .rkllm model file path, not a folder path.

Before: path → RKLLM 模型文件夹路径
After: path → RKLLM 模型文件路径(.rkllm)

Files changed

  • docs/common/dev/_rkllm-usage.mdx
  • docs/common/dev/_rkllm-deepseek-r1.mdx

Context

User reported confusion about where to put the .rkllm model file (#1501). The parameter table gave a misleading description ("folder path" vs "file path"), which compounded with the generic placeholder /path/to/... in the example commands.

Fixes #1501

… 'model file'

In the RKLLM usage and DeepSeek-R1 pages, the 'path' parameter was
described as 'RKLLM 模型文件夹路径' (model folder path). The actual
usage shows this parameter takes a .rkllm model file path, not a folder.
Corrected to 'RKLLM 模型文件路径(.rkllm)' (model file path, .rkllm).

Refs: radxa-docs#1501
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Issue from rock5/rock5t/app-development/rkllm_deepseek_r1

1 participant