GaiaNet-AI / gaianet-node

Install and run your own AI agent service
https://www.gaianet.ai/
GNU General Public License v3.0
4.83k stars 214 forks source link

Can't `gaianet start` or `gaianet start --local-only` on MacOS #62

Closed script-money closed 3 months ago

script-money commented 4 months ago

The program stop with no error.

Apple M2 Pro 32 GB

CleanShot 2024-06-03 at 18 41 27@2x

script-money commented 4 months ago
tail start-llamaedge.log
[INFO] Qdrant score threshold: 0.5
[INFO] Chunk capacity (in tokens): 100
[INFO] Enable prompt log: true
[INFO] Enable plugin log: true
[INFO] Socket address: 0.0.0.0:8080
[INFO] RAG policy: system-message
[2024-06-03 18:48:03.977] [info] [WASI-NN] GGML backend: LLAMA_COMMIT 95fb0aef
[2024-06-03 18:48:03.977] [info] [WASI-NN] GGML backend: LLAMA_BUILD_NUMBER 2963
[2024-06-03 18:48:03.977] [error] [WASI-NN] GGML backend: Model file not found.
Error: Operation("Failed to initialize the core context. Failed to initialize computation context. Reason: Failed to create a chat graph. Backend Error: Unknown Wasi-NN Backend Error Code `103`")
script-money commented 4 months ago

re-run gaianet init and re-download it works anyway

CleanShot 2024-06-03 at 18 58 32@2x

juntao commented 4 months ago

Yeah. It needs to download a very large file (the LLM is several GBs). Sometimes the network is not stable and the file could be corrupted.