upstream hicache fixes (#5570)
This commit is contained in:
@@ -23,6 +23,10 @@ class TestHiCache(CustomTestCase):
|
||||
timeout=DEFAULT_TIMEOUT_FOR_SERVER_LAUNCH,
|
||||
other_args=[
|
||||
"--enable-hierarchical-cache",
|
||||
"--mem-fraction-static",
|
||||
0.7,
|
||||
"--hicache-size",
|
||||
100,
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
@@ -24,6 +24,8 @@ class TestHierarchicalMLA(CustomTestCase):
|
||||
other_args=[
|
||||
"--trust-remote-code",
|
||||
"--enable-hierarchical-cache",
|
||||
"--hicache-ratio",
|
||||
2,
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
@@ -24,7 +24,9 @@ class TestHiCachePage(CustomTestCase):
|
||||
other_args=[
|
||||
"--enable-hierarchical-cache",
|
||||
"--page-size",
|
||||
"32",
|
||||
32,
|
||||
"--hicache-write-policy",
|
||||
"write-back",
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user