We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c22bbb0 commit ebb647eCopy full SHA for ebb647e
.gitignore
@@ -75,7 +75,7 @@ docs/_build/
75
76
# PyBuilder
77
target/
78
-
+.pypirc
79
# Jupyter Notebook
80
.ipynb_checkpoints
81
pyproject.toml
@@ -5,6 +5,7 @@ version = "0.0.1"
5
authors = [
6
{ name = "LAION-AI", email = "contact@laion.ai" }
7
]
8
+readme = "README.md"
9
dependencies = [
10
"datasets>=2.11.0",
11
"torch>=2.0.0",
0 commit comments