Spaces:
Runtime error
Runtime error
JeffLiang
commited on
Commit
•
3669297
1
Parent(s):
fcdbf88
update torch
Browse files- .gitattributes +1 -0
- requirements.txt +2 -2
.gitattributes
CHANGED
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*.ply filter=lfs diff=lfs merge=lfs -text
|
requirements.txt
CHANGED
@@ -4,6 +4,6 @@ plyfile
|
|
4 |
plotly
|
5 |
matplotlib
|
6 |
opencv-python
|
7 |
-
torch
|
8 |
-
torchvision
|
9 |
git+https://github.com/facebookresearch/segment-anything.git
|
|
|
4 |
plotly
|
5 |
matplotlib
|
6 |
opencv-python
|
7 |
+
torch
|
8 |
+
torchvision
|
9 |
git+https://github.com/facebookresearch/segment-anything.git
|