Anshul Gupta commited on
Commit ·
80070b2
1
Parent(s): e6863eb
DockerFile
Browse files- .gitignore +4 -0
.gitignore
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Hugging Face caches
|
| 2 |
+
*.pt
|
| 3 |
+
*.ckpt
|
| 4 |
+
__pycache__/
|