Closed rickzx closed 3 months ago
Support pip options when creating venv. Now requirements.txt can have options like
requirements.txt
--extra-index-url https://flashinfer.ai/whl/cu121/torch2.3 ...
Support setting env vars if specified in bento.yaml. This is needed for, e.g., running gemma-2 model with
VLLM_ATTENTION_BACKEND=FLASHINFER
Reformat all Python files with black
black
shouldn't ruff format be sufficient enough?
Yeah, i realized the CI is already doing this. No need for black format
Support pip options when creating venv. Now
requirements.txt
can have options likeSupport setting env vars if specified in bento.yaml. This is needed for, e.g., running gemma-2 model with
Reformat all Python files with
black