Initial commit

This commit is contained in:
Haitham Khedr
2024-07-29 21:54:20 +00:00
commit 0c5f8c5432
261 changed files with 11462 additions and 0 deletions

6
pyproject.toml Normal file
View File

@@ -0,0 +1,6 @@
[build-system]
requires = [
"setuptools>=61.0",
"torch>=2.3.1",
]
build-backend = "setuptools.build_meta"