mirror of
https://github.com/acon96/home-llm.git
synced 2026-01-09 21:58:00 -05:00
Correct the DeviceType for todo (#121)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user