mirror of https://github.com/explosion/spaCy.git
Don't override spaCy version
This commit is contained in:
parent
e47e5a4b10
commit
a7e370bcbf
|
@ -467,7 +467,6 @@ def train(
|
|||
# Update model meta.json
|
||||
meta["lang"] = nlp.lang
|
||||
meta["pipeline"] = nlp.pipe_names
|
||||
meta["spacy_version"] = about.__version__
|
||||
if beam_width == 1:
|
||||
meta["speed"] = {
|
||||
"nwords": nwords,
|
||||
|
|
Loading…
Reference in New Issue