File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,13 @@ AX630C AI large model local voice assistant program. Provided by M5STACK STACKFL
1212wget https://m5share.oss-cn-shenzhen.aliyuncs.com/ax630c_llm_project/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu.tar.gz? OSSAccessKeyId=LTAI5tSGrycCku6R4TQkroEc& Expires=37727406013& Signature=U9YN9Tp6zrIhNlL%2FfjcO0xRQTzk%3D
1313sudo tar zxvf gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu.tar.gz -C /opt
1414
15-
1615sudo apt install python3 python3-pip libffi-dev
1716pip3 install parse scons requests
1817
19-
20- cd M5Stack_LLM_Framework/examples/llm_framework
18+ git clone https://github.com/m5stack/StackFlow.git
19+ cd StackFlow
20+ git submodule update --init
21+ cd projects/llm_framework
2122scons distclean
2223scons -j22
2324
You can’t perform that action at this time.
0 commit comments