hf-transformers-bot commited on
Commit
8427063
·
verified ·
1 Parent(s): d9aedec

Upload 2025-12-15/runs/25449-20231824387/ci_results_run_models_gpu/new_failures.json with huggingface_hub

Browse files
2025-12-15/runs/25449-20231824387/ci_results_run_models_gpu/new_failures.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "blt": {
3
+ "single-gpu": [
4
+ "tests/models/blt/test_modeling_blt.py::BltIntegrationTest::test_model_bf16",
5
+ "tests/models/blt/test_modeling_blt.py::BltIntegrationTest::test_model_bf16_static_cache",
6
+ "tests/models/blt/test_modeling_blt.py::BltIntegrationTest::test_model_logits",
7
+ "tests/models/blt/test_modeling_blt.py::BltIntegrationTest::test_model_logits_bf16"
8
+ ],
9
+ "multi-gpu": [
10
+ "tests/models/blt/test_modeling_blt.py::BltIntegrationTest::test_model_bf16",
11
+ "tests/models/blt/test_modeling_blt.py::BltIntegrationTest::test_model_bf16_static_cache",
12
+ "tests/models/blt/test_modeling_blt.py::BltIntegrationTest::test_model_logits",
13
+ "tests/models/blt/test_modeling_blt.py::BltIntegrationTest::test_model_logits_bf16"
14
+ ]
15
+ }
16
+ }