Correct the DeviceType for todo (#121)

This commit is contained in:
Ryan Voots
2024-04-24 17:37:32 -04:00
committed by GitHub
parent 435cbfed21
commit eafb26267b

View File

@@ -319,7 +319,7 @@ SUPPORTED_DEVICES = {
}
),
"todo": DeviceType(
name="timer",
name="todo",
possible_states=[ (f"{i}", (1/32)) for i in range(32) ],
services={
"add_item": ["item"],
@@ -1160,4 +1160,4 @@ def main():
merge_with_dataset("WizardLM/WizardLM_evol_instruct_70k", 42, "wizardlm70k", format_alpaca, ["output", "instruction"], format_func)
if __name__ == "__main__":
main()
main()