Skip to content

Commit

Permalink
pin mistral version (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekorman authored Aug 8, 2024
1 parent f28acba commit f693435
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ repos:
"psycopg2-binary",
"pgvector",
"openai",
"mistralai",
"mistralai<=0.4.2",
"absl-py",
"nltk",
"rouge_score",
Expand Down
4 changes: 2 additions & 2 deletions api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ dependencies = [
"structlog",
"pgvector",
"openai",
"mistralai",
"mistralai <= 0.4.2",
"absl-py",
"nltk",
"rouge_score",
"evaluate"
"evaluate",
]

[build-system]
Expand Down

0 comments on commit f693435

Please sign in to comment.