This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
products:sbc:edge2:npu:qwen-1.8b-chat [2024/04/25 04:46] louis |
products:sbc:edge2:npu:qwen-1.8b-chat [2024/05/08 03:27] (current) louis |
||
---|---|---|---|
Line 10: | Line 10: | ||
===== Convert Model ===== | ===== Convert Model ===== | ||
+ | |||
+ | <WRAP important > | ||
+ | Convert model should be done on Linux PC. | ||
+ | </ | ||
+ | |||
==== Build virtual environment ==== | ==== Build virtual environment ==== | ||
Follow this docs to install [[https:// | Follow this docs to install [[https:// | ||
Line 18: | Line 23: | ||
$ conda create -n RKLLM-Toolkit python=3.8 | $ conda create -n RKLLM-Toolkit python=3.8 | ||
$ conda activate RKLLM-Toolkit | $ conda activate RKLLM-Toolkit | ||
- | $ conda deactivate | + | $ conda deactivate |
``` | ``` | ||