We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3049bd2 commit c179fadCopy full SHA for c179fad
pyproject.toml
@@ -29,7 +29,6 @@ transformers = "^4.56.0"
29
sentence-transformers = "^5.1.0"
30
dspy = "^2.6.14"
31
bitsandbytes="^0.45.1"
32
-mistral-common="^1.8.5"
33
mistral-common = { version = "^1.8.5", extras = ["sentencepiece"] }
34
35
[tool.poetry.dev-dependencies]
requirements.txt
@@ -19,5 +19,4 @@ torch~=2.8.0
19
sentence-transformers~=5.1.0
20
scikit-learn~=1.6.1
21
bitsandbytes~=0.45.1
22
-mistral-common~=1.8.5
23
mistral-common[sentencepiece]~=1.8.5
0 commit comments