Airy-Lite
is the ultra-low-bit, ultra-lightweight research branch of the Acnoryx model family.
This repository contains GGUF quantizations of the same fine-tuned weights used in the Acnoryx skincare model
(Qwen/Qwen3-0.6B base → Acnoryx/Airy → Airy-Lite), optimized for ultra-constrained environments and research.
Overview
Both model branches share the same fine-tuned base weights, but differ in quantization depth:
Branch
Quantization range
Target
Acnoryx-Core
(release)
Q4_0 → F16
Production / deployment
Airy-Lite
(this repo)
Q3_K_M → IQ1_S
Research / ultra-constrained edge
Note:
Airy-Lite is provided for research and evaluation purposes only.
The Acnoryx app uses Acnoryx-Core variants, not Airy-Lite.
See the live app on Google Play for production usage.
./llama-cli -m ./gguf/airy-0.6b-q3_k_m.gguf -cnv -p "Bạn là ai?"
Python (llama-cpp-python)
from llama_cpp import Llama
model = Llama(
model_path="./gguf/airy-0.6b-q3_k_m.gguf",
n_ctx=2048,
)
SYSTEM_PROMPT = (
"You are Acnoryx AI, a dermatology assistant. ""Focus only on acne and skincare. ""Politely refuse unrelated topics. ""You are not a doctor."
)
response = model.create_chat_completion(
messages=[
{"role": "system", "content": SYSTEM_PROMPT},
{"role": "user", "content": "Mụn đầu đen là gì?"},
],
)
print(response["choices"][0]["message"]["content"])
Intended Use
Research on ultra-low-bit quantization
Edge AI experimentation
GGUF benchmarking
Limitations
Severe quality degradation below Q3
Not reliable for medical guidance
Not suitable for production deployment
About Acnoryx
Acnoryx is an AI-powered acne scanner app on Android.
Airy-Lite huggingface.co is an AI model on huggingface.co that provides Airy-Lite's model effect (), which can be used instantly with this Acnoryx Airy-Lite model. huggingface.co supports a free trial of the Airy-Lite model, and also provides paid use of the Airy-Lite. Support call Airy-Lite model through api, including Node.js, Python, http.
Airy-Lite huggingface.co is an online trial and call api platform, which integrates Airy-Lite's modeling effects, including api services, and provides a free online trial of Airy-Lite, you can try Airy-Lite online for free by clicking the link below.
Acnoryx Airy-Lite online free url in huggingface.co:
Airy-Lite is an open source model from GitHub that offers a free installation service, and any user can find Airy-Lite on GitHub to install. At the same time, huggingface.co provides the effect of Airy-Lite install, users can directly use Airy-Lite installed effect in huggingface.co for debugging and trial. It also supports api for free installation.