Skip to content

oolong-dev/julax

Repository files navigation

julax

2025-08-03

  • penzai v2 background
    • Parameters and state variables becoming mutable, shareable variable objects

    • This seems to be aligned with current design. Currently a general dict is used. Maybe I should also introduce a dedicated class for params and states.
    • all variable objects must have a unique label, which can either be specified manually or generated automatically.

    • Hmm, I find it difficult to search for a specific Param/State. MAYBE a unique label will do some help here?
    • Eager parameter initialization

    • In current design, params & states are separated from models. So more close to lazy initialization?
    • The built-in Transformer implementation also supports loading Llama, Mistral, and GPT-NeoX / Pythia models.

    • TODO: this is a good feature to have.

2025-07-28

2025-07-26

2025-07-25

2025-07-24

2025-07-20

Investigations

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published