Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Added evaluate with latest version and bumped lm-buddy version #106

Merged
merged 1 commit into from
Jul 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "lm-buddy"
version = "0.10.7"
version = "0.10.8"
authors = [
{ name = "Sean Friedowitz", email = "[email protected]" },
{ name = "Aaron Gonzales", email = "[email protected]" },
Expand Down Expand Up @@ -48,6 +48,7 @@ dependencies = [
"langchain-community==0.0.29",
"langchain_openai==0.1.1",
"sentencepiece==0.2.0",
"evaluate==0.4.2"
]

[project.optional-dependencies]
Expand Down
Loading