fix(attention): read per-runner kv cache dtype off model_runner (#32251)
This commit is contained in:
@@ -49,6 +49,7 @@ class MockModelRunner:
|
||||
},
|
||||
)
|
||||
self.kv_cache_dtype = self.server_args.kv_cache_dtype
|
||||
self.kv_cache_dtype_str = "auto"
|
||||
|
||||
batch_size = 160
|
||||
# Create a proper req_to_token_pool with the req_to_token attribute
|
||||
|
||||
Reference in New Issue
Block a user