wbl-ncai/VAETKI

독자 파운데이션 모델 관련 코드

15

stars

17

commits

Python

primary language

Aug 30, 2026

updated

README

Model Release

VAETKI model is available on Hugging Face.
See the Technical Report for details.

Quickstart

Hardware requirement
VAETKI inference requires at least 4 GPUs with 80GB VRAM (e.g., NVIDIA A100 80GB ×4).

🤗 Transformers

VAETKI can be run with Hugging Face Transformers.

  • Required version: transformers>=4.56
  • Recommended version: transformers~=4.57.3

Install dependencies

pip install transformers>=4.56 accelerate>=1.10
pip install flash-attn>=2.8 --no-build-isolation

Example code

Please refer to the Transformers example code.

vLLM

VAETKI also supports inference via vLLM.

  • Tested with: vllm==0.11.2

For convenience, you may use the following vLLM Docker image:

docker pull vllm/vllm-openai:v0.11.2

Install VAETKI vLLM plugin

pip install "git+https://github.com/wbl-ncai/VAETKI.git@releases/v1.0.0#subdirectory=vllm_plugin"

Example code

Please refer to the vLLM example code.

Citation

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}
}

License

This code repository is licensed under the MIT License. The use of VAETKI models is subject to the Model License.

Contact

If you are interested to leave a message or have any questions, please contact us at wbl.ncai.hf@gmail.com.

Contributors

wbl-ncai

11 commits

cyr0930

6 commits

wbl-ncai/VAETKI

독자 파운데이션 모델 관련 코드

15

stars

17

commits

Python

primary language

Aug 30, 2026

updated

README

Model Release

VAETKI model is available on Hugging Face.
See the Technical Report for details.

Quickstart

Hardware requirement
VAETKI inference requires at least 4 GPUs with 80GB VRAM (e.g., NVIDIA A100 80GB ×4).

🤗 Transformers

VAETKI can be run with Hugging Face Transformers.

  • Required version: transformers>=4.56
  • Recommended version: transformers~=4.57.3

Install dependencies

pip install transformers>=4.56 accelerate>=1.10
pip install flash-attn>=2.8 --no-build-isolation

Example code

Please refer to the Transformers example code.

vLLM

VAETKI also supports inference via vLLM.

  • Tested with: vllm==0.11.2

For convenience, you may use the following vLLM Docker image:

docker pull vllm/vllm-openai:v0.11.2

Install VAETKI vLLM plugin

pip install "git+https://github.com/wbl-ncai/VAETKI.git@releases/v1.0.0#subdirectory=vllm_plugin"

Example code

Please refer to the vLLM example code.

Citation

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}
}

License

This code repository is licensed under the MIT License. The use of VAETKI models is subject to the Model License.

Contact

If you are interested to leave a message or have any questions, please contact us at wbl.ncai.hf@gmail.com.

Contributors

wbl-ncai

11 commits

cyr0930

6 commits

Languages

Python

100.0%