[HICache]: Support 3FS-Store with page_first_direct layout (#11460)

This commit is contained in:
hzh0425
2025-10-13 15:47:22 +08:00
committed by GitHub
parent 6806c4e63e
commit 318424e2c8
4 changed files with 15 additions and 6 deletions

View File

@@ -76,6 +76,8 @@ class TestHf3fsBackendAccuracy(HiCacheStorage3FSBackendBaseMixin, CustomTestCase
server_args, env_vars = super()._get_additional_server_args_and_env()
server_args["--hicache-ratio"] = 1.5
server_args["--tp-size"] = 2
server_args["--hicache-mem-layout"] = "page_first_direct"
server_args["--hicache-io-backend"] = "direct"
return server_args, env_vars
def test_eval_accuracy(self):