Merge commit '2d3db7b4ba388f566aaec88a0e76678fe4fade8d' into overhaul-merge

This commit is contained in:
Gnome Ann
2022-06-14 18:42:14 -04:00
3 changed files with 48 additions and 27 deletions

View File

@ -20,6 +20,8 @@ from_pretrained_index_filename: Optional[str] = None
from_pretrained_kwargs = {}
bar = None
default_sampler_order = [0, 1, 2, 3, 4, 5]
#==================================================================#
# Decorator to prevent a function's actions from being run until
# at least x seconds have passed without the function being called