Skip to content

Commit dae8708

Browse files
committed
Merge remote-tracking branch 'origin/pr/31'
Adds the model2vec [distill] extra to scripts/requirements.txt so nomic2vec.py's distillation imports resolve. Signed-off-by: Chris Mason <clm@meta.com>
2 parents ac3068e + c76399d commit dae8708

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tokenizers>=0.13.0
88
numpy>=1.24.0
99
requests>=2.25.0
1010
tqdm>=4.60.0
11-
model2vec>=0.1.0
11+
model2vec[distill]>=0.1.0
1212
sentence-transformers>=2.2.0
1313
sentencepiece>=0.1.97
1414
einops>=0.8.1

0 commit comments

Comments
 (0)