Spaces:
Paused
Paused
Added requirements.txt for HF space
Browse files- poetry.lock +113 -103
- pyproject.toml +8 -1
- requirements.txt +0 -0
poetry.lock
CHANGED
@@ -311,18 +311,18 @@ tests = ["pytest", "pytest-cov", "pytest-xdist"]
|
|
311 |
|
312 |
[[package]]
|
313 |
name = "diffusers"
|
314 |
-
version = "0.
|
315 |
description = "State-of-the-art diffusion in PyTorch and JAX."
|
316 |
optional = false
|
317 |
python-versions = ">=3.8.0"
|
318 |
files = [
|
319 |
-
{file = "diffusers-0.
|
320 |
-
{file = "diffusers-0.
|
321 |
]
|
322 |
|
323 |
[package.dependencies]
|
324 |
filelock = "*"
|
325 |
-
huggingface-hub = ">=0.
|
326 |
importlib-metadata = "*"
|
327 |
numpy = "*"
|
328 |
Pillow = "*"
|
@@ -341,18 +341,18 @@ training = ["Jinja2", "accelerate (>=0.29.3)", "datasets", "peft (>=0.6.0)", "pr
|
|
341 |
|
342 |
[[package]]
|
343 |
name = "filelock"
|
344 |
-
version = "3.
|
345 |
description = "A platform independent file lock."
|
346 |
optional = false
|
347 |
python-versions = ">=3.8"
|
348 |
files = [
|
349 |
-
{file = "filelock-3.
|
350 |
-
{file = "filelock-3.
|
351 |
]
|
352 |
|
353 |
[package.extras]
|
354 |
docs = ["furo (>=2023.9.10)", "sphinx (>=7.2.6)", "sphinx-autodoc-typehints (>=1.25.2)"]
|
355 |
-
testing = ["covdefaults (>=2.3)", "coverage (>=7.3.2)", "diff-cover (>=8.0.1)", "pytest (>=7.4.3)", "pytest-cov (>=4.1)", "pytest-mock (>=3.12)", "pytest-timeout (>=2.2)"]
|
356 |
typing = ["typing-extensions (>=4.8)"]
|
357 |
|
358 |
[[package]]
|
@@ -1006,145 +1006,128 @@ files = [
|
|
1006 |
]
|
1007 |
|
1008 |
[[package]]
|
1009 |
-
name = "nvidia-cublas-
|
1010 |
-
version = "
|
1011 |
description = "CUBLAS native runtime libraries"
|
1012 |
optional = false
|
1013 |
python-versions = ">=3"
|
1014 |
files = [
|
1015 |
-
{file = "
|
1016 |
-
{file = "
|
1017 |
]
|
1018 |
|
1019 |
[[package]]
|
1020 |
-
name = "nvidia-cuda-cupti-
|
1021 |
-
version = "
|
1022 |
description = "CUDA profiling tools runtime libs."
|
1023 |
optional = false
|
1024 |
python-versions = ">=3"
|
1025 |
files = [
|
1026 |
-
{file = "
|
1027 |
-
{file = "
|
1028 |
]
|
1029 |
|
1030 |
[[package]]
|
1031 |
-
name = "nvidia-cuda-nvrtc-
|
1032 |
-
version = "
|
1033 |
description = "NVRTC native runtime libraries"
|
1034 |
optional = false
|
1035 |
python-versions = ">=3"
|
1036 |
files = [
|
1037 |
-
{file = "
|
1038 |
-
{file = "
|
1039 |
]
|
1040 |
|
1041 |
[[package]]
|
1042 |
-
name = "nvidia-cuda-runtime-
|
1043 |
-
version = "
|
1044 |
description = "CUDA Runtime native Libraries"
|
1045 |
optional = false
|
1046 |
python-versions = ">=3"
|
1047 |
files = [
|
1048 |
-
{file = "
|
1049 |
-
{file = "
|
1050 |
]
|
1051 |
|
1052 |
[[package]]
|
1053 |
-
name = "nvidia-cudnn-
|
1054 |
-
version = "8.
|
1055 |
description = "cuDNN runtime libraries"
|
1056 |
optional = false
|
1057 |
python-versions = ">=3"
|
1058 |
files = [
|
1059 |
-
{file = "
|
1060 |
]
|
1061 |
|
1062 |
[package.dependencies]
|
1063 |
-
nvidia-cublas-
|
1064 |
|
1065 |
[[package]]
|
1066 |
-
name = "nvidia-cufft-
|
1067 |
-
version = "
|
1068 |
description = "CUFFT native runtime libraries"
|
1069 |
optional = false
|
1070 |
python-versions = ">=3"
|
1071 |
files = [
|
1072 |
-
{file = "
|
1073 |
-
{file = "
|
1074 |
]
|
1075 |
|
1076 |
[[package]]
|
1077 |
-
name = "nvidia-curand-
|
1078 |
-
version = "10.3.
|
1079 |
description = "CURAND native runtime libraries"
|
1080 |
optional = false
|
1081 |
python-versions = ">=3"
|
1082 |
files = [
|
1083 |
-
{file = "
|
1084 |
-
{file = "
|
1085 |
]
|
1086 |
|
1087 |
[[package]]
|
1088 |
-
name = "nvidia-cusolver-
|
1089 |
-
version = "11.4.
|
1090 |
description = "CUDA solver native runtime libraries"
|
1091 |
optional = false
|
1092 |
python-versions = ">=3"
|
1093 |
files = [
|
1094 |
-
{file = "
|
1095 |
-
{file = "
|
1096 |
]
|
1097 |
|
1098 |
[package.dependencies]
|
1099 |
-
nvidia-cublas-
|
1100 |
-
nvidia-cusparse-cu12 = "*"
|
1101 |
-
nvidia-nvjitlink-cu12 = "*"
|
1102 |
|
1103 |
[[package]]
|
1104 |
-
name = "nvidia-cusparse-
|
1105 |
-
version = "
|
1106 |
description = "CUSPARSE native runtime libraries"
|
1107 |
optional = false
|
1108 |
python-versions = ">=3"
|
1109 |
files = [
|
1110 |
-
{file = "
|
1111 |
-
{file = "
|
1112 |
]
|
1113 |
|
1114 |
-
[package.dependencies]
|
1115 |
-
nvidia-nvjitlink-cu12 = "*"
|
1116 |
-
|
1117 |
[[package]]
|
1118 |
-
name = "nvidia-nccl-
|
1119 |
version = "2.20.5"
|
1120 |
description = "NVIDIA Collective Communication Library (NCCL) Runtime"
|
1121 |
optional = false
|
1122 |
python-versions = ">=3"
|
1123 |
files = [
|
1124 |
-
{file = "
|
1125 |
-
{file = "nvidia_nccl_cu12-2.20.5-py3-none-manylinux2014_x86_64.whl", hash = "sha256:057f6bf9685f75215d0c53bf3ac4a10b3e6578351de307abad9e18a99182af56"},
|
1126 |
]
|
1127 |
|
1128 |
[[package]]
|
1129 |
-
name = "nvidia-
|
1130 |
-
version = "
|
1131 |
-
description = "Nvidia JIT LTO Library"
|
1132 |
-
optional = false
|
1133 |
-
python-versions = ">=3"
|
1134 |
-
files = [
|
1135 |
-
{file = "nvidia_nvjitlink_cu12-12.5.40-py3-none-manylinux2014_x86_64.whl", hash = "sha256:d9714f27c1d0f0895cd8915c07a87a1d0029a0aa36acaf9156952ec2a8a12189"},
|
1136 |
-
{file = "nvidia_nvjitlink_cu12-12.5.40-py3-none-win_amd64.whl", hash = "sha256:c3401dc8543b52d3a8158007a0c1ab4e9c768fcbd24153a48c86972102197ddd"},
|
1137 |
-
]
|
1138 |
-
|
1139 |
-
[[package]]
|
1140 |
-
name = "nvidia-nvtx-cu12"
|
1141 |
-
version = "12.1.105"
|
1142 |
description = "NVIDIA Tools Extension"
|
1143 |
optional = false
|
1144 |
python-versions = ">=3"
|
1145 |
files = [
|
1146 |
-
{file = "
|
1147 |
-
{file = "
|
1148 |
]
|
1149 |
|
1150 |
[[package]]
|
@@ -1165,8 +1148,8 @@ files = [
|
|
1165 |
|
1166 |
[package.dependencies]
|
1167 |
numpy = [
|
1168 |
-
{version = ">=1.26.0", markers = "python_version >= \"3.12\""},
|
1169 |
{version = ">=1.23.5", markers = "python_version >= \"3.11\" and python_version < \"3.12\""},
|
|
|
1170 |
]
|
1171 |
|
1172 |
[[package]]
|
@@ -1220,8 +1203,8 @@ files = [
|
|
1220 |
|
1221 |
[package.dependencies]
|
1222 |
numpy = [
|
1223 |
-
{version = ">=1.26.0", markers = "python_version >= \"3.12\""},
|
1224 |
{version = ">=1.23.2", markers = "python_version == \"3.11\""},
|
|
|
1225 |
]
|
1226 |
python-dateutil = ">=2.8.2"
|
1227 |
pytz = ">=2020.1"
|
@@ -2223,31 +2206,21 @@ files = [
|
|
2223 |
|
2224 |
[[package]]
|
2225 |
name = "torch"
|
2226 |
-
version = "2.3.1"
|
2227 |
description = "Tensors and Dynamic neural networks in Python with strong GPU acceleration"
|
2228 |
optional = false
|
2229 |
python-versions = ">=3.8.0"
|
2230 |
files = [
|
2231 |
-
{file = "torch-2.3.1-cp310-cp310-
|
2232 |
-
{file = "torch-2.3.1-cp310-cp310-
|
2233 |
-
{file = "torch-2.3.1-
|
2234 |
-
{file = "torch-2.3.1-
|
2235 |
-
{file = "torch-2.3.1-
|
2236 |
-
{file = "torch-2.3.1-
|
2237 |
-
{file = "torch-2.3.1-
|
2238 |
-
{file = "torch-2.3.1-
|
2239 |
-
{file = "torch-2.3.1-
|
2240 |
-
{file = "torch-2.3.1-
|
2241 |
-
{file = "torch-2.3.1-cp312-cp312-win_amd64.whl", hash = "sha256:e5fdccbf6f1334b2203a61a0e03821d5845f1421defe311dabeae2fc8fbeac2d"},
|
2242 |
-
{file = "torch-2.3.1-cp312-none-macosx_11_0_arm64.whl", hash = "sha256:3c333dc2ebc189561514eda06e81df22bf8fb64e2384746b2cb9f04f96d1d4c8"},
|
2243 |
-
{file = "torch-2.3.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:07e9ba746832b8d069cacb45f312cadd8ad02b81ea527ec9766c0e7404bb3feb"},
|
2244 |
-
{file = "torch-2.3.1-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:462d1c07dbf6bb5d9d2f3316fee73a24f3d12cd8dacf681ad46ef6418f7f6626"},
|
2245 |
-
{file = "torch-2.3.1-cp38-cp38-win_amd64.whl", hash = "sha256:ff60bf7ce3de1d43ad3f6969983f321a31f0a45df3690921720bcad6a8596cc4"},
|
2246 |
-
{file = "torch-2.3.1-cp38-none-macosx_11_0_arm64.whl", hash = "sha256:bee0bd33dc58aa8fc8a7527876e9b9a0e812ad08122054a5bff2ce5abf005b10"},
|
2247 |
-
{file = "torch-2.3.1-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:aaa872abde9a3d4f91580f6396d54888620f4a0b92e3976a6034759df4b961ad"},
|
2248 |
-
{file = "torch-2.3.1-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:3d7a7f7ef21a7520510553dc3938b0c57c116a7daee20736a9e25cbc0e832bdc"},
|
2249 |
-
{file = "torch-2.3.1-cp39-cp39-win_amd64.whl", hash = "sha256:4777f6cefa0c2b5fa87223c213e7b6f417cf254a45e5829be4ccd1b2a4ee1011"},
|
2250 |
-
{file = "torch-2.3.1-cp39-none-macosx_11_0_arm64.whl", hash = "sha256:2bb5af780c55be68fe100feb0528d2edebace1d55cb2e351de735809ba7391eb"},
|
2251 |
]
|
2252 |
|
2253 |
[package.dependencies]
|
@@ -2256,17 +2229,17 @@ fsspec = "*"
|
|
2256 |
jinja2 = "*"
|
2257 |
mkl = {version = ">=2021.1.1,<=2021.4.0", markers = "platform_system == \"Windows\""}
|
2258 |
networkx = "*"
|
2259 |
-
nvidia-cublas-
|
2260 |
-
nvidia-cuda-cupti-
|
2261 |
-
nvidia-cuda-nvrtc-
|
2262 |
-
nvidia-cuda-runtime-
|
2263 |
-
nvidia-cudnn-
|
2264 |
-
nvidia-cufft-
|
2265 |
-
nvidia-curand-
|
2266 |
-
nvidia-cusolver-
|
2267 |
-
nvidia-cusparse-
|
2268 |
-
nvidia-nccl-
|
2269 |
-
nvidia-nvtx-
|
2270 |
sympy = "*"
|
2271 |
triton = {version = "2.3.1", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\" and python_version < \"3.12\""}
|
2272 |
typing-extensions = ">=4.8.0"
|
@@ -2275,6 +2248,43 @@ typing-extensions = ">=4.8.0"
|
|
2275 |
opt-einsum = ["opt-einsum (>=3.3)"]
|
2276 |
optree = ["optree (>=0.9.1)"]
|
2277 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2278 |
[[package]]
|
2279 |
name = "tornado"
|
2280 |
version = "6.4.1"
|
@@ -2505,4 +2515,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
|
|
2505 |
[metadata]
|
2506 |
lock-version = "2.0"
|
2507 |
python-versions = "^3.11"
|
2508 |
-
content-hash = "
|
|
|
311 |
|
312 |
[[package]]
|
313 |
name = "diffusers"
|
314 |
+
version = "0.29.0"
|
315 |
description = "State-of-the-art diffusion in PyTorch and JAX."
|
316 |
optional = false
|
317 |
python-versions = ">=3.8.0"
|
318 |
files = [
|
319 |
+
{file = "diffusers-0.29.0-py3-none-any.whl", hash = "sha256:4c194d2379644a0f7ef9b4ff12c8cf5de4c6324e811265754f08e2f839b8cedb"},
|
320 |
+
{file = "diffusers-0.29.0.tar.gz", hash = "sha256:0212030a8fabe7a07d1c8e925ccdf7a529a98b0425fa078900a679b2451a8ac2"},
|
321 |
]
|
322 |
|
323 |
[package.dependencies]
|
324 |
filelock = "*"
|
325 |
+
huggingface-hub = ">=0.23.2"
|
326 |
importlib-metadata = "*"
|
327 |
numpy = "*"
|
328 |
Pillow = "*"
|
|
|
341 |
|
342 |
[[package]]
|
343 |
name = "filelock"
|
344 |
+
version = "3.15.1"
|
345 |
description = "A platform independent file lock."
|
346 |
optional = false
|
347 |
python-versions = ">=3.8"
|
348 |
files = [
|
349 |
+
{file = "filelock-3.15.1-py3-none-any.whl", hash = "sha256:71b3102950e91dfc1bb4209b64be4dc8854f40e5f534428d8684f953ac847fac"},
|
350 |
+
{file = "filelock-3.15.1.tar.gz", hash = "sha256:58a2549afdf9e02e10720eaa4d4470f56386d7a6f72edd7d0596337af8ed7ad8"},
|
351 |
]
|
352 |
|
353 |
[package.extras]
|
354 |
docs = ["furo (>=2023.9.10)", "sphinx (>=7.2.6)", "sphinx-autodoc-typehints (>=1.25.2)"]
|
355 |
+
testing = ["covdefaults (>=2.3)", "coverage (>=7.3.2)", "diff-cover (>=8.0.1)", "pytest (>=7.4.3)", "pytest-asyncio (>=0.21)", "pytest-cov (>=4.1)", "pytest-mock (>=3.12)", "pytest-timeout (>=2.2)"]
|
356 |
typing = ["typing-extensions (>=4.8)"]
|
357 |
|
358 |
[[package]]
|
|
|
1006 |
]
|
1007 |
|
1008 |
[[package]]
|
1009 |
+
name = "nvidia-cublas-cu11"
|
1010 |
+
version = "11.11.3.6"
|
1011 |
description = "CUBLAS native runtime libraries"
|
1012 |
optional = false
|
1013 |
python-versions = ">=3"
|
1014 |
files = [
|
1015 |
+
{file = "nvidia_cublas_cu11-11.11.3.6-py3-none-manylinux1_x86_64.whl", hash = "sha256:39fb40e8f486dd8a2ddb8fdeefe1d5b28f5b99df01c87ab3676f057a74a5a6f3"},
|
1016 |
+
{file = "nvidia_cublas_cu11-11.11.3.6-py3-none-win_amd64.whl", hash = "sha256:6ab12b1302bef8ac1ff4414edd1c059e57f4833abef9151683fb8f4de25900be"},
|
1017 |
]
|
1018 |
|
1019 |
[[package]]
|
1020 |
+
name = "nvidia-cuda-cupti-cu11"
|
1021 |
+
version = "11.8.87"
|
1022 |
description = "CUDA profiling tools runtime libs."
|
1023 |
optional = false
|
1024 |
python-versions = ">=3"
|
1025 |
files = [
|
1026 |
+
{file = "nvidia_cuda_cupti_cu11-11.8.87-py3-none-manylinux1_x86_64.whl", hash = "sha256:0e50c707df56c75a2c0703dc6b886f3c97a22f37d6f63839f75b7418ba672a8d"},
|
1027 |
+
{file = "nvidia_cuda_cupti_cu11-11.8.87-py3-none-win_amd64.whl", hash = "sha256:4332d8550ad5f5b673f98d08e4e4f82030cb604c66d8d5ee919399ea01312e58"},
|
1028 |
]
|
1029 |
|
1030 |
[[package]]
|
1031 |
+
name = "nvidia-cuda-nvrtc-cu11"
|
1032 |
+
version = "11.8.89"
|
1033 |
description = "NVRTC native runtime libraries"
|
1034 |
optional = false
|
1035 |
python-versions = ">=3"
|
1036 |
files = [
|
1037 |
+
{file = "nvidia_cuda_nvrtc_cu11-11.8.89-py3-none-manylinux1_x86_64.whl", hash = "sha256:1f27d67b0f72902e9065ae568b4f6268dfe49ba3ed269c9a3da99bb86d1d2008"},
|
1038 |
+
{file = "nvidia_cuda_nvrtc_cu11-11.8.89-py3-none-win_amd64.whl", hash = "sha256:e18a23a8f4064664a6f1c4a64f38c581cbebfb5935280e94a4943ea8ae3791b1"},
|
1039 |
]
|
1040 |
|
1041 |
[[package]]
|
1042 |
+
name = "nvidia-cuda-runtime-cu11"
|
1043 |
+
version = "11.8.89"
|
1044 |
description = "CUDA Runtime native Libraries"
|
1045 |
optional = false
|
1046 |
python-versions = ">=3"
|
1047 |
files = [
|
1048 |
+
{file = "nvidia_cuda_runtime_cu11-11.8.89-py3-none-manylinux1_x86_64.whl", hash = "sha256:f587bd726eb2f7612cf77ce38a2c1e65cf23251ff49437f6161ce0d647f64f7c"},
|
1049 |
+
{file = "nvidia_cuda_runtime_cu11-11.8.89-py3-none-win_amd64.whl", hash = "sha256:f60c9fdaed8065b38de8097867240efc5556a8a710007146daeb9082334a6e63"},
|
1050 |
]
|
1051 |
|
1052 |
[[package]]
|
1053 |
+
name = "nvidia-cudnn-cu11"
|
1054 |
+
version = "8.7.0.84"
|
1055 |
description = "cuDNN runtime libraries"
|
1056 |
optional = false
|
1057 |
python-versions = ">=3"
|
1058 |
files = [
|
1059 |
+
{file = "nvidia_cudnn_cu11-8.7.0.84-py3-none-manylinux1_x86_64.whl", hash = "sha256:b3e062498fbbb1c1930435a6a454c1b41c903e1e65b7063bd2b4021e8285408e"},
|
1060 |
]
|
1061 |
|
1062 |
[package.dependencies]
|
1063 |
+
nvidia-cublas-cu11 = "*"
|
1064 |
|
1065 |
[[package]]
|
1066 |
+
name = "nvidia-cufft-cu11"
|
1067 |
+
version = "10.9.0.58"
|
1068 |
description = "CUFFT native runtime libraries"
|
1069 |
optional = false
|
1070 |
python-versions = ">=3"
|
1071 |
files = [
|
1072 |
+
{file = "nvidia_cufft_cu11-10.9.0.58-py3-none-manylinux1_x86_64.whl", hash = "sha256:222f9da70c80384632fd6035e4c3f16762d64ea7a843829cb278f98b3cb7dd81"},
|
1073 |
+
{file = "nvidia_cufft_cu11-10.9.0.58-py3-none-win_amd64.whl", hash = "sha256:c4d316f17c745ec9c728e30409612eaf77a8404c3733cdf6c9c1569634d1ca03"},
|
1074 |
]
|
1075 |
|
1076 |
[[package]]
|
1077 |
+
name = "nvidia-curand-cu11"
|
1078 |
+
version = "10.3.0.86"
|
1079 |
description = "CURAND native runtime libraries"
|
1080 |
optional = false
|
1081 |
python-versions = ">=3"
|
1082 |
files = [
|
1083 |
+
{file = "nvidia_curand_cu11-10.3.0.86-py3-none-manylinux1_x86_64.whl", hash = "sha256:ac439548c88580269a1eb6aeb602a5aed32f0dbb20809a31d9ed7d01d77f6bf5"},
|
1084 |
+
{file = "nvidia_curand_cu11-10.3.0.86-py3-none-win_amd64.whl", hash = "sha256:8fa8365065fc3e3760d7437b08f164a6bcf8f7124f3b544d2463ded01e6bdc70"},
|
1085 |
]
|
1086 |
|
1087 |
[[package]]
|
1088 |
+
name = "nvidia-cusolver-cu11"
|
1089 |
+
version = "11.4.1.48"
|
1090 |
description = "CUDA solver native runtime libraries"
|
1091 |
optional = false
|
1092 |
python-versions = ">=3"
|
1093 |
files = [
|
1094 |
+
{file = "nvidia_cusolver_cu11-11.4.1.48-py3-none-manylinux1_x86_64.whl", hash = "sha256:ca538f545645b7e6629140786d3127fe067b3d5a085bd794cde5bfe877c8926f"},
|
1095 |
+
{file = "nvidia_cusolver_cu11-11.4.1.48-py3-none-win_amd64.whl", hash = "sha256:7efe43b113495a64e2cf9a0b4365bd53b0a82afb2e2cf91e9f993c9ef5e69ee8"},
|
1096 |
]
|
1097 |
|
1098 |
[package.dependencies]
|
1099 |
+
nvidia-cublas-cu11 = "*"
|
|
|
|
|
1100 |
|
1101 |
[[package]]
|
1102 |
+
name = "nvidia-cusparse-cu11"
|
1103 |
+
version = "11.7.5.86"
|
1104 |
description = "CUSPARSE native runtime libraries"
|
1105 |
optional = false
|
1106 |
python-versions = ">=3"
|
1107 |
files = [
|
1108 |
+
{file = "nvidia_cusparse_cu11-11.7.5.86-py3-none-manylinux1_x86_64.whl", hash = "sha256:4ae709fe78d3f23f60acaba8c54b8ad556cf16ca486e0cc1aa92dca7555d2d2b"},
|
1109 |
+
{file = "nvidia_cusparse_cu11-11.7.5.86-py3-none-win_amd64.whl", hash = "sha256:a0f6ee81cd91be606fc2f55992d06b09cd4e86d74b6ae5e8dd1631cf7f5a8706"},
|
1110 |
]
|
1111 |
|
|
|
|
|
|
|
1112 |
[[package]]
|
1113 |
+
name = "nvidia-nccl-cu11"
|
1114 |
version = "2.20.5"
|
1115 |
description = "NVIDIA Collective Communication Library (NCCL) Runtime"
|
1116 |
optional = false
|
1117 |
python-versions = ">=3"
|
1118 |
files = [
|
1119 |
+
{file = "nvidia_nccl_cu11-2.20.5-py3-none-manylinux2014_x86_64.whl", hash = "sha256:3619e25dfb0c8f4c554561c3459ee7dfe1250eed05e9aa4d147a75c45cc6ae0d"},
|
|
|
1120 |
]
|
1121 |
|
1122 |
[[package]]
|
1123 |
+
name = "nvidia-nvtx-cu11"
|
1124 |
+
version = "11.8.86"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1125 |
description = "NVIDIA Tools Extension"
|
1126 |
optional = false
|
1127 |
python-versions = ">=3"
|
1128 |
files = [
|
1129 |
+
{file = "nvidia_nvtx_cu11-11.8.86-py3-none-manylinux1_x86_64.whl", hash = "sha256:890656d8bd9b4e280231c832e1f0d03459200ba4824ddda3dcb59b1e1989b9f5"},
|
1130 |
+
{file = "nvidia_nvtx_cu11-11.8.86-py3-none-win_amd64.whl", hash = "sha256:54031010ee38d774b2991004d88f90bbd7bbc1458a96bbc4b42662756508c252"},
|
1131 |
]
|
1132 |
|
1133 |
[[package]]
|
|
|
1148 |
|
1149 |
[package.dependencies]
|
1150 |
numpy = [
|
|
|
1151 |
{version = ">=1.23.5", markers = "python_version >= \"3.11\" and python_version < \"3.12\""},
|
1152 |
+
{version = ">=1.26.0", markers = "python_version >= \"3.12\""},
|
1153 |
]
|
1154 |
|
1155 |
[[package]]
|
|
|
1203 |
|
1204 |
[package.dependencies]
|
1205 |
numpy = [
|
|
|
1206 |
{version = ">=1.23.2", markers = "python_version == \"3.11\""},
|
1207 |
+
{version = ">=1.26.0", markers = "python_version >= \"3.12\""},
|
1208 |
]
|
1209 |
python-dateutil = ">=2.8.2"
|
1210 |
pytz = ">=2020.1"
|
|
|
2206 |
|
2207 |
[[package]]
|
2208 |
name = "torch"
|
2209 |
+
version = "2.3.1+cu118"
|
2210 |
description = "Tensors and Dynamic neural networks in Python with strong GPU acceleration"
|
2211 |
optional = false
|
2212 |
python-versions = ">=3.8.0"
|
2213 |
files = [
|
2214 |
+
{file = "torch-2.3.1+cu118-cp310-cp310-linux_x86_64.whl", hash = "sha256:fb4c9249b29f58e066ef1d259410de49a2c23c8727883f69065f61244bb780b9"},
|
2215 |
+
{file = "torch-2.3.1+cu118-cp310-cp310-win_amd64.whl", hash = "sha256:c8248eb98425573e496a7ee9d77b2329bb2ef70e3af7eb51fad5438a12b30b8e"},
|
2216 |
+
{file = "torch-2.3.1+cu118-cp311-cp311-linux_x86_64.whl", hash = "sha256:5b0d531814886573cbe8c8ca91d17676f96bbaa33b569dd37ea235f124314e97"},
|
2217 |
+
{file = "torch-2.3.1+cu118-cp311-cp311-win_amd64.whl", hash = "sha256:a697df4337d6f18a204b7603c06bec9c81ed393ceae71432c4a4e2902bc20270"},
|
2218 |
+
{file = "torch-2.3.1+cu118-cp312-cp312-linux_x86_64.whl", hash = "sha256:6c03ff41879674cbd661b598cec80fb5e6f7faa225624732a2a197b5471dbd38"},
|
2219 |
+
{file = "torch-2.3.1+cu118-cp312-cp312-win_amd64.whl", hash = "sha256:f44c7b64d990a6b1a382d1cd63c359806153974e7db8d16f6780645a8a9c9fe0"},
|
2220 |
+
{file = "torch-2.3.1+cu118-cp38-cp38-linux_x86_64.whl", hash = "sha256:5669916fed356a6a4034aeaf9c78184bd1b4467b06d75d95f6540dd16969ad31"},
|
2221 |
+
{file = "torch-2.3.1+cu118-cp38-cp38-win_amd64.whl", hash = "sha256:2345d7a880c29123744d74719ebbaf04aba170d45dd8c9a86e876e81493408fc"},
|
2222 |
+
{file = "torch-2.3.1+cu118-cp39-cp39-linux_x86_64.whl", hash = "sha256:815090508144030b54b8c34af9abe45168332d513b3e0e35971afbca5813c2ed"},
|
2223 |
+
{file = "torch-2.3.1+cu118-cp39-cp39-win_amd64.whl", hash = "sha256:78c9e0206f40a9f12c0369b2737d78d1998244238384286fd5492b39299059a7"},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2224 |
]
|
2225 |
|
2226 |
[package.dependencies]
|
|
|
2229 |
jinja2 = "*"
|
2230 |
mkl = {version = ">=2021.1.1,<=2021.4.0", markers = "platform_system == \"Windows\""}
|
2231 |
networkx = "*"
|
2232 |
+
nvidia-cublas-cu11 = {version = "11.11.3.6", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
|
2233 |
+
nvidia-cuda-cupti-cu11 = {version = "11.8.87", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
|
2234 |
+
nvidia-cuda-nvrtc-cu11 = {version = "11.8.89", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
|
2235 |
+
nvidia-cuda-runtime-cu11 = {version = "11.8.89", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
|
2236 |
+
nvidia-cudnn-cu11 = {version = "8.7.0.84", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
|
2237 |
+
nvidia-cufft-cu11 = {version = "10.9.0.58", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
|
2238 |
+
nvidia-curand-cu11 = {version = "10.3.0.86", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
|
2239 |
+
nvidia-cusolver-cu11 = {version = "11.4.1.48", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
|
2240 |
+
nvidia-cusparse-cu11 = {version = "11.7.5.86", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
|
2241 |
+
nvidia-nccl-cu11 = {version = "2.20.5", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
|
2242 |
+
nvidia-nvtx-cu11 = {version = "11.8.86", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
|
2243 |
sympy = "*"
|
2244 |
triton = {version = "2.3.1", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\" and python_version < \"3.12\""}
|
2245 |
typing-extensions = ">=4.8.0"
|
|
|
2248 |
opt-einsum = ["opt-einsum (>=3.3)"]
|
2249 |
optree = ["optree (>=0.9.1)"]
|
2250 |
|
2251 |
+
[package.source]
|
2252 |
+
type = "legacy"
|
2253 |
+
url = "https://download.pytorch.org/whl/cu118"
|
2254 |
+
reference = "torch118"
|
2255 |
+
|
2256 |
+
[[package]]
|
2257 |
+
name = "torchvision"
|
2258 |
+
version = "0.18.1+cu118"
|
2259 |
+
description = "image and video datasets and models for torch deep learning"
|
2260 |
+
optional = false
|
2261 |
+
python-versions = ">=3.8"
|
2262 |
+
files = [
|
2263 |
+
{file = "torchvision-0.18.1+cu118-cp310-cp310-linux_x86_64.whl", hash = "sha256:87a4a03ea461053450ae631b5ff823dc77744c674a025cc8972b33a5c579272a"},
|
2264 |
+
{file = "torchvision-0.18.1+cu118-cp310-cp310-win_amd64.whl", hash = "sha256:be3de9ce061b5ca958e2b83ebb562f3371606866fdf1a66c52df3254ed027b2d"},
|
2265 |
+
{file = "torchvision-0.18.1+cu118-cp311-cp311-linux_x86_64.whl", hash = "sha256:24e7b88e285913767ef7a5e8938bab2caddb9ebfd1059d274b9ab96693c7111c"},
|
2266 |
+
{file = "torchvision-0.18.1+cu118-cp311-cp311-win_amd64.whl", hash = "sha256:d0d25efe3418462478594e799bca29ec84c7688cbe9926650929f440d72318b7"},
|
2267 |
+
{file = "torchvision-0.18.1+cu118-cp312-cp312-linux_x86_64.whl", hash = "sha256:cb4dc3af2359dace3eebddb751850bd37857c11895b96acbee0bd37452b87800"},
|
2268 |
+
{file = "torchvision-0.18.1+cu118-cp312-cp312-win_amd64.whl", hash = "sha256:8103c78f9ebfe51a6b049c8bfcb23c96c201c32b4fc509d6b6ed4350ed5c1ec1"},
|
2269 |
+
{file = "torchvision-0.18.1+cu118-cp38-cp38-linux_x86_64.whl", hash = "sha256:38437061fc8652d9cc88018051379b5fd623b1d6e02a3e36df01817277871799"},
|
2270 |
+
{file = "torchvision-0.18.1+cu118-cp38-cp38-win_amd64.whl", hash = "sha256:59f8487063808638180ee3fec11b6a74c06764122b3cc1f0d2b9c944829954cf"},
|
2271 |
+
{file = "torchvision-0.18.1+cu118-cp39-cp39-linux_x86_64.whl", hash = "sha256:f5cd0c1ffd49f6d4c50ac879784a2501c6df997df9af5240d225297245b6a3cd"},
|
2272 |
+
{file = "torchvision-0.18.1+cu118-cp39-cp39-win_amd64.whl", hash = "sha256:a7488fd55fb36e711493c3582dbdb296a9105ef71a5ba8bb1c724c697c5ed777"},
|
2273 |
+
]
|
2274 |
+
|
2275 |
+
[package.dependencies]
|
2276 |
+
numpy = "*"
|
2277 |
+
pillow = ">=5.3.0,<8.3.dev0 || >=8.4.dev0"
|
2278 |
+
torch = "2.3.1"
|
2279 |
+
|
2280 |
+
[package.extras]
|
2281 |
+
scipy = ["scipy"]
|
2282 |
+
|
2283 |
+
[package.source]
|
2284 |
+
type = "legacy"
|
2285 |
+
url = "https://download.pytorch.org/whl/cu118"
|
2286 |
+
reference = "torch118"
|
2287 |
+
|
2288 |
[[package]]
|
2289 |
name = "tornado"
|
2290 |
version = "6.4.1"
|
|
|
2515 |
[metadata]
|
2516 |
lock-version = "2.0"
|
2517 |
python-versions = "^3.11"
|
2518 |
+
content-hash = "7e6ae429effed50285249b4228e44a38eebf7f2789cb4f43a2d38c428b9f9e0a"
|
pyproject.toml
CHANGED
@@ -7,12 +7,19 @@ readme = "README.md"
|
|
7 |
|
8 |
[tool.poetry.dependencies]
|
9 |
python = "^3.11"
|
10 |
-
streamlit = "^1.35.0"
|
11 |
transformers = "^4.41.2"
|
12 |
accelerate = "^0.31.0"
|
13 |
invisible-watermark = ">=0.2.0"
|
14 |
diffusers = ">=0.19.0"
|
15 |
matplotlib = "^3.9.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
|
18 |
[build-system]
|
|
|
7 |
|
8 |
[tool.poetry.dependencies]
|
9 |
python = "^3.11"
|
|
|
10 |
transformers = "^4.41.2"
|
11 |
accelerate = "^0.31.0"
|
12 |
invisible-watermark = ">=0.2.0"
|
13 |
diffusers = ">=0.19.0"
|
14 |
matplotlib = "^3.9.0"
|
15 |
+
streamlit = "^1.35.0"
|
16 |
+
torch = {version = "^2.3.1+cu118", source = "torch118"}
|
17 |
+
torchvision = {version = "^0.18+cu118", source = "torch118"}
|
18 |
+
|
19 |
+
[[tool.poetry.source]]
|
20 |
+
name = "torch118"
|
21 |
+
url = "https://download.pytorch.org/whl/cu118"
|
22 |
+
priority = "explicit"
|
23 |
|
24 |
|
25 |
[build-system]
|
requirements.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|