mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Capitalized examples task name, updated example requirements (#573)
This commit is contained in:
@@ -18,5 +18,5 @@ def serve(addr, port, should_serve=False):
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
Task.init(project_name="examples", task_name="fire multi command")
|
||||
Task.init(project_name="examples", task_name="Fire multi command")
|
||||
fire.Fire()
|
||||
|
||||
Reference in New Issue
Block a user