meta-llama / llama-models

Utilities intended for use with Llama models.
Other
4.88k stars 839 forks source link

Refactor ModelArgs __init__ Method #131

Closed mandlinsarah closed 2 months ago

mandlinsarah commented 2 months ago

This update enhances the clarity and readability of the ModelArgs class init method without altering its core functionality. It includes handling of default values and validation logic improvements for better maintainability.

ashwinb commented 2 months ago

I don't think this is necessary or adds any clarity