Upload 3 files
Browse files- poetry.lock +11 -1
- pyproject.toml +1 -0
- requirements.txt +0 -0
poetry.lock
CHANGED
@@ -341,6 +341,16 @@ files = [
|
|
341 |
{file = "numpy-1.25.2.tar.gz", hash = "sha256:fd608e19c8d7c55021dffd43bfe5492fab8cc105cc8986f813f8c3c048b38760"},
|
342 |
]
|
343 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
344 |
[[package]]
|
345 |
name = "pillow"
|
346 |
version = "10.1.0"
|
@@ -563,4 +573,4 @@ files = [
|
|
563 |
[metadata]
|
564 |
lock-version = "2.0"
|
565 |
python-versions = "^3.10"
|
566 |
-
content-hash = "
|
|
|
341 |
{file = "numpy-1.25.2.tar.gz", hash = "sha256:fd608e19c8d7c55021dffd43bfe5492fab8cc105cc8986f813f8c3c048b38760"},
|
342 |
]
|
343 |
|
344 |
+
[[package]]
|
345 |
+
name = "nvidia-nccl-cu12"
|
346 |
+
version = "2.18.1"
|
347 |
+
description = "NVIDIA Collective Communication Library (NCCL) Runtime"
|
348 |
+
optional = false
|
349 |
+
python-versions = ">=3"
|
350 |
+
files = [
|
351 |
+
{file = "nvidia_nccl_cu12-2.18.1-py3-none-manylinux1_x86_64.whl", hash = "sha256:1a6c4acefcbebfa6de320f412bf7866de856e786e0462326ba1bac40de0b5e71"},
|
352 |
+
]
|
353 |
+
|
354 |
[[package]]
|
355 |
name = "pillow"
|
356 |
version = "10.1.0"
|
|
|
573 |
[metadata]
|
574 |
lock-version = "2.0"
|
575 |
python-versions = "^3.10"
|
576 |
+
content-hash = "c03e9996bdf1414d12b3683c65691b8a15dd2f54f04ff01ced175127452bd49d"
|
pyproject.toml
CHANGED
@@ -12,6 +12,7 @@ pillow = "^10.1.0"
|
|
12 |
ftfy = "^6.1.1"
|
13 |
torchvision = "^0.16.0"
|
14 |
easydict = "^1.11"
|
|
|
15 |
|
16 |
|
17 |
[build-system]
|
|
|
12 |
ftfy = "^6.1.1"
|
13 |
torchvision = "^0.16.0"
|
14 |
easydict = "^1.11"
|
15 |
+
nvidia-nccl-cu12 = "2.18.1"
|
16 |
|
17 |
|
18 |
[build-system]
|
requirements.txt
CHANGED
Binary files a/requirements.txt and b/requirements.txt differ
|
|