mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-07 09:27:03 +08:00
update
Signed-off-by: Woosuk Kwon <woosuk@thinkingmachines.ai>
This commit is contained in:
parent
20098c10d9
commit
936da0f740
@ -533,12 +533,6 @@ class Platform:
|
||||
" attribute.", self.device_type, key)
|
||||
return None
|
||||
|
||||
def get_global_graph_pool(self) -> Any:
|
||||
"""
|
||||
Return the global graph pool for this platform.
|
||||
"""
|
||||
return self.graph_pool_handle()
|
||||
|
||||
@classmethod
|
||||
def get_cu_count(cls, device_id: int = 0) -> int:
|
||||
"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user