Spaces:
Running
on
Zero
Running
on
Zero
vinesmsuic
commited on
Commit
•
41c823f
1
Parent(s):
32166bb
update
Browse files- .gitignore +2 -0
- requirements.txt +1 -1
.gitignore
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
# Byte-compiled / optimized / DLL files
|
2 |
__pycache__/
|
3 |
*.py[cod]
|
|
|
1 |
+
checkpoints/
|
2 |
+
|
3 |
# Byte-compiled / optimized / DLL files
|
4 |
__pycache__/
|
5 |
*.py[cod]
|
requirements.txt
CHANGED
@@ -62,8 +62,8 @@ natsort
|
|
62 |
colossalai
|
63 |
mmengine
|
64 |
pre-commit
|
65 |
-
pyarrow
|
66 |
pyav
|
|
|
67 |
tensorboard
|
68 |
timm
|
69 |
wandb
|
|
|
62 |
colossalai
|
63 |
mmengine
|
64 |
pre-commit
|
|
|
65 |
pyav
|
66 |
+
pyarrow
|
67 |
tensorboard
|
68 |
timm
|
69 |
wandb
|