hf-transformers-bot commited on
Commit
142b12a
·
verified ·
1 Parent(s): 27b0c5c

Upload 2025-12-08/runs/24982-20037905825/ci_results_run_models_gpu/model_results.json with huggingface_hub

Browse files
2025-12-08/runs/24982-20037905825/ci_results_run_models_gpu/model_results.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "models_ernie4_5_moe": {
3
+ "failed": {
4
+ "PyTorch": {
5
+ "unclassified": 0,
6
+ "single": 0,
7
+ "multi": 1
8
+ },
9
+ "Tokenizers": {
10
+ "unclassified": 0,
11
+ "single": 0,
12
+ "multi": 0
13
+ },
14
+ "Pipelines": {
15
+ "unclassified": 0,
16
+ "single": 0,
17
+ "multi": 0
18
+ },
19
+ "Trainer": {
20
+ "unclassified": 0,
21
+ "single": 0,
22
+ "multi": 0
23
+ },
24
+ "ONNX": {
25
+ "unclassified": 0,
26
+ "single": 0,
27
+ "multi": 0
28
+ },
29
+ "Auto": {
30
+ "unclassified": 0,
31
+ "single": 0,
32
+ "multi": 0
33
+ },
34
+ "Quantization": {
35
+ "unclassified": 0,
36
+ "single": 0,
37
+ "multi": 0
38
+ },
39
+ "Unclassified": {
40
+ "unclassified": 0,
41
+ "single": 0,
42
+ "multi": 0
43
+ }
44
+ },
45
+ "errors": 0,
46
+ "success": 241,
47
+ "skipped": 210,
48
+ "time_spent": [
49
+ 103.89,
50
+ 106.69
51
+ ],
52
+ "error": false,
53
+ "failures": {
54
+ "multi": [
55
+ {
56
+ "line": "tests/models/ernie4_5_moe/test_modeling_ernie4_5_moe.py::Ernie4_5_MoeIntegrationTest::test_model_21b_a3b_generation",
57
+ "trace": "(line 81) ValueError: Some modules are dispatched on the CPU or the disk. Make sure you have enough GPU RAM to fit the quantized model. If you want to dispatch the model on the CPU or the disk while keeping these modules in 32-bit, you need to set `llm_int8_enable_fp32_cpu_offload=True` and pass a custom `device_map` to `from_pretrained`. Check https://huggingface.co/docs/transformers/main/en/main_classes/quantization#offload-between-cpu-and-gpu for more details."
58
+ }
59
+ ]
60
+ },
61
+ "job_link": {
62
+ "single": "https://github.com/huggingface/transformers/actions/runs/20037905825/job/57464466438",
63
+ "multi": "https://github.com/huggingface/transformers/actions/runs/20037905825/job/57464466316"
64
+ },
65
+ "captured_info": {
66
+ "single": "https://github.com/huggingface/transformers/actions/runs/20037905825/job/57464466438#step:16:1",
67
+ "multi": "https://github.com/huggingface/transformers/actions/runs/20037905825/job/57464466316#step:16:1"
68
+ }
69
+ }
70
+ }