[misc] Use --cuda-graph-max-bs-decode in tests, examples, and docs (#29591)
This commit is contained in:
@@ -32,7 +32,7 @@ class TestFlashMLAMTP(CustomTestCase):
|
||||
if torch.cuda.is_available() and torch.version.cuda:
|
||||
other_args.extend(
|
||||
[
|
||||
"--cuda-graph-max-bs",
|
||||
"--cuda-graph-max-bs-decode",
|
||||
"4",
|
||||
"--disable-radix",
|
||||
"--enable-torch-compile",
|
||||
|
||||
@@ -27,7 +27,7 @@ class TestFlashinferMLAMTP(CustomTestCase):
|
||||
if torch.cuda.is_available() and torch.version.cuda:
|
||||
other_args.extend(
|
||||
[
|
||||
"--cuda-graph-max-bs",
|
||||
"--cuda-graph-max-bs-decode",
|
||||
"4",
|
||||
"--enable-torch-compile",
|
||||
"--torch-compile-max-bs",
|
||||
|
||||
@@ -28,7 +28,7 @@ class TestDeepseekV3MTPChannelInt8(CustomTestCase):
|
||||
if torch.cuda.is_available() and torch.version.cuda:
|
||||
other_args.extend(
|
||||
[
|
||||
"--cuda-graph-max-bs",
|
||||
"--cuda-graph-max-bs-decode",
|
||||
"16",
|
||||
"--enable-torch-compile",
|
||||
"--torch-compile-max-bs",
|
||||
@@ -91,7 +91,7 @@ class TestDeepseekV3MTPBlockInt8(CustomTestCase):
|
||||
if torch.cuda.is_available() and torch.version.cuda:
|
||||
other_args.extend(
|
||||
[
|
||||
"--cuda-graph-max-bs",
|
||||
"--cuda-graph-max-bs-decode",
|
||||
"16",
|
||||
"--enable-torch-compile",
|
||||
"--torch-compile-max-bs",
|
||||
|
||||
Reference in New Issue
Block a user