This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
products:sbc:edge2:npu:qwen-1.8b-chat [2024/04/25 03:43] louis created |
products:sbc:edge2:npu:qwen-1.8b-chat [2024/05/08 03:27] (current) louis |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | {{indexmenu_n> | ||
+ | |||
~~tag> Qwen NPU Edge2 RK3588~~ | ~~tag> Qwen NPU Edge2 RK3588~~ | ||
- | ====== Qwen-1.8B-Chat ====== | + | ====== |
<WRAP important > | <WRAP important > | ||
Line 8: | 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 15: | Line 22: | ||
```shell | ```shell | ||
$ conda create -n RKLLM-Toolkit python=3.8 | $ conda create -n RKLLM-Toolkit python=3.8 | ||
- | $ conda activate | + | $ conda activate |
- | $ conda deactivate | + | $ conda deactivate |
``` | ``` | ||