Skip to content

Commit c6e6a5d

Browse files
committed
Bumped version
1 parent 786c9be commit c6e6a5d

3 files changed

Lines changed: 1654 additions & 1667 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Then, you can distill a model in ~30 seconds on a CPU with the following code sn
8484
from model2vec.distill import distill
8585

8686
# Distill a Sentence Transformer model, in this case the BAAI/bge-base-en-v1.5 model
87-
m2v_model = distill(model_name="BAAI/bge-base-en-v1.5", pca_dims=256)
87+
m2v_model = distill(model_name="BAAI/bge-base-en-v1.5")
8888

8989
# Save the model
9090
m2v_model.save_pretrained("m2v_model")

model2vec/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_triple__ = (0, 6, 0)
1+
__version_triple__ = (0, 7, 0)
22
__version__ = ".".join(map(str, __version_triple__))

0 commit comments

Comments
 (0)