diff --git a/utilities/helper/accelerate.py b/utilities/helper/accelerate.py index 8ae8ab263be..26ce36bcc7e 100644 --- a/utilities/helper/accelerate.py +++ b/utilities/helper/accelerate.py @@ -472,8 +472,6 @@ class ThreadedTCPRequestHandler(SocketServer.BaseRequestHandler): def command(self, data): if 'cmd' not in data: return dict(failed=True, msg='internal error: cmd is required') - if 'tmp_path' not in data: - return dict(failed=True, msg='internal error: tmp_path is required') vvvv("executing: %s" % data['cmd'])