File size: 234 Bytes
6dc4993
 
 
 
 
 
 
33e8e23
1
2
3
4
5
6
7
8
import gdown
import nltk

id = "1TnPssg0CkWQ_thuAH8cY3hdB2J18A0Kl"
output = "texteditor-model/coedit-tinyllama-chat-bnb-4bit-unsloth.Q4_K_M.gguf"
gdown.download(id=id, output=output)

nltk.download('punkt', download_dir="./nltk_data")