Spaces:
Build error
Build error
Vo Minh Vu commited on
Commit ·
72b06a5
1
Parent(s): bf3ea17
Configure Git LFS for binary files
Browse files- .gitattributes +1 -0
- .gitignore +1 -0
.gitattributes
CHANGED
|
@@ -36,3 +36,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 36 |
*.whl filter=lfs diff=lfs merge=lfs -text
|
| 37 |
*.pyc filter=lfs diff=lfs merge=lfs -text
|
| 38 |
.DS_Store filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 36 |
*.whl filter=lfs diff=lfs merge=lfs -text
|
| 37 |
*.pyc filter=lfs diff=lfs merge=lfs -text
|
| 38 |
.DS_Store filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
.gitignore
CHANGED
|
@@ -41,6 +41,7 @@ ehthumbs.db
|
|
| 41 |
Thumbs.db
|
| 42 |
|
| 43 |
# Project specific
|
|
|
|
| 44 |
*.whl
|
| 45 |
*.pth
|
| 46 |
*.ckpt
|
|
|
|
| 41 |
Thumbs.db
|
| 42 |
|
| 43 |
# Project specific
|
| 44 |
+
!wheel/torchmcubes-0.1.0-cp310-cp310-linux_x86_64.whl
|
| 45 |
*.whl
|
| 46 |
*.pth
|
| 47 |
*.ckpt
|