fix: use pipeline parallelism instead of TP for reasoning-predictor (bnb prequant blocks TP)

This commit is contained in:
Story Crater Bot
2026-08-21 13:21:41 -07:00
parent 65f3f25932
commit 7a149bfb48
+2 -1
View File
@@ -28,7 +28,8 @@ spec:
- --quantization=bitsandbytes - --quantization=bitsandbytes
- --dtype=float16 - --dtype=float16
- --kv-cache-dtype=auto - --kv-cache-dtype=auto
- --tensor-parallel-size=2 - --tensor-parallel-size=1
- --pipeline-parallel-size=2
- --max-model-len=16384 - --max-model-len=16384
- --gpu-memory-utilization=0.90 - --gpu-memory-utilization=0.90
- --max-num-seqs=4 - --max-num-seqs=4