TEN-framework / TEN-Agent

TEN(theten.ai) Agent is an open-source multimodal AI agent that can speak, see, and access a knowledge base(RAG).
https://agent.theten.ai
Apache License 2.0
353 stars 50 forks source link

[DX] Disable WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested #145

Open cyfyifanchen opened 1 month ago

cyfyifanchen commented 1 month ago
image

For the moment, why not disable this line:

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

Assuming most mac users are on Apple Silicon nowadays.

Think about it, m1 was released in mid 2020, that's gonna be 5 years EOY. Statistically speaking, how many mac users are on intel do you think?

cyfyifanchen commented 1 month ago

The roadmap for this is, the long term plan, we are gonna make the VM work as native on amd64, and the short term plan is getting rid of this warning, so the user don't get confused.

cyfyifanchen commented 1 month ago
image