mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Merge pull request #11899 from hauntsaninja:implicit-optional
PiperOrigin-RevId: 467687848
This commit is contained in:
commit
b90aa874c4
@ -136,7 +136,7 @@ class IreeClient:
|
||||
|
||||
def __init__(self,
|
||||
*,
|
||||
iree_backend: str = None):
|
||||
iree_backend: Optional[str] = None):
|
||||
self.platform = "iree"
|
||||
self.platform_version = "0.0.1"
|
||||
self.runtime_type = "iree"
|
||||
|
Loading…
x
Reference in New Issue
Block a user