Skip to content

Commit 80cffeb

Browse files
Issue opendatahub-io#1598: RHAIENG-337: add pytorch+llmcompressor runtime to Makefile for refresh-pipfilelock-files (opendatahub-io#1878)
* Issue opendatahub-io#1598: RHAIENG-337: add `pytorch+llmcompressor` runtime to Makefile for `refresh-pipfilelock-files` This is fixup for omission in * opendatahub-io#1600 * Update Pipfile.lock for Python 3.12 * Update Pipfile.lock for Python 3.11 --------- Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
1 parent 2b9031f commit 80cffeb

File tree

55 files changed

+12119
-11526
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+12119
-11526
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ ifeq ($(PYTHON_VERSION), 3.11)
416416
runtimes/minimal/ubi9-python-$(PYTHON_VERSION) \
417417
runtimes/datascience/ubi9-python-$(PYTHON_VERSION) \
418418
runtimes/pytorch/ubi9-python-$(PYTHON_VERSION) \
419+
runtimes/pytorch+llmcompressor/ubi9-python-$(PYTHON_VERSION) \
419420
runtimes/tensorflow/ubi9-python-$(PYTHON_VERSION) \
420421
runtimes/rocm-tensorflow/ubi9-python-$(PYTHON_VERSION) \
421422
runtimes/rocm-pytorch/ubi9-python-$(PYTHON_VERSION)

codeserver/ubi9-python-3.11/Pipfile.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codeserver/ubi9-python-3.11/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -470,9 +470,9 @@ matplotlib==3.10.5; python_version >= '3.10' \
470470
matplotlib-inline==0.1.7; python_version >= '3.8' \
471471
--hash=sha256:8423b23ec666be3d16e16b60bdd8ac4e86e840ebd1dd11a30b9f117f2fa0ab90 \
472472
--hash=sha256:df192d39a4ff8f21b1895d72e6a13f5fcc5099f00fa84384e0ea28c2cc0653ca
473-
narwhals==2.0.1; python_version >= '3.9' \
474-
--hash=sha256:235e61ca807bc21110ca36a4d53888ecc22c42dcdf50a7c886e10dde3fd7f38c \
475-
--hash=sha256:837457e36a2ba1710c881fb69e1f79ce44fb81728c92ac378f70892a53af8ddb
473+
narwhals==2.1.0; python_version >= '3.9' \
474+
--hash=sha256:4d0d1ccc9f74fe44a93a7632b32268ab6658e7dfb026aa6f10b0c1bfa4c468b7 \
475+
--hash=sha256:dfeb3b24c1b06501d1c1e979bd25e424f8bbd2eb7a9d0f7bbf0a7d47e36b498f
476476
nest-asyncio==1.6.0; python_version >= '3.5' \
477477
--hash=sha256:6f172d5449aca15afd6c646851f4e31e02c598d553a667e38cafa997cfec55fe \
478478
--hash=sha256:87af6efd6b5e897c81050477ef65c62e2b2f35d51703cae01aff2905b1852e1c

codeserver/ubi9-python-3.12/Pipfile.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codeserver/ubi9-python-3.12/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -470,9 +470,9 @@ matplotlib==3.10.5; python_version >= '3.10' \
470470
matplotlib-inline==0.1.7; python_version >= '3.8' \
471471
--hash=sha256:8423b23ec666be3d16e16b60bdd8ac4e86e840ebd1dd11a30b9f117f2fa0ab90 \
472472
--hash=sha256:df192d39a4ff8f21b1895d72e6a13f5fcc5099f00fa84384e0ea28c2cc0653ca
473-
narwhals==2.0.1; python_version >= '3.9' \
474-
--hash=sha256:235e61ca807bc21110ca36a4d53888ecc22c42dcdf50a7c886e10dde3fd7f38c \
475-
--hash=sha256:837457e36a2ba1710c881fb69e1f79ce44fb81728c92ac378f70892a53af8ddb
473+
narwhals==2.1.0; python_version >= '3.9' \
474+
--hash=sha256:4d0d1ccc9f74fe44a93a7632b32268ab6658e7dfb026aa6f10b0c1bfa4c468b7 \
475+
--hash=sha256:dfeb3b24c1b06501d1c1e979bd25e424f8bbd2eb7a9d0f7bbf0a7d47e36b498f
476476
nest-asyncio==1.6.0; python_version >= '3.5' \
477477
--hash=sha256:6f172d5449aca15afd6c646851f4e31e02c598d553a667e38cafa997cfec55fe \
478478
--hash=sha256:87af6efd6b5e897c81050477ef65c62e2b2f35d51703cae01aff2905b1852e1c

jupyter/datascience/ubi9-python-3.11/Pipfile.lock

Lines changed: 118 additions & 118 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jupyter/datascience/ubi9-python-3.11/requirements.txt

Lines changed: 117 additions & 117 deletions
Large diffs are not rendered by default.

jupyter/datascience/ubi9-python-3.12/Pipfile.lock

Lines changed: 118 additions & 118 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jupyter/datascience/ubi9-python-3.12/requirements.txt

Lines changed: 117 additions & 117 deletions
Large diffs are not rendered by default.

jupyter/minimal/ubi9-python-3.11/Pipfile.lock

Lines changed: 111 additions & 111 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)