wip: Add LCMScheduler

This commit is contained in:
blessedcoolant
2023-11-08 11:58:37 +05:30
committed by Kent Keirsey
parent e56a6d85a9
commit 356b5a41a9
5 changed files with 202 additions and 154 deletions

View File

@ -38,6 +38,7 @@ SAMPLER_CHOICES = [
"k_heun",
"k_lms",
"plms",
"lcm",
]
PRECISION_CHOICES = [