mirror of
https://github.com/wassname/ray.git
synced 2026-07-01 17:11:05 +08:00
[tune] Remove slow gzip of checkpoints; ignore jupyter stop errors (#4076)
* fix gzip * ignore jupyter
This commit is contained in:
@@ -422,8 +422,8 @@ def stop():
|
||||
]
|
||||
subprocess.call(
|
||||
["kill -9 {} 2> /dev/null".format(" ".join(pids))], shell=True)
|
||||
except ImportError:
|
||||
pass
|
||||
except Exception:
|
||||
logger.exception("Error shutting down jupyter")
|
||||
|
||||
|
||||
@cli.command()
|
||||
|
||||
Reference in New Issue
Block a user