nanochat-20b-chat / .gitignore
Thewhey-Brian
Deploy nanochat
87de695
raw
history blame
269 Bytes
# Binary tokenizer files (available at https://huggingface.co/BrianGuo/nanochat-d20-chat)
tokenizer/token_bytes.pt
tokenizer/tokenizer.pkl
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
# Virtual environments
venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo