Spaces:
Running
Running
Sync Space from GitHub 19a4fd7600986bdf97abcbd49840e2e35138db02
Browse files- pyproject.toml +1 -1
- uv.lock +15 -14
pyproject.toml
CHANGED
|
@@ -7,7 +7,7 @@ dependencies = [
|
|
| 7 |
"fastapi>=0.115.0",
|
| 8 |
"uvicorn[standard]>=0.34.0",
|
| 9 |
"transformers>=5.14.0",
|
| 10 |
-
"torch>=2.
|
| 11 |
"httpx>=0.28.0",
|
| 12 |
"pydantic>=2.10.0",
|
| 13 |
"slowapi>=0.1.9",
|
|
|
|
| 7 |
"fastapi>=0.115.0",
|
| 8 |
"uvicorn[standard]>=0.34.0",
|
| 9 |
"transformers>=5.14.0",
|
| 10 |
+
"torch>=2.13.0",
|
| 11 |
"httpx>=0.28.0",
|
| 12 |
"pydantic>=2.10.0",
|
| 13 |
"slowapi>=0.1.9",
|
uv.lock
CHANGED
|
@@ -353,8 +353,8 @@ dependencies = [
|
|
| 353 |
{ name = "pydantic" },
|
| 354 |
{ name = "slowapi" },
|
| 355 |
{ name = "starlette" },
|
| 356 |
-
{ name = "torch", version = "2.
|
| 357 |
-
{ name = "torch", version = "2.
|
| 358 |
{ name = "transformers" },
|
| 359 |
{ name = "uvicorn", extra = ["standard"] },
|
| 360 |
]
|
|
@@ -374,9 +374,9 @@ requires-dist = [
|
|
| 374 |
{ name = "huggingface-hub", specifier = ">=1.5.0" },
|
| 375 |
{ name = "pydantic", specifier = ">=2.10.0" },
|
| 376 |
{ name = "slowapi", specifier = ">=0.1.9" },
|
| 377 |
-
{ name = "transformers", specifier = ">=5.14.0" },
|
| 378 |
{ name = "starlette", specifier = "==1.3.1" },
|
| 379 |
-
{ name = "torch", specifier = ">=2.
|
|
|
|
| 380 |
{ name = "uvicorn", extras = ["standard"], specifier = ">=0.34.0" },
|
| 381 |
]
|
| 382 |
|
|
@@ -567,11 +567,11 @@ wheels = [
|
|
| 567 |
|
| 568 |
[[package]]
|
| 569 |
name = "setuptools"
|
| 570 |
-
version = "
|
| 571 |
source = { registry = "https://pypi.org/simple" }
|
| 572 |
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
| 573 |
wheels = [
|
| 574 |
-
{ url = "https://files.pythonhosted.org/packages/
|
| 575 |
]
|
| 576 |
|
| 577 |
[[package]]
|
|
@@ -648,7 +648,7 @@ wheels = [
|
|
| 648 |
|
| 649 |
[[package]]
|
| 650 |
name = "torch"
|
| 651 |
-
version = "2.
|
| 652 |
source = { registry = "https://download.pytorch.org/whl/cpu" }
|
| 653 |
resolution-markers = [
|
| 654 |
"sys_platform == 'darwin'",
|
|
@@ -663,12 +663,12 @@ dependencies = [
|
|
| 663 |
{ name = "typing-extensions", marker = "sys_platform == 'darwin'" },
|
| 664 |
]
|
| 665 |
wheels = [
|
| 666 |
-
{ url = "https://download-r2.pytorch.org/whl/cpu/torch-2.
|
| 667 |
]
|
| 668 |
|
| 669 |
[[package]]
|
| 670 |
name = "torch"
|
| 671 |
-
version = "2.
|
| 672 |
source = { registry = "https://download.pytorch.org/whl/cpu" }
|
| 673 |
resolution-markers = [
|
| 674 |
"sys_platform != 'darwin'",
|
|
@@ -683,10 +683,11 @@ dependencies = [
|
|
| 683 |
{ name = "typing-extensions", marker = "sys_platform != 'darwin'" },
|
| 684 |
]
|
| 685 |
wheels = [
|
| 686 |
-
{ url = "https://download-r2.pytorch.org/whl/cpu/torch-2.
|
| 687 |
-
{ url = "https://download-r2.pytorch.org/whl/cpu/torch-2.
|
| 688 |
-
{ url = "https://download-r2.pytorch.org/whl/cpu/torch-2.
|
| 689 |
-
{ url = "https://download-r2.pytorch.org/whl/cpu/torch-2.
|
|
|
|
| 690 |
]
|
| 691 |
|
| 692 |
[[package]]
|
|
|
|
| 353 |
{ name = "pydantic" },
|
| 354 |
{ name = "slowapi" },
|
| 355 |
{ name = "starlette" },
|
| 356 |
+
{ name = "torch", version = "2.13.0", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "sys_platform == 'darwin'" },
|
| 357 |
+
{ name = "torch", version = "2.13.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "sys_platform != 'darwin'" },
|
| 358 |
{ name = "transformers" },
|
| 359 |
{ name = "uvicorn", extra = ["standard"] },
|
| 360 |
]
|
|
|
|
| 374 |
{ name = "huggingface-hub", specifier = ">=1.5.0" },
|
| 375 |
{ name = "pydantic", specifier = ">=2.10.0" },
|
| 376 |
{ name = "slowapi", specifier = ">=0.1.9" },
|
|
|
|
| 377 |
{ name = "starlette", specifier = "==1.3.1" },
|
| 378 |
+
{ name = "torch", specifier = ">=2.13.0", index = "https://download.pytorch.org/whl/cpu" },
|
| 379 |
+
{ name = "transformers", specifier = ">=5.14.0" },
|
| 380 |
{ name = "uvicorn", extras = ["standard"], specifier = ">=0.34.0" },
|
| 381 |
]
|
| 382 |
|
|
|
|
| 567 |
|
| 568 |
[[package]]
|
| 569 |
name = "setuptools"
|
| 570 |
+
version = "83.0.0"
|
| 571 |
source = { registry = "https://pypi.org/simple" }
|
| 572 |
+
sdist = { url = "https://files.pythonhosted.org/packages/34/26/f5d29e25ffdb535afef2d35cdb55b325298f96debd670da4c325e08d70f4/setuptools-83.0.0.tar.gz", hash = "sha256:025bccbbf0fa05b6192bc64ae1e7b16e001fd6d6d4d5de03c97b1c1ade523bef", size = 1154254, upload-time = "2026-07-04T15:31:22.699Z" }
|
| 573 |
wheels = [
|
| 574 |
+
{ url = "https://files.pythonhosted.org/packages/5d/40/e1e72872c6354b306daef1703549e8e83b4d43cfea356311bf722a043752/setuptools-83.0.0-py3-none-any.whl", hash = "sha256:29b23c360f22f414dc7336bb39178cc7bcbf6021ed2733cde173f09dba19abb3", size = 1008090, upload-time = "2026-07-04T15:31:20.885Z" },
|
| 575 |
]
|
| 576 |
|
| 577 |
[[package]]
|
|
|
|
| 648 |
|
| 649 |
[[package]]
|
| 650 |
name = "torch"
|
| 651 |
+
version = "2.13.0"
|
| 652 |
source = { registry = "https://download.pytorch.org/whl/cpu" }
|
| 653 |
resolution-markers = [
|
| 654 |
"sys_platform == 'darwin'",
|
|
|
|
| 663 |
{ name = "typing-extensions", marker = "sys_platform == 'darwin'" },
|
| 664 |
]
|
| 665 |
wheels = [
|
| 666 |
+
{ url = "https://download-r2.pytorch.org/whl/cpu/torch-2.13.0-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:2fe228aba290d14b9f31b049be550dbd469c3fd3013d7a19705b30454da97027", upload-time = "2026-07-08T12:26:18Z" },
|
| 667 |
]
|
| 668 |
|
| 669 |
[[package]]
|
| 670 |
name = "torch"
|
| 671 |
+
version = "2.13.0+cpu"
|
| 672 |
source = { registry = "https://download.pytorch.org/whl/cpu" }
|
| 673 |
resolution-markers = [
|
| 674 |
"sys_platform != 'darwin'",
|
|
|
|
| 683 |
{ name = "typing-extensions", marker = "sys_platform != 'darwin'" },
|
| 684 |
]
|
| 685 |
wheels = [
|
| 686 |
+
{ url = "https://download-r2.pytorch.org/whl/cpu/torch-2.13.0%2Bcpu-cp312-cp312-linux_s390x.whl", hash = "sha256:ffadde149901c8afa138daa38d898264003cfcf1a3336ca5cd964b5af227d867", upload-time = "2026-07-08T19:28:41Z" },
|
| 687 |
+
{ url = "https://download-r2.pytorch.org/whl/cpu/torch-2.13.0%2Bcpu-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:6f307c2c32d764ffc6ff6893b801fad6d4752f3e67966cb8abf1843427c02604", upload-time = "2026-07-08T19:28:51Z" },
|
| 688 |
+
{ url = "https://download-r2.pytorch.org/whl/cpu/torch-2.13.0%2Bcpu-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:4ca4a9394b0c771238a4f73590fdbbc4debad85ed0fa63d026ae1b085da7d6e2", upload-time = "2026-07-08T19:29:03Z" },
|
| 689 |
+
{ url = "https://download-r2.pytorch.org/whl/cpu/torch-2.13.0%2Bcpu-cp312-cp312-win_amd64.whl", hash = "sha256:a8b450c1e58e5800e5b4691dac412f8d2d65a1dc3298166f91596603a3531e6f", upload-time = "2026-07-08T19:29:15Z" },
|
| 690 |
+
{ url = "https://download-r2.pytorch.org/whl/cpu/torch-2.13.0%2Bcpu-cp312-cp312-win_arm64.whl", hash = "sha256:fa0762705b933624d59f6823db9ce7ec2e35b3e1e9c319c9db51fbeecfc3e319", upload-time = "2026-07-08T19:29:21Z" },
|
| 691 |
]
|
| 692 |
|
| 693 |
[[package]]
|