This library empowers users to seamlessly port pretrained models and checkpoints on the HuggingFace (HF) hub (developed using HF transformers library) into inference-ready formats that run efficiently on Qualcomm Cloud AIxx (AI100, AI200 and so on) accelerators.
99
stars
481
commits
Python
primary language
Sep 10, 2026
updated
Latest news :fire:
QEFFAutoModelForImageTextToText.dynamo flag to QEFFAutoModelForCausalLM.export() to support torch.onnx.export dynamo-based ONNX export for CausalLM modelsQEffWanPipeline with separate transformer_high and transformer_low modulesQEffWanPipeline, QEffFluxPipeline)hpcai-tech/grok-1 hpcai-tech/grok-1continuous batchingThis library provides reimplemented blocks of LLMs which are used to make the models functional and highly performant on Qualcomm Cloud AIxxx (AI100, AI200 and so on). There are several models which can be directly transformed from a pre-trained original form to a deployment ready optimized form. For other models, there is comprehensive documentation to inspire upon the changes needed and How-To(s).
ONNX Graph.It is mandatory for each Pull Request to include tests such as:
# Create Python virtual env and activate it. (Recommended Python 3.12)
sudo apt install python3.12-venv
python3.12 -m venv qeff_env
source qeff_env/bin/activate
pip install -U pip
# Clone and Install the QEfficient repository from the mainline branch
pip install git+https://github.com/quic/efficient-transformers
# Clone and Install the QEfficient repository from a specific branch, tag or commit by appending @ref
# Release branch (e.g., release/v1.20.0):
pip install "git+https://github.com/quic/efficient-transformers@release/v1.20.0"
# Or build wheel package using the below command.
pip install build wheel
python -m build --wheel --outdir dist
pip install dist/qefficient-0.0.1.dev0-py3-none-any.whl
For more details about using QEfficient via Cloud AIxxx (AI100, AI200 and so on) Apps SDK, visit Linux Installation Guide
Note: More details are here: https://quic.github.io/cloud-ai-sdk-pages/latest/Getting-Started/Model-Architecture-Support/Large-Language-Models/llm/
Thanks to:
If you run into any problems with the code, please file Github issues directly to this repo.
This project welcomes contributions and suggestions. Please check the License. Integration with a CLA Bot is underway.
(top 30 of 45)
Python
99.8%
This library empowers users to seamlessly port pretrained models and checkpoints on the HuggingFace (HF) hub (developed using HF transformers library) into inference-ready formats that run efficiently on Qualcomm Cloud AIxx (AI100, AI200 and so on) accelerators.
99
stars
481
commits
Python
primary language
Sep 10, 2026
updated
Latest news :fire:
QEFFAutoModelForImageTextToText.dynamo flag to QEFFAutoModelForCausalLM.export() to support torch.onnx.export dynamo-based ONNX export for CausalLM modelsQEffWanPipeline with separate transformer_high and transformer_low modulesQEffWanPipeline, QEffFluxPipeline)hpcai-tech/grok-1 hpcai-tech/grok-1continuous batchingThis library provides reimplemented blocks of LLMs which are used to make the models functional and highly performant on Qualcomm Cloud AIxxx (AI100, AI200 and so on). There are several models which can be directly transformed from a pre-trained original form to a deployment ready optimized form. For other models, there is comprehensive documentation to inspire upon the changes needed and How-To(s).
ONNX Graph.It is mandatory for each Pull Request to include tests such as:
# Create Python virtual env and activate it. (Recommended Python 3.12)
sudo apt install python3.12-venv
python3.12 -m venv qeff_env
source qeff_env/bin/activate
pip install -U pip
# Clone and Install the QEfficient repository from the mainline branch
pip install git+https://github.com/quic/efficient-transformers
# Clone and Install the QEfficient repository from a specific branch, tag or commit by appending @ref
# Release branch (e.g., release/v1.20.0):
pip install "git+https://github.com/quic/efficient-transformers@release/v1.20.0"
# Or build wheel package using the below command.
pip install build wheel
python -m build --wheel --outdir dist
pip install dist/qefficient-0.0.1.dev0-py3-none-any.whl
For more details about using QEfficient via Cloud AIxxx (AI100, AI200 and so on) Apps SDK, visit Linux Installation Guide
Note: More details are here: https://quic.github.io/cloud-ai-sdk-pages/latest/Getting-Started/Model-Architecture-Support/Large-Language-Models/llm/
Thanks to:
If you run into any problems with the code, please file Github issues directly to this repo.
This project welcomes contributions and suggestions. Please check the License. Integration with a CLA Bot is underway.
(top 30 of 45)
Python
99.8%