Spaces:
Sleeping
Sleeping
Add data as lfs
Browse files- .gitattributes +1 -0
- .gitignore +0 -2
- h100_data.json +3 -0
- mi325_data.json +3 -0
- requirements.txt +3 -1
.gitattributes
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
*.json filter=lfs diff=lfs merge=lfs -text
|
.gitignore
CHANGED
|
@@ -1,4 +1,2 @@
|
|
| 1 |
__pycache__
|
| 2 |
__ignore*
|
| 3 |
-
|
| 4 |
-
*.json
|
|
|
|
| 1 |
__pycache__
|
| 2 |
__ignore*
|
|
|
|
|
|
h100_data.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d8558afaf128de6a17a9d87fdde0ca5450943eaeacff4a008615aa5d882b63ab
|
| 3 |
+
size 3372040
|
mi325_data.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6dd568ec6695735008ba6934d8f52203c110cd7287cbb748af03d1fb8f9b1bae
|
| 3 |
+
size 3539636
|
requirements.txt
CHANGED
|
@@ -1,2 +1,4 @@
|
|
| 1 |
gradio
|
| 2 |
-
pandas
|
|
|
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
+
pandas
|
| 3 |
+
matplotlib
|
| 4 |
+
numpy
|