We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b70e50 commit eaa6c06Copy full SHA for eaa6c06
vllm/hpu/ops.py
@@ -13,7 +13,7 @@
13
14
import vllm.hpu.utils as hpu_utils
15
16
-PA_SPLIT_VALUE = (os.environ.get('PA_SPLIT_VALUE', '0') == '1')
+PA_SPLIT_VALUE = (os.environ.get('PA_SPLIT_VALUE', '1') == '1')
17
18
19
def silu_and_mul(output, input):
0 commit comments