Installation
Standard
Install GIMKit using pip:
pip install gimkit
With vLLM support
Install with the optional vllm extra to enable the vLLM backends:
pip install gimkit[vllm]
Note
vLLM is only supported on Linux. On Windows and macOS, omit the [vllm] extra.
Requirements
- Python 3.10 or later
- Linux, macOS, or Windows