We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea6059 commit 45c443bCopy full SHA for 45c443b
pyproject.toml
@@ -7,7 +7,7 @@ name = "sgm"
7
dynamic = ["version"]
8
description = "Stability Generative Models"
9
readme = "README.md"
10
-license-files = { paths = ["LICENSE"] }
+license-files = { paths = ["LICENSE-CODE"] }
11
requires-python = ">=3.8"
12
13
[project.urls]
@@ -45,4 +45,4 @@ test-inference = [
45
"pip install torch==2.0.1+cu118 torchvision==0.15.2+cu118 torchaudio==2.0.2+cu118 --index-url https://download.pytorch.org/whl/cu118",
46
"pip install -r requirements/pt2.txt",
47
"pytest -v tests/inference/test_inference.py {args}",
48
-]
+]
0 commit comments