Spaces:
Running
Running
Commit
·
e40c108
1
Parent(s):
4ce01b5
Bring back update-performance-data for benchmark report generation
Browse files
Makefile
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
format:
|
4 |
@pre-commit run --all-files
|
5 |
|
6 |
-
use-huggingface-data:
|
7 |
-
@python performance_generate.py download
|
8 |
-
|
9 |
use-local-data:
|
10 |
@python performance_generate.py
|
|
|
|
|
|
|
|
3 |
format:
|
4 |
@pre-commit run --all-files
|
5 |
|
|
|
|
|
|
|
6 |
use-local-data:
|
7 |
@python performance_generate.py
|
8 |
+
|
9 |
+
update-performance-data:
|
10 |
+
@python performance_generate.py download
|