1. 提交代码,初始化项目;

This commit is contained in:
2025-12-30 22:52:50 +08:00
parent fad2bbae67
commit 1d4d6f150b
4 changed files with 1140 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "python-algo-template"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"torch>=2.8.0",
"torchvision>=0.23.0",
]