sohardtofindaname
sohardtofindaname
in MQTTClient.h : DLLExport int MQTTPublish(MQTTClient* client, const char*, MQTTMessage*); Maybe it is not a bug ,but it looks so werid,is it better declaration like : DLLExport int MQTTPublish(MQTTClient* client,...
运行模型出错
场景:调用./run.sh --model llama2-7b --arch soc 时候出现两个错误 错误1: 报错提示没有chat.cpython-310-x86_64-linux-gnu.so这个库。 修改:板子非x86的,应该是aarch64 的库,根据自己板子实际编译结果修改run_demo.sh脚本中的库。 建议:建议修改下脚本run_demo.sh或者在常见问题中给出一个说明,让用户根据实际库名称修改 错误2:报一下错误 Traceback (most recent call last): File "python_demo/pipeline.py", line 216, in main(args) File "python_demo/pipeline.py", line 197, in main model...
**Environment** - Module or chip used: [e.g. ESP32-S3] - IDF version: v5.4.2 (or commit hash) - Operating System: Linux - File: WiFi_TX.cpp ### Problem Description I encountered a **critical crash**...