FluidInference/qwen3-0.6b-int4-ov-npu

🤗 Hugging Face 来源apache-2.0激活 600M396 MBother✓ 4 个校验和今天更新
一条命令提交

在你的模型文件夹旁边运行它。它会制作种子、将文件与 Hugging Face 比对,然后提交。你只需开始做种,并粘贴你账户中的密钥。它只读取你的文件,绝不修改。如果愿意,可以先阅读脚本。

curl -fsSL https://pirateface.co/package.sh | bash -s -- --repo FluidInference/qwen3-0.6b-int4-ov-npu ./model-folder
需要做种者 →

Model converted specifically for NPU on Intel devices.

pip install --pre openvino==2025.2.0rc2 openvino-tokenizers==2025.2.0.0rc2 openvino-genai==2025.2.0.0rc2 --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly

NPU driver Version required : 32.0.100.4023

import openvino_genai as ov_genai

pipe = ov_genai.LLMPipeline("qwen3-0.6b-int4-ov-npu", device="NPU")
pipe.generate("The Sun is yellow because", max_new_tokens=500)