Update AMD hardware label from MI325 to MI300
#13
by badaoui HF Staff - opened
README.md
CHANGED
|
@@ -12,7 +12,7 @@ short_description: Track the transformers CI across GPUs
|
|
| 12 |
|
| 13 |
# Transformers CI dashboard
|
| 14 |
|
| 15 |
-
This space displays the state of the `transformers` CI on two hardwares, for a subset **important models**. The CI is run daily, on both AMD
|
| 16 |
|
| 17 |
- passed: the test finsihed and the expected output (or outputs) were retrieved;
|
| 18 |
- failed: the test either did not finish or the output was different from the expected output;
|
|
|
|
| 12 |
|
| 13 |
# Transformers CI dashboard
|
| 14 |
|
| 15 |
+
This space displays the state of the `transformers` CI on two hardwares, for a subset **important models**. The CI is run daily, on both AMD MI300 and Nvidia A10. The CI runs a different number of tests for each model. When a test finishes, it is assigned a status depending on its outcome:
|
| 16 |
|
| 17 |
- passed: the test finsihed and the expected output (or outputs) were retrieved;
|
| 18 |
- failed: the test either did not finish or the output was different from the expected output;
|
app.py
CHANGED
|
@@ -62,7 +62,7 @@ def get_description_text():
|
|
| 62 |
msg = [
|
| 63 |
"Transformer CI Dashboard",
|
| 64 |
"-",
|
| 65 |
-
"AMD runs on
|
| 66 |
"NVIDIA runs on A10",
|
| 67 |
]
|
| 68 |
msg = ["**" + x + "**" for x in msg] + [""]
|
|
|
|
| 62 |
msg = [
|
| 63 |
"Transformer CI Dashboard",
|
| 64 |
"-",
|
| 65 |
+
"AMD runs on MI300",
|
| 66 |
"NVIDIA runs on A10",
|
| 67 |
]
|
| 68 |
msg = ["**" + x + "**" for x in msg] + [""]
|