hf-transformers-bot commited on
Commit
e291389
·
verified ·
1 Parent(s): 5766f54

Upload 2025-03-09/ci_results_run_models_gpu/new_model_failures.json with huggingface_hub

Browse files
2025-03-09/ci_results_run_models_gpu/new_model_failures.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "helium": {
3
+ "single-gpu": [
4
+ "tests/models/helium/test_modeling_helium.py::HeliumModelTest::test_sdpa_equivalence"
5
+ ],
6
+ "multi-gpu": []
7
+ },
8
+ "moshi": {
9
+ "single-gpu": [],
10
+ "multi-gpu": [
11
+ "tests/models/moshi/test_modeling_moshi.py::MoshiTest::test_model_parallelism"
12
+ ]
13
+ },
14
+ "olmo": {
15
+ "single-gpu": [
16
+ "tests/models/olmo/test_modeling_olmo.py::OlmoModelTest::test_generate_with_static_cache"
17
+ ],
18
+ "multi-gpu": []
19
+ }
20
+ }