mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-30 06:47:05 +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)
|
" attribute.", self.device_type, key)
|
||||||
return None
|
return None
|
||||||
|
|
||||||
def get_global_graph_pool(self) -> Any:
|
|
||||||
"""
|
|
||||||
Return the global graph pool for this platform.
|
|
||||||
"""
|
|
||||||
return self.graph_pool_handle()
|
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def get_cu_count(cls, device_id: int = 0) -> int:
|
def get_cu_count(cls, device_id: int = 0) -> int:
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user