Skip to content

Commit

Permalink
Update cli.package for removed spacy.vectors.name attr
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Sep 1, 2024
1 parent 818fdb5 commit f4c8fdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spacy/cli/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ def get_meta(
"width": nlp.vocab.vectors_length,
"vectors": len(nlp.vocab.vectors),
"keys": nlp.vocab.vectors.n_keys,
"name": nlp.vocab.vectors.name,
}
if about.__title__ != "spacy":
meta["parent_package"] = about.__title__
Expand Down

0 comments on commit f4c8fdf

Please sign in to comment.