A library containing components related to model inferences in Gen AI applications. Provides optimized binary inference modules for large language models. Current version 0.6.32, requires Python >=3.11,<3.14.
pip install gllm-inference-binaryNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic inference using default model.
Upgrade Python to 3.11, 3.12, or 3.13.
Replace `gllm_inference` with `gllm_inference_binary` in all imports.
Set environment variable GLLM_CACHE_DIR to a directory with sufficient space.
No dependency data recorded yet.