Skip to content

Commit

Permalink
Update post-install.py (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsimjee authored Aug 12, 2024
1 parent dfe460f commit 22974cb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions validator/post-install.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
print("post-install starting...")
print("This is where you would do things like download nltk tokenizers or login to the HuggingFace hub...")
print("Downloading punkt_tab")

import nltk
nltk.download('punkt_tab')
print("post-install complete!")
# If you don't have anything to add here you should delete this file.
# If you don't have anything to add here you should delete this file.

0 comments on commit 22974cb

Please sign in to comment.