Skip to content

Commit

Permalink
Add another message for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgzil committed Oct 31, 2024
1 parent 5a5de31 commit 720aff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ojd_daps_skills/extract_skills/extract_skills_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def create(
os.system(
f"pip install https://huggingface.co/{namespace}/{ner_name}/resolve/main/{ner_name}-any-py3-none-any.whl"
)
msg.info(f"Model downloaded")
nlp = spacy.load(ner_name)
else:
msg.fail(
Expand Down

0 comments on commit 720aff1

Please sign in to comment.