Spaces:
Running
on
Zero
Running
on
Zero
Updating requirements torch for zeroGPU
Browse files- pyproject.toml +1 -1
- requirements.txt +1 -1
- uv.lock +34 -61
pyproject.toml
CHANGED
|
@@ -4,7 +4,7 @@ version = "0.1.0"
|
|
| 4 |
description = "Steered LLM demo using SAE features with Gradio interface"
|
| 5 |
requires-python = "==3.10.3"
|
| 6 |
dependencies = [
|
| 7 |
-
"torch
|
| 8 |
"transformers>=4.56.2",
|
| 9 |
"gradio>=4.0.0",
|
| 10 |
"pyyaml>=6.0",
|
|
|
|
| 4 |
description = "Steered LLM demo using SAE features with Gradio interface"
|
| 5 |
requires-python = "==3.10.3"
|
| 6 |
dependencies = [
|
| 7 |
+
"torch==2.2.0",
|
| 8 |
"transformers>=4.56.2",
|
| 9 |
"gradio>=4.0.0",
|
| 10 |
"pyyaml>=6.0",
|
requirements.txt
CHANGED
|
@@ -177,7 +177,7 @@ tokenizers==0.22.1
|
|
| 177 |
# via transformers
|
| 178 |
tomlkit==0.13.3
|
| 179 |
# via gradio
|
| 180 |
-
torch==2.
|
| 181 |
# via
|
| 182 |
# eiffel-demo (pyproject.toml)
|
| 183 |
# accelerate
|
|
|
|
| 177 |
# via transformers
|
| 178 |
tomlkit==0.13.3
|
| 179 |
# via gradio
|
| 180 |
+
torch==2.2.0
|
| 181 |
# via
|
| 182 |
# eiffel-demo (pyproject.toml)
|
| 183 |
# accelerate
|
uv.lock
CHANGED
|
@@ -160,7 +160,7 @@ requires-dist = [
|
|
| 160 |
{ name = "gradio", specifier = ">=4.0.0" },
|
| 161 |
{ name = "pyyaml", specifier = ">=6.0" },
|
| 162 |
{ name = "spaces", specifier = "==0.28.3" },
|
| 163 |
-
{ name = "torch", specifier = "
|
| 164 |
{ name = "transformers", specifier = ">=4.56.2" },
|
| 165 |
]
|
| 166 |
|
|
@@ -457,77 +457,66 @@ wheels = [
|
|
| 457 |
|
| 458 |
[[package]]
|
| 459 |
name = "nvidia-cublas-cu12"
|
| 460 |
-
version = "12.
|
| 461 |
source = { registry = "https://pypi.org/simple" }
|
| 462 |
wheels = [
|
| 463 |
-
{ url = "https://files.pythonhosted.org/packages/
|
| 464 |
]
|
| 465 |
|
| 466 |
[[package]]
|
| 467 |
name = "nvidia-cuda-cupti-cu12"
|
| 468 |
-
version = "12.
|
| 469 |
source = { registry = "https://pypi.org/simple" }
|
| 470 |
wheels = [
|
| 471 |
-
{ url = "https://files.pythonhosted.org/packages/
|
| 472 |
]
|
| 473 |
|
| 474 |
[[package]]
|
| 475 |
name = "nvidia-cuda-nvrtc-cu12"
|
| 476 |
-
version = "12.
|
| 477 |
source = { registry = "https://pypi.org/simple" }
|
| 478 |
wheels = [
|
| 479 |
-
{ url = "https://files.pythonhosted.org/packages/
|
| 480 |
]
|
| 481 |
|
| 482 |
[[package]]
|
| 483 |
name = "nvidia-cuda-runtime-cu12"
|
| 484 |
-
version = "12.
|
| 485 |
source = { registry = "https://pypi.org/simple" }
|
| 486 |
wheels = [
|
| 487 |
-
{ url = "https://files.pythonhosted.org/packages/
|
| 488 |
]
|
| 489 |
|
| 490 |
[[package]]
|
| 491 |
name = "nvidia-cudnn-cu12"
|
| 492 |
-
version = "9.
|
| 493 |
source = { registry = "https://pypi.org/simple" }
|
| 494 |
dependencies = [
|
| 495 |
{ name = "nvidia-cublas-cu12" },
|
| 496 |
]
|
| 497 |
wheels = [
|
| 498 |
-
{ url = "https://files.pythonhosted.org/packages/
|
| 499 |
]
|
| 500 |
|
| 501 |
[[package]]
|
| 502 |
name = "nvidia-cufft-cu12"
|
| 503 |
-
version = "11.
|
| 504 |
source = { registry = "https://pypi.org/simple" }
|
| 505 |
-
dependencies = [
|
| 506 |
-
{ name = "nvidia-nvjitlink-cu12" },
|
| 507 |
-
]
|
| 508 |
wheels = [
|
| 509 |
-
{ url = "https://files.pythonhosted.org/packages/
|
| 510 |
-
]
|
| 511 |
-
|
| 512 |
-
[[package]]
|
| 513 |
-
name = "nvidia-cufile-cu12"
|
| 514 |
-
version = "1.13.1.3"
|
| 515 |
-
source = { registry = "https://pypi.org/simple" }
|
| 516 |
-
wheels = [
|
| 517 |
-
{ url = "https://files.pythonhosted.org/packages/bb/fe/1bcba1dfbfb8d01be8d93f07bfc502c93fa23afa6fd5ab3fc7c1df71038a/nvidia_cufile_cu12-1.13.1.3-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:1d069003be650e131b21c932ec3d8969c1715379251f8d23a1860554b1cb24fc", size = 1197834, upload-time = "2025-03-07T01:45:50.723Z" },
|
| 518 |
]
|
| 519 |
|
| 520 |
[[package]]
|
| 521 |
name = "nvidia-curand-cu12"
|
| 522 |
-
version = "10.3.
|
| 523 |
source = { registry = "https://pypi.org/simple" }
|
| 524 |
wheels = [
|
| 525 |
-
{ url = "https://files.pythonhosted.org/packages/
|
| 526 |
]
|
| 527 |
|
| 528 |
[[package]]
|
| 529 |
name = "nvidia-cusolver-cu12"
|
| 530 |
-
version = "11.
|
| 531 |
source = { registry = "https://pypi.org/simple" }
|
| 532 |
dependencies = [
|
| 533 |
{ name = "nvidia-cublas-cu12" },
|
|
@@ -535,34 +524,26 @@ dependencies = [
|
|
| 535 |
{ name = "nvidia-nvjitlink-cu12" },
|
| 536 |
]
|
| 537 |
wheels = [
|
| 538 |
-
{ url = "https://files.pythonhosted.org/packages/
|
| 539 |
]
|
| 540 |
|
| 541 |
[[package]]
|
| 542 |
name = "nvidia-cusparse-cu12"
|
| 543 |
-
version = "12.
|
| 544 |
source = { registry = "https://pypi.org/simple" }
|
| 545 |
dependencies = [
|
| 546 |
{ name = "nvidia-nvjitlink-cu12" },
|
| 547 |
]
|
| 548 |
wheels = [
|
| 549 |
-
{ url = "https://files.pythonhosted.org/packages/
|
| 550 |
-
]
|
| 551 |
-
|
| 552 |
-
[[package]]
|
| 553 |
-
name = "nvidia-cusparselt-cu12"
|
| 554 |
-
version = "0.7.1"
|
| 555 |
-
source = { registry = "https://pypi.org/simple" }
|
| 556 |
-
wheels = [
|
| 557 |
-
{ url = "https://files.pythonhosted.org/packages/56/79/12978b96bd44274fe38b5dde5cfb660b1d114f70a65ef962bcbbed99b549/nvidia_cusparselt_cu12-0.7.1-py3-none-manylinux2014_x86_64.whl", hash = "sha256:f1bb701d6b930d5a7cea44c19ceb973311500847f81b634d802b7b539dc55623", size = 287193691, upload-time = "2025-02-26T00:15:44.104Z" },
|
| 558 |
]
|
| 559 |
|
| 560 |
[[package]]
|
| 561 |
name = "nvidia-nccl-cu12"
|
| 562 |
-
version = "2.
|
| 563 |
source = { registry = "https://pypi.org/simple" }
|
| 564 |
wheels = [
|
| 565 |
-
{ url = "https://files.pythonhosted.org/packages/
|
| 566 |
]
|
| 567 |
|
| 568 |
[[package]]
|
|
@@ -573,20 +554,12 @@ wheels = [
|
|
| 573 |
{ url = "https://files.pythonhosted.org/packages/f6/74/86a07f1d0f42998ca31312f998bd3b9a7eff7f52378f4f270c8679c77fb9/nvidia_nvjitlink_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl", hash = "sha256:81ff63371a7ebd6e6451970684f916be2eab07321b73c9d244dc2b4da7f73b88", size = 39254836, upload-time = "2025-03-07T01:49:55.661Z" },
|
| 574 |
]
|
| 575 |
|
| 576 |
-
[[package]]
|
| 577 |
-
name = "nvidia-nvshmem-cu12"
|
| 578 |
-
version = "3.3.20"
|
| 579 |
-
source = { registry = "https://pypi.org/simple" }
|
| 580 |
-
wheels = [
|
| 581 |
-
{ url = "https://files.pythonhosted.org/packages/3b/6c/99acb2f9eb85c29fc6f3a7ac4dccfd992e22666dd08a642b303311326a97/nvidia_nvshmem_cu12-3.3.20-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:d00f26d3f9b2e3c3065be895e3059d6479ea5c638a3f38c9fec49b1b9dd7c1e5", size = 124657145, upload-time = "2025-08-04T20:25:19.995Z" },
|
| 582 |
-
]
|
| 583 |
-
|
| 584 |
[[package]]
|
| 585 |
name = "nvidia-nvtx-cu12"
|
| 586 |
-
version = "12.
|
| 587 |
source = { registry = "https://pypi.org/simple" }
|
| 588 |
wheels = [
|
| 589 |
-
{ url = "https://files.pythonhosted.org/packages/
|
| 590 |
]
|
| 591 |
|
| 592 |
[[package]]
|
|
@@ -1019,7 +992,7 @@ wheels = [
|
|
| 1019 |
|
| 1020 |
[[package]]
|
| 1021 |
name = "torch"
|
| 1022 |
-
version = "2.
|
| 1023 |
source = { registry = "https://pypi.org/simple" }
|
| 1024 |
dependencies = [
|
| 1025 |
{ name = "filelock" },
|
|
@@ -1032,24 +1005,21 @@ dependencies = [
|
|
| 1032 |
{ name = "nvidia-cuda-runtime-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
| 1033 |
{ name = "nvidia-cudnn-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
| 1034 |
{ name = "nvidia-cufft-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
| 1035 |
-
{ name = "nvidia-cufile-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
| 1036 |
{ name = "nvidia-curand-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
| 1037 |
{ name = "nvidia-cusolver-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
| 1038 |
{ name = "nvidia-cusparse-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
| 1039 |
-
{ name = "nvidia-cusparselt-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
| 1040 |
{ name = "nvidia-nccl-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
| 1041 |
-
{ name = "nvidia-nvjitlink-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
| 1042 |
-
{ name = "nvidia-nvshmem-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
| 1043 |
{ name = "nvidia-nvtx-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
| 1044 |
{ name = "sympy" },
|
| 1045 |
{ name = "triton", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
| 1046 |
{ name = "typing-extensions" },
|
| 1047 |
]
|
| 1048 |
wheels = [
|
| 1049 |
-
{ url = "https://files.pythonhosted.org/packages/
|
| 1050 |
-
{ url = "https://files.pythonhosted.org/packages/
|
| 1051 |
-
{ url = "https://files.pythonhosted.org/packages/
|
| 1052 |
-
{ url = "https://files.pythonhosted.org/packages/
|
|
|
|
| 1053 |
]
|
| 1054 |
|
| 1055 |
[[package]]
|
|
@@ -1087,10 +1057,13 @@ wheels = [
|
|
| 1087 |
|
| 1088 |
[[package]]
|
| 1089 |
name = "triton"
|
| 1090 |
-
version = "
|
| 1091 |
source = { registry = "https://pypi.org/simple" }
|
|
|
|
|
|
|
|
|
|
| 1092 |
wheels = [
|
| 1093 |
-
{ url = "https://files.pythonhosted.org/packages/
|
| 1094 |
]
|
| 1095 |
|
| 1096 |
[[package]]
|
|
|
|
| 160 |
{ name = "gradio", specifier = ">=4.0.0" },
|
| 161 |
{ name = "pyyaml", specifier = ">=6.0" },
|
| 162 |
{ name = "spaces", specifier = "==0.28.3" },
|
| 163 |
+
{ name = "torch", specifier = "==2.2.0" },
|
| 164 |
{ name = "transformers", specifier = ">=4.56.2" },
|
| 165 |
]
|
| 166 |
|
|
|
|
| 457 |
|
| 458 |
[[package]]
|
| 459 |
name = "nvidia-cublas-cu12"
|
| 460 |
+
version = "12.1.3.1"
|
| 461 |
source = { registry = "https://pypi.org/simple" }
|
| 462 |
wheels = [
|
| 463 |
+
{ url = "https://files.pythonhosted.org/packages/37/6d/121efd7382d5b0284239f4ab1fc1590d86d34ed4a4a2fdb13b30ca8e5740/nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl", hash = "sha256:ee53ccca76a6fc08fb9701aa95b6ceb242cdaab118c3bb152af4e579af792728", size = 410594774, upload-time = "2023-04-19T15:50:03.519Z" },
|
| 464 |
]
|
| 465 |
|
| 466 |
[[package]]
|
| 467 |
name = "nvidia-cuda-cupti-cu12"
|
| 468 |
+
version = "12.1.105"
|
| 469 |
source = { registry = "https://pypi.org/simple" }
|
| 470 |
wheels = [
|
| 471 |
+
{ url = "https://files.pythonhosted.org/packages/7e/00/6b218edd739ecfc60524e585ba8e6b00554dd908de2c9c66c1af3e44e18d/nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl", hash = "sha256:e54fde3983165c624cb79254ae9818a456eb6e87a7fd4d56a2352c24ee542d7e", size = 14109015, upload-time = "2023-04-19T15:47:32.502Z" },
|
| 472 |
]
|
| 473 |
|
| 474 |
[[package]]
|
| 475 |
name = "nvidia-cuda-nvrtc-cu12"
|
| 476 |
+
version = "12.1.105"
|
| 477 |
source = { registry = "https://pypi.org/simple" }
|
| 478 |
wheels = [
|
| 479 |
+
{ url = "https://files.pythonhosted.org/packages/b6/9f/c64c03f49d6fbc56196664d05dba14e3a561038a81a638eeb47f4d4cfd48/nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl", hash = "sha256:339b385f50c309763ca65456ec75e17bbefcbbf2893f462cb8b90584cd27a1c2", size = 23671734, upload-time = "2023-04-19T15:48:32.42Z" },
|
| 480 |
]
|
| 481 |
|
| 482 |
[[package]]
|
| 483 |
name = "nvidia-cuda-runtime-cu12"
|
| 484 |
+
version = "12.1.105"
|
| 485 |
source = { registry = "https://pypi.org/simple" }
|
| 486 |
wheels = [
|
| 487 |
+
{ url = "https://files.pythonhosted.org/packages/eb/d5/c68b1d2cdfcc59e72e8a5949a37ddb22ae6cade80cd4a57a84d4c8b55472/nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl", hash = "sha256:6e258468ddf5796e25f1dc591a31029fa317d97a0a94ed93468fc86301d61e40", size = 823596, upload-time = "2023-04-19T15:47:22.471Z" },
|
| 488 |
]
|
| 489 |
|
| 490 |
[[package]]
|
| 491 |
name = "nvidia-cudnn-cu12"
|
| 492 |
+
version = "8.9.2.26"
|
| 493 |
source = { registry = "https://pypi.org/simple" }
|
| 494 |
dependencies = [
|
| 495 |
{ name = "nvidia-cublas-cu12" },
|
| 496 |
]
|
| 497 |
wheels = [
|
| 498 |
+
{ url = "https://files.pythonhosted.org/packages/ff/74/a2e2be7fb83aaedec84f391f082cf765dfb635e7caa9b49065f73e4835d8/nvidia_cudnn_cu12-8.9.2.26-py3-none-manylinux1_x86_64.whl", hash = "sha256:5ccb288774fdfb07a7e7025ffec286971c06d8d7b4fb162525334616d7629ff9", size = 731725872, upload-time = "2023-06-01T19:24:57.328Z" },
|
| 499 |
]
|
| 500 |
|
| 501 |
[[package]]
|
| 502 |
name = "nvidia-cufft-cu12"
|
| 503 |
+
version = "11.0.2.54"
|
| 504 |
source = { registry = "https://pypi.org/simple" }
|
|
|
|
|
|
|
|
|
|
| 505 |
wheels = [
|
| 506 |
+
{ url = "https://files.pythonhosted.org/packages/86/94/eb540db023ce1d162e7bea9f8f5aa781d57c65aed513c33ee9a5123ead4d/nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl", hash = "sha256:794e3948a1aa71fd817c3775866943936774d1c14e7628c74f6f7417224cdf56", size = 121635161, upload-time = "2023-04-19T15:50:46Z" },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 507 |
]
|
| 508 |
|
| 509 |
[[package]]
|
| 510 |
name = "nvidia-curand-cu12"
|
| 511 |
+
version = "10.3.2.106"
|
| 512 |
source = { registry = "https://pypi.org/simple" }
|
| 513 |
wheels = [
|
| 514 |
+
{ url = "https://files.pythonhosted.org/packages/44/31/4890b1c9abc496303412947fc7dcea3d14861720642b49e8ceed89636705/nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl", hash = "sha256:9d264c5036dde4e64f1de8c50ae753237c12e0b1348738169cd0f8a536c0e1e0", size = 56467784, upload-time = "2023-04-19T15:51:04.804Z" },
|
| 515 |
]
|
| 516 |
|
| 517 |
[[package]]
|
| 518 |
name = "nvidia-cusolver-cu12"
|
| 519 |
+
version = "11.4.5.107"
|
| 520 |
source = { registry = "https://pypi.org/simple" }
|
| 521 |
dependencies = [
|
| 522 |
{ name = "nvidia-cublas-cu12" },
|
|
|
|
| 524 |
{ name = "nvidia-nvjitlink-cu12" },
|
| 525 |
]
|
| 526 |
wheels = [
|
| 527 |
+
{ url = "https://files.pythonhosted.org/packages/bc/1d/8de1e5c67099015c834315e333911273a8c6aaba78923dd1d1e25fc5f217/nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl", hash = "sha256:8a7ec542f0412294b15072fa7dab71d31334014a69f953004ea7a118206fe0dd", size = 124161928, upload-time = "2023-04-19T15:51:25.781Z" },
|
| 528 |
]
|
| 529 |
|
| 530 |
[[package]]
|
| 531 |
name = "nvidia-cusparse-cu12"
|
| 532 |
+
version = "12.1.0.106"
|
| 533 |
source = { registry = "https://pypi.org/simple" }
|
| 534 |
dependencies = [
|
| 535 |
{ name = "nvidia-nvjitlink-cu12" },
|
| 536 |
]
|
| 537 |
wheels = [
|
| 538 |
+
{ url = "https://files.pythonhosted.org/packages/65/5b/cfaeebf25cd9fdec14338ccb16f6b2c4c7fa9163aefcf057d86b9cc248bb/nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl", hash = "sha256:f3b50f42cf363f86ab21f720998517a659a48131e8d538dc02f8768237bd884c", size = 195958278, upload-time = "2023-04-19T15:51:49.939Z" },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 539 |
]
|
| 540 |
|
| 541 |
[[package]]
|
| 542 |
name = "nvidia-nccl-cu12"
|
| 543 |
+
version = "2.19.3"
|
| 544 |
source = { registry = "https://pypi.org/simple" }
|
| 545 |
wheels = [
|
| 546 |
+
{ url = "https://files.pythonhosted.org/packages/38/00/d0d4e48aef772ad5aebcf70b73028f88db6e5640b36c38e90445b7a57c45/nvidia_nccl_cu12-2.19.3-py3-none-manylinux1_x86_64.whl", hash = "sha256:a9734707a2c96443331c1e48c717024aa6678a0e2a4cb66b2c364d18cee6b48d", size = 165987969, upload-time = "2023-10-24T16:16:24.789Z" },
|
| 547 |
]
|
| 548 |
|
| 549 |
[[package]]
|
|
|
|
| 554 |
{ url = "https://files.pythonhosted.org/packages/f6/74/86a07f1d0f42998ca31312f998bd3b9a7eff7f52378f4f270c8679c77fb9/nvidia_nvjitlink_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl", hash = "sha256:81ff63371a7ebd6e6451970684f916be2eab07321b73c9d244dc2b4da7f73b88", size = 39254836, upload-time = "2025-03-07T01:49:55.661Z" },
|
| 555 |
]
|
| 556 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 557 |
[[package]]
|
| 558 |
name = "nvidia-nvtx-cu12"
|
| 559 |
+
version = "12.1.105"
|
| 560 |
source = { registry = "https://pypi.org/simple" }
|
| 561 |
wheels = [
|
| 562 |
+
{ url = "https://files.pythonhosted.org/packages/da/d3/8057f0587683ed2fcd4dbfbdfdfa807b9160b809976099d36b8f60d08f03/nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl", hash = "sha256:dc21cf308ca5691e7c04d962e213f8a4aa9bbfa23d95412f452254c2caeb09e5", size = 99138, upload-time = "2023-04-19T15:48:43.556Z" },
|
| 563 |
]
|
| 564 |
|
| 565 |
[[package]]
|
|
|
|
| 992 |
|
| 993 |
[[package]]
|
| 994 |
name = "torch"
|
| 995 |
+
version = "2.2.0"
|
| 996 |
source = { registry = "https://pypi.org/simple" }
|
| 997 |
dependencies = [
|
| 998 |
{ name = "filelock" },
|
|
|
|
| 1005 |
{ name = "nvidia-cuda-runtime-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
| 1006 |
{ name = "nvidia-cudnn-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
| 1007 |
{ name = "nvidia-cufft-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
|
|
|
| 1008 |
{ name = "nvidia-curand-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
| 1009 |
{ name = "nvidia-cusolver-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
| 1010 |
{ name = "nvidia-cusparse-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
|
|
|
| 1011 |
{ name = "nvidia-nccl-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
|
|
|
|
|
|
| 1012 |
{ name = "nvidia-nvtx-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
| 1013 |
{ name = "sympy" },
|
| 1014 |
{ name = "triton", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
| 1015 |
{ name = "typing-extensions" },
|
| 1016 |
]
|
| 1017 |
wheels = [
|
| 1018 |
+
{ url = "https://files.pythonhosted.org/packages/8c/67/fcc9b9e2369a9bae4da492aedc0c2dfa95d563ef0eaa9228b70c98395ec2/torch-2.2.0-cp310-cp310-manylinux1_x86_64.whl", hash = "sha256:d366158d6503a3447e67f8c0ad1328d54e6c181d88572d688a625fac61b13a97", size = 755505538, upload-time = "2024-01-30T17:30:06.596Z" },
|
| 1019 |
+
{ url = "https://files.pythonhosted.org/packages/2a/2a/b6064e03a71d2dc4936975c667703f333ce663977ce489b50090daee332f/torch-2.2.0-cp310-cp310-manylinux2014_aarch64.whl", hash = "sha256:707f2f80402981e9f90d0038d7d481678586251e6642a7a6ef67fc93511cb446", size = 86592741, upload-time = "2024-01-30T17:32:48.847Z" },
|
| 1020 |
+
{ url = "https://files.pythonhosted.org/packages/c8/ed/f11e9eb1e21d7ea8fc82a9fd373f9ff2023a7ee9e47d07c9bc9efce46eca/torch-2.2.0-cp310-cp310-win_amd64.whl", hash = "sha256:15c8f0a105c66b28496092fca1520346082e734095f8eaf47b5786bac24b8a31", size = 198565666, upload-time = "2024-01-30T17:32:56.079Z" },
|
| 1021 |
+
{ url = "https://files.pythonhosted.org/packages/e7/0a/e42e6012b710e49bc56b4e6ce501fa39baa46fd978de014244aae108e6e1/torch-2.2.0-cp310-none-macosx_10_9_x86_64.whl", hash = "sha256:0ca4df4b728515ad009b79f5107b00bcb2c63dc202d991412b9eb3b6a4f24349", size = 150796203, upload-time = "2024-01-30T17:32:42.109Z" },
|
| 1022 |
+
{ url = "https://files.pythonhosted.org/packages/6c/b6/18f8b358cab98a048b07cc049e1692231656fe2572443f2b4f56e75a8151/torch-2.2.0-cp310-none-macosx_11_0_arm64.whl", hash = "sha256:3d3eea2d5969b9a1c9401429ca79efc668120314d443d3463edc3289d7f003c7", size = 59699382, upload-time = "2024-01-30T17:32:26.767Z" },
|
| 1023 |
]
|
| 1024 |
|
| 1025 |
[[package]]
|
|
|
|
| 1057 |
|
| 1058 |
[[package]]
|
| 1059 |
name = "triton"
|
| 1060 |
+
version = "2.2.0"
|
| 1061 |
source = { registry = "https://pypi.org/simple" }
|
| 1062 |
+
dependencies = [
|
| 1063 |
+
{ name = "filelock" },
|
| 1064 |
+
]
|
| 1065 |
wheels = [
|
| 1066 |
+
{ url = "https://files.pythonhosted.org/packages/95/05/ed974ce87fe8c8843855daa2136b3409ee1c126707ab54a8b72815c08b49/triton-2.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a2294514340cfe4e8f4f9e5c66c702744c4a117d25e618bd08469d0bfed1e2e5", size = 167900779, upload-time = "2024-01-10T03:11:56.576Z" },
|
| 1067 |
]
|
| 1068 |
|
| 1069 |
[[package]]
|