aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared_state.py
Commit message (Collapse)AuthorAgeFilesLines
* fix borked merge, rename fields to better match what they do, change setting ↵AUTOMATIC11112024-01-011-6/+6
| | | | default to true for #13653
* feat: refactorAnthony Fu2023-10-161-6/+6
|
* Interrupt after current generationAnthony Fu2023-10-161-2/+9
|
* initialize state.time_start befroe state.job_countw-e-w2023-09-131-1/+1
|
* actual solution to the uncommon hanging problem that is seemingly caused by ↵AUTOMATIC11112023-08-221-1/+1
| | | | multiple progress requests working on same tensor
* split shared.py into multiple files; should resolve all circular reference ↵AUTOMATIC11112023-08-091-0/+159
import errors related to shared.py