Skip to content

Commit

Permalink
Merge pull request #2099 from Sefaria/add-en-linker-models-to-values
Browse files Browse the repository at this point in the history
fix(linker): add english linker model paths to values
  • Loading branch information
nsantacruz authored Nov 6, 2024
2 parents fc4ce86 + 53d9d98 commit b8381b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-chart/sefaria-project/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ linker:
enabled: false
# key-pair values to load into web pod environment. Takes precedence over global localsettings
model_paths:
# en: future_path
en: "gs://sefaria-ml-models/en_ner_model.tar.gz"
he: "gs://sefaria-ml-models/ref_model.tar.gz"
part_model_paths:
# en: future_path
en: "gs://sefaria-ml-models/en_subref_model.tar.gz"
he: "gs://sefaria-ml-models/subref_model.tar.gz"
localsettings:
# APP: web
Expand Down

0 comments on commit b8381b9

Please sign in to comment.