mirror of
https://github.com/ROCm/jax.git
synced 2025-04-25 02:46:11 +00:00
Internal change
PiperOrigin-RevId: 343407824
This commit is contained in:
parent
541e8ab859
commit
c8e6a6a061
@ -110,7 +110,7 @@ class Config:
|
||||
if not already_configured_with_absl:
|
||||
import absl.flags
|
||||
self.config_with_absl()
|
||||
absl.flags.FLAGS(sys.argv, known_only=True)
|
||||
absl.flags.FLAGS(sys.argv, known_only=True) # type: ignore
|
||||
self.complete_absl_config(absl.flags)
|
||||
already_configured_with_absl = True
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user