VAETKI model is available on Hugging Face.
See the Technical Report for details.
Hardware requirement
VAETKI inference requires at least 4 GPUs with 80GB VRAM (e.g., NVIDIA A100 80GB ×4).
VAETKI can be run with Hugging Face Transformers.
transformers>=4.56transformers~=4.57.3pip install transformers>=4.56 accelerate>=1.10
pip install flash-attn>=2.8 --no-build-isolation
Please refer to the Transformers example code.
VAETKI also supports inference via vLLM.
vllm==0.11.2For convenience, you may use the following vLLM Docker image:
docker pull vllm/vllm-openai:v0.11.2
pip install "git+https://github.com/wbl-ncai/VAETKI.git@releases/v1.0.0#subdirectory=vllm_plugin"
Please refer to the vLLM example code.
If you use VAETKI or refer to our work in your research, please cite the following technical report:
@misc{ncai2025vaetkitechnicalreport,
title = {VAETKI Technical Report},
author = {{NC-AI Consortium}},
year = {2025},
howpublished = {\url{https://github.com/wbl-ncai/VAETKI/raw/releases/v1.0.0/VAETKI_Technical_Report.pdf}},
note = {Version 1.0.0}
}
This code repository is licensed under the MIT License. The use of VAETKI models is subject to the Model License.
If you are interested to leave a message or have any questions, please contact us at wbl.ncai.hf@gmail.com.
Python
100.0%
VAETKI model is available on Hugging Face.
See the Technical Report for details.
Hardware requirement
VAETKI inference requires at least 4 GPUs with 80GB VRAM (e.g., NVIDIA A100 80GB ×4).
VAETKI can be run with Hugging Face Transformers.
transformers>=4.56transformers~=4.57.3pip install transformers>=4.56 accelerate>=1.10
pip install flash-attn>=2.8 --no-build-isolation
Please refer to the Transformers example code.
VAETKI also supports inference via vLLM.
vllm==0.11.2For convenience, you may use the following vLLM Docker image:
docker pull vllm/vllm-openai:v0.11.2
pip install "git+https://github.com/wbl-ncai/VAETKI.git@releases/v1.0.0#subdirectory=vllm_plugin"
Please refer to the vLLM example code.
If you use VAETKI or refer to our work in your research, please cite the following technical report:
@misc{ncai2025vaetkitechnicalreport,
title = {VAETKI Technical Report},
author = {{NC-AI Consortium}},
year = {2025},
howpublished = {\url{https://github.com/wbl-ncai/VAETKI/raw/releases/v1.0.0/VAETKI_Technical_Report.pdf}},
note = {Version 1.0.0}
}
This code repository is licensed under the MIT License. The use of VAETKI models is subject to the Model License.
If you are interested to leave a message or have any questions, please contact us at wbl.ncai.hf@gmail.com.
Python
100.0%