Skip to content

Commit

Permalink
Merge pull request #85 from Xaenalt/main
Browse files Browse the repository at this point in the history
Update caikit-nlp to 6f09931
  • Loading branch information
openshift-merge-robot authored Oct 2, 2023
2 parents dfac4bb + 404ded7 commit 646898b
Show file tree
Hide file tree
Showing 4 changed files with 573 additions and 484 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-58c9786
FROM quay.io/opendatahub/text-generation-inference:stable-406b404

USER root

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TGIS_IMAGE=quay.io/opendatahub/text-generation-inference:fast-283ec87
TGIS_IMAGE=quay.io/opendatahub/text-generation-inference:stable-406b404

.PHONY: default

Expand Down
2 changes: 1 addition & 1 deletion caikit/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ verify_ssl = true
name = "pytorch_nightly"

[packages]
caikit-nlp = {editable = true, ref = "729c5ff9869b9c98865ad15609b95972f65e1dbc", git = "https://github.com/opendatahub-io/caikit-nlp.git"}
caikit-nlp = {editable = true, ref = "6f099312d65a15dc20952abfe77d3990a83669a3", 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"}

Expand Down
Loading

0 comments on commit 646898b

Please sign in to comment.