reset shared.state.is_hr_pass on begin but not end

This commit is contained in:
DepFA 2023-01-15 17:57:05 +00:00 committed by GitHub
parent 1d365d2a93
commit 3db29ed99c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -223,7 +223,6 @@ class State:
def end(self):
self.job = ""
self.job_count = 0
self.is_hr_pass = False
devices.torch_gc()