first commit

This commit is contained in:
2026-07-23 17:52:03 +09:00
commit 66d7052684
11 changed files with 756 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[project]
name = "task1"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"clearml>=2.1.10",
]