File size: 1,442 Bytes
d8de062
 
 
 
 
 
8c6a005
5e2ce82
 
ba76196
 
 
86b8de5
ba76196
 
 
86b8de5
ba76196
 
5e2ce82
342360f
5e2ce82
 
342360f
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

Resolved paths:
- model_name_or_path: /app/hf_cache/models--ResembleAI--chatterbox/snapshots/05e904af2b5c7f8e482687a9d7336c5c824467d9
- output_dir: /app/checkpoints/v1

Starting training...



Downloading (incomplete total...): 0.00B [00:00, ?B/s]

Fetching 5 files:   0%|          | 0/5 [00:00<?, ?it/s]
Fetching 5 files: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 5/5 [00:00<00:00, 18575.31it/s]


Download complete: : 0.00B [00:00, ?B/s]              
Download complete: : 0.00B [00:00, ?B/s]
/usr/local/lib/python3.13/site-packages/diffusers/models/lora.py:393: FutureWarning: `LoRACompatibleLinear` is deprecated and will be removed in version 1.0.0. Use of `LoRACompatibleLinear` is deprecated. Please switch to PEFT backend by installing PEFT: `pip install peft`.
  deprecate("LoRACompatibleLinear", "1.0.0", deprecation_message)
Traceback (most recent call last):
  File "/app/chatterbox-multilingual-finetuning/src/finetune_t3.py", line 570, in <module>
    main()
    ~~~~^^
  File "/app/chatterbox-multilingual-finetuning/src/finetune_t3.py", line 549, in main
    text_pad_token_id=t3_config.start_text_token,
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/torch/nn/modules/module.py", line 1965, in __getattr__
    raise AttributeError(
        f"'{type(self).__name__}' object has no attribute '{name}'"
    )
AttributeError: 'T3' object has no attribute 'start_text_token'