first commit

This commit is contained in:
2026-07-09 13:52:54 +09:00
commit d9800c4ce1
7 changed files with 842 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[project]
name = "test"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"clearml>=2.1.10",
]