ArthurZ HF Staff commited on
Commit
9317740
·
verified ·
1 Parent(s): 59f935d

Update CircleCI artifacts for PR 41388 (aca384b7b12c)

Browse files
pr-41388/sha-aca384b7b12c/failure_summary.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "failures": [
3
+ {
4
+ "job_name": "tests_processors",
5
+ "test_name": "tests/models/whisper/test_processing_whisper.py::WhisperProcessorTest::test_save_load_pretrained_default",
6
+ "short_error": "AssertionError: TokenizersBackend(name_or_path='/tmp/tmpt3cbkb3q', vocab_size=50257, model_max_length=1024, padding_side='right', truncation_side='right', special_tokens={'bos_token': '<|endoftext|>', 'eos_token': '<|endoftext|>', 'unk_token': '<|endoftext|>', 'pad_token': '<|endoftext|>'}, added_tokens_decoder={",
7
+ "error": "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: TokenizersBackend(name_or_path='/tmp/tmpt3cbkb3q', vocab_size=50257, model_max_length=1024, padding_side='right', truncation_side='right', special_tokens={'bos_token': '<|endoftext|>', 'eos_token': '<|endoftext|>', 'unk_token': '<|endoftext|>', 'pad_token': '<|endoftext|>'}, added_tokens_decoder={",
8
+ "model_name": "whisper"
9
+ },
10
+ {
11
+ "job_name": "tests_processors",
12
+ "test_name": "tests/models/musicgen/test_processing_musicgen.py::MusicgenProcessorTest::test_save_load_pretrained_default",
13
+ "short_error": "AssertionError: TokenizersBackend(name_or_path='/tmp/tmpvt5rlozs', vocab_size=32100, model_max_length=512, padding_side='right', truncation_side='right', special_tokens={'eos_token': '</s>', 'unk_token': '<unk>', 'pad_token': '<pad>'}, added_tokens_decoder={",
14
+ "error": "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: TokenizersBackend(name_or_path='/tmp/tmpvt5rlozs', vocab_size=32100, model_max_length=512, padding_side='right', truncation_side='right', special_tokens={'eos_token': '</s>', 'unk_token': '<unk>', 'pad_token': '<pad>'}, added_tokens_decoder={",
15
+ "model_name": "musicgen"
16
+ }
17
+ ],
18
+ "by_test": {
19
+ "tests/models/whisper/test_processing_whisper.py::WhisperProcessorTest::test_save_load_pretrained_default": {
20
+ "count": 1,
21
+ "errors": {
22
+ "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: TokenizersBackend(name_or_path='/tmp/tmpt3cbkb3q', vocab_size=50257, model_max_length=1024, padding_side='right', truncation_side='right', special_tokens={'bos_token': '<|endoftext|>', 'eos_token': '<|endoftext|>', 'unk_token': '<|endoftext|>', 'pad_token': '<|endoftext|>'}, added_tokens_decoder={": 1
23
+ },
24
+ "jobs": [
25
+ "tests_processors"
26
+ ],
27
+ "variants": [
28
+ "tests/models/whisper/test_processing_whisper.py::WhisperProcessorTest::test_save_load_pretrained_default"
29
+ ]
30
+ },
31
+ "tests/models/musicgen/test_processing_musicgen.py::MusicgenProcessorTest::test_save_load_pretrained_default": {
32
+ "count": 1,
33
+ "errors": {
34
+ "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: TokenizersBackend(name_or_path='/tmp/tmpvt5rlozs', vocab_size=32100, model_max_length=512, padding_side='right', truncation_side='right', special_tokens={'eos_token': '</s>', 'unk_token': '<unk>', 'pad_token': '<pad>'}, added_tokens_decoder={": 1
35
+ },
36
+ "jobs": [
37
+ "tests_processors"
38
+ ],
39
+ "variants": [
40
+ "tests/models/musicgen/test_processing_musicgen.py::MusicgenProcessorTest::test_save_load_pretrained_default"
41
+ ]
42
+ }
43
+ },
44
+ "by_model": {
45
+ "whisper": {
46
+ "count": 1,
47
+ "errors": {
48
+ "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: TokenizersBackend(name_or_path='/tmp/tmpt3cbkb3q', vocab_size=50257, model_max_length=1024, padding_side='right', truncation_side='right', special_tokens={'bos_token': '<|endoftext|>', 'eos_token': '<|endoftext|>', 'unk_token': '<|endoftext|>', 'pad_token': '<|endoftext|>'}, added_tokens_decoder={": 1
49
+ },
50
+ "tests": [
51
+ "tests/models/whisper/test_processing_whisper.py::WhisperProcessorTest::test_save_load_pretrained_default"
52
+ ]
53
+ },
54
+ "musicgen": {
55
+ "count": 1,
56
+ "errors": {
57
+ "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: TokenizersBackend(name_or_path='/tmp/tmpvt5rlozs', vocab_size=32100, model_max_length=512, padding_side='right', truncation_side='right', special_tokens={'eos_token': '</s>', 'unk_token': '<unk>', 'pad_token': '<pad>'}, added_tokens_decoder={": 1
58
+ },
59
+ "tests": [
60
+ "tests/models/musicgen/test_processing_musicgen.py::MusicgenProcessorTest::test_save_load_pretrained_default"
61
+ ]
62
+ }
63
+ }
64
+ }