diff --git a/poetry.lock b/poetry.lock index 1d81ccc..4f26684 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -456,14 +456,14 @@ files = [ [[package]] name = "cohere" -version = "5.14.0" +version = "5.19.0" description = "" optional = false python-versions = "<4.0,>=3.9" groups = ["main"] files = [ - {file = "cohere-5.14.0-py3-none-any.whl", hash = "sha256:286b4ff66f9a59c06a30b8819fb8b2aee3354dc2f7dc83f19519da771e598a5e"}, - {file = "cohere-5.14.0.tar.gz", hash = "sha256:fdbf2d4c54049b74c8f79ff8ed6fd149c4c2055d3b5eae57b9c70716e65c78fd"}, + {file = "cohere-5.19.0-py3-none-any.whl", hash = "sha256:3d669396e729c9e6fd8f7022faa1b8a653894f88e0a674138b23fe06c1f064ec"}, + {file = "cohere-5.19.0.tar.gz", hash = "sha256:95c038a4823913a6e0eabbfc1a208ed3e849144630f69010a6bb57ead2bbb55c"}, ] [package.dependencies] @@ -4402,7 +4402,7 @@ description = "A language and compiler for custom Deep Learning operations" optional = false python-versions = "*" groups = ["main"] -markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\" and python_version < \"3.13\"" +markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\" and python_version == \"3.12\"" files = [ {file = "triton-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6b0dd10a925263abbe9fa37dcde67a5e9b2383fc269fdf59f5657cac38c5d1d8"}, {file = "triton-3.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0f34f6e7885d1bf0eaaf7ba875a5f0ce6f3c13ba98f9503651c1e6dc6757ed5c"}, @@ -4733,4 +4733,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "58f5d0b5080ef2d14fb3992258a5e8e7b46e8dc9067bfc6a17449e4c8b08a343" +content-hash = "42e02a3dd941b1a505d3c07fb2290177b78b833db27d826cacbe70560d2daa0d" diff --git a/pyproject.toml b/pyproject.toml index ce23765..5813022 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ matplotlib = "^3.10.1" torch = "^2.5.1" transformers = "<=4.51.3" wandb = "^0.19.10" -cohere = "^5.14.0" +cohere = "^5.19.0" onnx = "^1.17.0" onnxruntime = "^1.21.1" ray = {extras = ["data", "train", "tune"], version = "^2.40.0"}