Skip to content

Commit

Permalink
Merge pull request opendatahub-io#68 from Jooho/update-caikit-nlp
Browse files Browse the repository at this point in the history
update caikit-nlp package version
  • Loading branch information
openshift-merge-robot authored Sep 7, 2023
2 parents aad99c5 + 6fd659d commit 8ea6226
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/opendatahub/text-generation-inference:fast-283ec87
FROM quay.io/opendatahub/text-generation-inference:fast-58c9786

USER root

Expand Down
4 changes: 2 additions & 2 deletions caikit/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ verify_ssl = true
name = "pytorch_nightly"

[packages]
caikit-nlp = {editable = true, ref = "5f1d9cc27522a66bddc7e356b4f4bc39aa61e3f2", git = "https://github.com/opendatahub-io/caikit-nlp.git"}
caikit-nlp = {editable = true, ref = "729c5ff9869b9c98865ad15609b95972f65e1dbc", git = "https://github.com/opendatahub-io/caikit-nlp.git"}
torch = {version = "==2.1.0.dev20230730+cu118", index = "pytorch_nightly" }
pytorch-triton = {version = "==2.1.0+e6216047b8", index = "pytorch_nightly"}

[dev-packages]

[requires]
python_version = "3.9"
python_version = "3.9"

0 comments on commit 8ea6226

Please sign in to comment.