hf-transformers-bot commited on
Commit
f38fd32
·
verified ·
1 Parent(s): d03038f

Upload 2026-01-06/runs/26247-20753911853/ci_results_run_models_gpu/new_failures.json with huggingface_hub

Browse files
2026-01-06/runs/26247-20753911853/ci_results_run_models_gpu/new_failures.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "lasr": {
3
+ "single-gpu": [
4
+ "tests/models/lasr/test_modeling_lasr.py::LasrForCTCIntegrationTest::test_model_integration",
5
+ "tests/models/lasr/test_modeling_lasr.py::LasrForCTCIntegrationTest::test_model_integration_batched",
6
+ "tests/models/lasr/test_modeling_lasr.py::LasrForCTCIntegrationTest::test_model_integration_pipe_with_chunk"
7
+ ],
8
+ "multi-gpu": [
9
+ "tests/models/lasr/test_modeling_lasr.py::LasrForCTCIntegrationTest::test_model_integration",
10
+ "tests/models/lasr/test_modeling_lasr.py::LasrForCTCIntegrationTest::test_model_integration_batched",
11
+ "tests/models/lasr/test_modeling_lasr.py::LasrForCTCIntegrationTest::test_model_integration_pipe_with_chunk"
12
+ ]
13
+ }
14
+ }