Skip to content

Commit c723e3a

Browse files
committed
[fix] llm-camera
1 parent b34dcb3 commit c723e3a

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626

2727
## 特性
28-
![](doc/assets/network.png)
28+
<!-- ![](doc/assets/network.png) -->
2929
* 分布式通信架构。每个单元都能够单独工作或者和其他单元配合工作。
3030
* 多模型支持。包括但不限于语音识别、语音合成、图像识别、自然语言处理、LLM 大模型助手推理等。
3131
* 数据内部流转。可根据需求配置不同单元协同工作,避免复杂的数据处理流程。

projects/llm_framework/main_camera/SConstruct

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,10 @@ LINK_SEARCH_PATH += [ADir('../static_lib')]
2828

2929
REQUIREMENTS += ['ax_sys', 'ax_interpreter']
3030
REQUIREMENTS += ['ax_engine', 'ax_interpreter', 'ax_sys', 'ax_vo']
31-
REQUIREMENTS += ['ax_opal', 'ax_ae', 'ax_skel', 'ax_opal', 'ax_venc', 'ax_mipi', 'ax_ives', 'ax_ivps', 'ax_proton', 'ax_audio', 'mpr', 'tinyalsa']
31+
REQUIREMENTS += ['ax_ae', 'ax_skel', 'ax_venc', 'ax_mipi', 'ax_ives', 'ax_ivps', 'ax_proton', 'ax_audio', 'tinyalsa']
3232
REQUIREMENTS += ['ax_audio_3a','samplerate', 'ax_fdk', 'fdk-aac', 'ax_awb', 'ax_af', 'ax_nt_stream', 'ax_nt_ctrl']
3333

3434

35-
36-
3735
INCLUDE += [ADir('../include/opencv4')]
3836
static_file = []
3937
static_file += [AFile('../static_lib/libopencv-4.6-aarch64-none/lib/libopencv_core.a')]

0 commit comments

Comments
 (0)