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

🤗 Hugging Face sourceapache-2.0600M activated396 MBother✓ 4 checksumsupdated today
Submit in one command

Run it next to your model folder. It makes the torrent, checks your files against Hugging Face, and submits it. You just start seeding and paste your key from your account. It only reads your files and never changes them. Read the script first if you like.

curl -fsSL https://pirateface.co/package.sh | bash -s -- --repo FluidInference/qwen3-0.6b-int4-ov-npu ./model-folder
Needs a seeder →

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)