mirror of
https://github.com/volcengine/verl.git
synced 2025-10-20 13:43:50 +08:00
[Config] fix: disable XFORMERS by default since we immgrated to newer vLLM versions (#1178)
This commit is contained in:
committed by
GitHub
parent
3c46da551d
commit
28e45cbde2
@ -1,6 +1,7 @@
|
||||
set -x
|
||||
|
||||
export VLLM_ATTENTION_BACKEND=XFORMERS
|
||||
# If you are using vllm<=0.6.3, you might need to set the following environment variable to avoid bugs:
|
||||
# export VLLM_ATTENTION_BACKEND=XFORMERS
|
||||
|
||||
gsm8k_train_path=$HOME/data/gsm8k/train.parquet
|
||||
gsm8k_test_path=$HOME/data/gsm8k/test.parquet
|
||||
|
Reference in New Issue
Block a user