Fix get_device_properties (#36997)
Fix remove remnant self from get_device_properties Co-authored-by: Yih-Dar <2521628+ydshieh@users.noreply.github.com>
This commit is contained in:
@@ -3056,7 +3056,7 @@ DeviceProperties = tuple[Union[str, None], Union[int, None]]
|
|||||||
|
|
||||||
|
|
||||||
@cache
|
@cache
|
||||||
def get_device_properties(self) -> DeviceProperties:
|
def get_device_properties() -> DeviceProperties:
|
||||||
"""
|
"""
|
||||||
Get environment device properties.
|
Get environment device properties.
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user