vv / training.log
rahul7star's picture
Chatterbox fine-tuned model + logs
86b8de5 verified
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'