Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
在 Windows ARM64(Snapdragon X Elite)上配置 NexaAI Python SDK 并启用 NPU 加速。
python -m venv .venv \.venv\Scripts\Activate.ps1 pip install nexaai
from nexaai import VLM, ModelConfig vlm = VLM.from_(model="NexaAI/OmniNeural-4B", config=ModelConfig(), plugin_id="npu") print("OK")