ArthurZ HF Staff commited on
Commit
3d5288b
·
verified ·
1 Parent(s): e290f45

Update CircleCI artifacts for PR 40991 (1312458d1338)

Browse files
pr-40991/sha-1312458d1338/failure_summary.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "failures": [
3
+ {
4
+ "job_name": "tests_processors",
5
+ "test_name": "tests/models/musicgen/test_processing_musicgen.py::MusicgenProcessorTest::test_save_load_pretrained_default",
6
+ "short_error": "AssertionError: TokenizersBackend(name_or_path='/tmp/tmpt_rs8a1s', 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={",
7
+ "error": "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: TokenizersBackend(name_or_path='/tmp/tmpt_rs8a1s', 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={",
8
+ "model_name": "musicgen"
9
+ }
10
+ ],
11
+ "by_test": {
12
+ "tests/models/musicgen/test_processing_musicgen.py::MusicgenProcessorTest::test_save_load_pretrained_default": {
13
+ "count": 1,
14
+ "errors": {
15
+ "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: TokenizersBackend(name_or_path='/tmp/tmpt_rs8a1s', 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
16
+ },
17
+ "jobs": [
18
+ "tests_processors"
19
+ ],
20
+ "variants": [
21
+ "tests/models/musicgen/test_processing_musicgen.py::MusicgenProcessorTest::test_save_load_pretrained_default"
22
+ ]
23
+ }
24
+ },
25
+ "by_model": {
26
+ "musicgen": {
27
+ "count": 1,
28
+ "errors": {
29
+ "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: TokenizersBackend(name_or_path='/tmp/tmpt_rs8a1s', 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
30
+ },
31
+ "tests": [
32
+ "tests/models/musicgen/test_processing_musicgen.py::MusicgenProcessorTest::test_save_load_pretrained_default"
33
+ ]
34
+ }
35
+ }
36
+ }