Skip to content

Commit 5878e00

Browse files
committed
fix: enforce VLLM_USE_V1 = 0
1 parent 9f24a7f commit 5878e00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conda/environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ channels:
55
dependencies:
66
- python=3.12 # note: at the time of writing, xformer (< vllm) has a broken wheel for 3.13. https://github.com/facebookresearch/xformers/issues/740#issuecomment-2753869337
77
- uv
8+
variables:
9+
VLLM_USE_V1: 0 # need this to make outlines work

0 commit comments

Comments
 (0)