Merge pull request #8486 from adrianeboyd/bugfix/template-paths-vectors

Preserve paths.vectors/initialize.vectors setting in quickstart template
This commit is contained in:
Ines Montani 2021-06-24 13:12:18 +10:00 committed by GitHub
commit fb9b389f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ compound = 1.001
[initialize]
{% if use_transformer or optimize == "efficiency" or not word_vectors -%}
vectors = null
vectors = ${paths.vectors}
{% else -%}
vectors = "{{ word_vectors }}"
{% endif -%}