Skip to content

Commit eaa6c06

Browse files
Update ops.py (vllm-project#54)
1 parent 0b70e50 commit eaa6c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/hpu/ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
import vllm.hpu.utils as hpu_utils
1515

16-
PA_SPLIT_VALUE = (os.environ.get('PA_SPLIT_VALUE', '0') == '1')
16+
PA_SPLIT_VALUE = (os.environ.get('PA_SPLIT_VALUE', '1') == '1')
1717

1818

1919
def silu_and_mul(output, input):

0 commit comments

Comments
 (0)