hf-transformers-bot commited on
Commit
51058c2
·
verified ·
1 Parent(s): 264fcbf

Upload 2025-05-24/runs/967-15227092605/ci_results_run_quantization_torch_gpu/quantization_results.json with huggingface_hub

Browse files
2025-05-24/runs/967-15227092605/ci_results_run_quantization_torch_gpu/quantization_results.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "quantization_aqlm_integration": {
3
+ "failed": {
4
+ "single": 0,
5
+ "multi": 0
6
+ },
7
+ "success": 8,
8
+ "time_spent": ".45, .45, ",
9
+ "failures": {},
10
+ "job_link": {
11
+ "single": "https://github.com/huggingface/transformers/actions/runs/15227092605/job/42830572153",
12
+ "multi": "https://github.com/huggingface/transformers/actions/runs/15227092605/job/42830572411"
13
+ }
14
+ },
15
+ "quantization_autoawq": {
16
+ "failed": {
17
+ "single": 3,
18
+ "multi": 3
19
+ },
20
+ "success": 27,
21
+ "time_spent": "8.94, 0:01:02, ",
22
+ "failures": {
23
+ "single": [
24
+ {
25
+ "line": "tests/quantization/autoawq/test_awq.py::AwqTest::test_foo",
26
+ "trace": "(line 137) assert 1 == 2"
27
+ },
28
+ {
29
+ "line": "tests/quantization/autoawq/test_awq.py::AwqTest::test_quantized_model_no_k_proj_quantized",
30
+ "trace": "(line 687) AssertionError: tensor(False, device='cuda:0') is not true"
31
+ },
32
+ {
33
+ "line": "tests/quantization/autoawq/test_awq.py::AwqFusedTest::test_generation_llava_fused",
34
+ "trace": "(line 299) ValueError: Image features and image tokens do not match: tokens: 1, features 576"
35
+ }
36
+ ],
37
+ "multi": [
38
+ {
39
+ "line": "tests/quantization/autoawq/test_awq.py::AwqTest::test_foo",
40
+ "trace": "(line 137) assert 1 == 2"
41
+ },
42
+ {
43
+ "line": "tests/quantization/autoawq/test_awq.py::AwqTest::test_quantized_model_no_k_proj_quantized",
44
+ "trace": "(line 687) AssertionError: tensor(False, device='cuda:0') is not true"
45
+ },
46
+ {
47
+ "line": "tests/quantization/autoawq/test_awq.py::AwqFusedTest::test_generation_llava_fused",
48
+ "trace": "(line 299) ValueError: Image features and image tokens do not match: tokens: 1, features 576"
49
+ }
50
+ ]
51
+ },
52
+ "job_link": {
53
+ "single": "https://github.com/huggingface/transformers/actions/runs/15227092605/job/42830572509",
54
+ "multi": "https://github.com/huggingface/transformers/actions/runs/15227092605/job/42830572596"
55
+ }
56
+ },
57
+ "quantization_autoround": {
58
+ "failed": {
59
+ "single": 0,
60
+ "multi": 0
61
+ },
62
+ "success": 0,
63
+ "time_spent": ".64, ",
64
+ "failures": {},
65
+ "job_link": {
66
+ "single": "https://github.com/huggingface/transformers/actions/runs/15227092605/job/42830572696"
67
+ }
68
+ }
69
+ }