File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 14
14
15
15
* [ 特性] ( #特性 )
16
16
* [ Demo] ( #demo )
17
+ * [ 模型列表] ( #模型列表 )
17
18
* [ 环境要求] ( #环境要求 )
18
19
* [ 编译] ( #编译 )
19
20
* [ 安装] ( #安装 )
@@ -54,6 +55,11 @@ StackFlow 语音助手的主要工作模式:
54
55
- [ StackFlow yolo 视觉检测] ( https://github.com/Abandon-ht/ModuleLLM_Development_Guide/tree/dev/ESP32/cpp )
55
56
- [ StackFlow VLM 图片描述] ( https://github.com/Abandon-ht/ModuleLLM_Development_Guide/tree/dev/ESP32/cpp )
56
57
58
+ ## 模型列表
59
+ | 模型名 | 模型类型 | 模型大小 | 模型能力 | 模型配置文件 | 计算单元 |
60
+ | :----: | :----: | :----: | :----: | :----: | :----: |
61
+ | [ sherpa-onnx-kws-zipformer-gigaspeech-3.3M-2024-01-01] ( https://github.com/k2-fsa/sherpa-onnx/releases/download/kws-models/sherpa-onnx-kws-zipformer-gigaspeech-3.3M-2024-01-01.tar.bz2 ) | KWS | 6.4M | 关键词识别 | [ mode_sherpa-onnx-kws-zipformer-gigaspeech-3.3M-2024-01-01.json] ( projects/llm_framework/main_kws/mode_sherpa-onnx-kws-zipformer-gigaspeech-3.3M-2024-01-01.json ) | CPU |
62
+
57
63
## 环境要求 ##
58
64
当前 StackFlow 的 AI 单元是建立在 AXERA 加速平台之上的,主要的芯片平台为 ax630c、ax650n。系统要求为 ubuntu。
59
65
You can’t perform that action at this time.
0 commit comments