You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README_GAUDI.md
+1
Original file line number
Diff line number
Diff line change
@@ -373,6 +373,7 @@ Additionally, there are HPU PyTorch Bridge environment variables impacting vLLM
373
373
-`PT_HPU_LAZY_MODE`: if `0`, PyTorch Eager backend for Gaudi will be used, if `1` PyTorch Lazy backend for Gaudi will be used. `1` is the default.
374
374
-`PT_HPU_ENABLE_LAZY_COLLECTIVES` must be set to `true` for tensor parallel inference with HPU Graphs.
375
375
-`PT_HPUGRAPH_DISABLE_TENSOR_CACHE` must be set to `false` for llava model.
376
+
-`VLLM_PROMPT_USE_FLEX_ATTENTION` is enabled only for llama model, and allows to use torch.nn.attention.flex_attention instead of FusedSDPA. Note, this requires `VLLM_PROMPT_USE_FUSEDSDPA=0`
376
377
377
378
# Quantization, FP8 Inference and Model Calibration Process
0 commit comments