in distilvit/train.py [0:0]
def get_nltk(): try: nltk.data.find("tokenizers/punkt") except (LookupError, OSError): nltk.download("punkt", quiet=True)