Spaces:
Sleeping
Sleeping
Small fixes
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ short_description: A dashboard
|
|
12 |
|
13 |
# TCID
|
14 |
|
15 |
-
This space displays the state of the `transformers` CI on two hardwares, for a
|
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 |
# TCID
|
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 MI325 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
@@ -63,7 +63,7 @@ def get_description_text():
|
|
63 |
if Ci_results.latest_update_msg:
|
64 |
msg.append(f"*This dashboard only tracks important models*<br>*({Ci_results.latest_update_msg})*")
|
65 |
else:
|
66 |
-
msg.append("*(loading...)*")
|
67 |
return "<br>".join(msg)
|
68 |
|
69 |
# Load CSS from external file
|
|
|
63 |
if Ci_results.latest_update_msg:
|
64 |
msg.append(f"*This dashboard only tracks important models*<br>*({Ci_results.latest_update_msg})*")
|
65 |
else:
|
66 |
+
msg.append("*This dashboard only tracks important models*<br>*(loading...)*")
|
67 |
return "<br>".join(msg)
|
68 |
|
69 |
# Load CSS from external file
|