transformers
329761c9 - Cleanup: drop unused bool() casts and stale comment

Commit
22 days ago
Cleanup: drop unused bool() casts and stale comment - `args.fsdp` is already a bool after `_process_fsdp_args`, so wrapping it with `bool(...)` in trainer.py was redundant. - Remove the explanatory comment above `state_dict_type` default; the docstring already covers it.
Author
Parents
Loading