Skip to content

Commit d5cd938

Browse files
committed
Updated pyproject and readme
1 parent 43c4c3b commit d5cd938

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ embeddings = model.encode(["It's dangerous to go alone!", "It's a secret to ever
145145

146146
Model2Vec models can be evaluated using our [evaluation package](https://github.com/MinishLab/evaluation). To run this, first install the optionall evaluation package:
147147
```bash
148-
pip install model2vec[evaluation]
148+
pip install evaluation@git+https://github.com/MinishLab/evaluation@main
149149
```
150150

151151
Then, the following code snippet shows how to evaluate a Model2Vec model:

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ dev = [
5151
"pytest-coverage",
5252
"ruff",
5353
]
54-
evaluation = ["evaluation@git+https://github.com/MinishLab/evaluation@main"]
55-
5654

5755

5856
[project.urls]

0 commit comments

Comments
 (0)