Skip to content

Commit

Permalink
make nltk available in the main process
Browse files Browse the repository at this point in the history
  • Loading branch information
JosuaKrause committed Aug 27, 2024
1 parent 4805446 commit 45a22a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sh/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ if [ -z "${MODE}" ] || [ "${MODE}" = "worker" ]; then
echo "initializing spacy"
${PYTHON} -m spacy download en_core_web_sm
${PYTHON} -m spacy download xx_ent_wiki_sm
echo "initializing nltk"
${PYTHON} -c "${PY_NLTK_DOWNLOAD}"
fi
echo "initializing nltk"
${PYTHON} -c "${PY_NLTK_DOWNLOAD}"

! read -r -d '' PY_TORCH_VERIFY <<'EOF'
import sys
Expand Down

0 comments on commit 45a22a1

Please sign in to comment.