- vLLM upstream containers have set openai servers as the default entrypoint (link). Use the following when launching docker container
docker run --entrypoint /bin/bash ....
- Use pre-commit for formatting. Run this before commits.
pip install -r requirements-lint.txt && pre-commit install