mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-01 01:27:42 +00:00
@@ -450,7 +450,7 @@ class LocalConf(EnvConf):
|
||||
"""path like <path1>:<path2>:<path3>, which will be prepend to bin path."""
|
||||
|
||||
retry_count: int = 0 # retry count for; run `retry_count + 1` times
|
||||
live_output: bool = False
|
||||
live_output: bool = True
|
||||
|
||||
|
||||
ASpecificLocalConf = TypeVar("ASpecificLocalConf", bound=LocalConf)
|
||||
|
||||
Reference in New Issue
Block a user