Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-13 | 2.3 kB | |
v0.5.10 source code.tar.gz | 2025-08-13 | 1.0 MB | |
v0.5.10 source code.zip | 2025-08-13 | 1.2 MB | |
Totals: 3 Items | 2.3 MB | 0 |
What's Changed
- qwen2.5 long context by @ysjprojects in https://github.com/Lightning-AI/litgpt/pull/1933
- debug installing
torch
for Thunder by @Borda in https://github.com/Lightning-AI/litgpt/pull/2072 - Fix in
convert_hf_checkpoint
related to Gemma 3 by @mseeger in https://github.com/Lightning-AI/litgpt/pull/2062 - debug some failing standalone tests with compiler by @Borda in https://github.com/Lightning-AI/litgpt/pull/2075
- Qwen3 MoE by @ysjprojects in https://github.com/Lightning-AI/litgpt/pull/2060
- Deferring import of torch in config to allow faster import by @JackUrb in https://github.com/Lightning-AI/litgpt/pull/2079
- update bug-report/issue with reproducing in Studio by @Borda in https://github.com/Lightning-AI/litgpt/pull/2081
- ci: show the longest tests for improvement by @Borda in https://github.com/Lightning-AI/litgpt/pull/2083
- docs: Add documentation for OpenAI-compatible API in LitGPT deployment by @bhimrazy in https://github.com/Lightning-AI/litgpt/pull/2082
- doc: add
n_query_groups
to attention notation table by @raishish in https://github.com/Lightning-AI/litgpt/pull/2092 - doc: add comments for clarifying query / KV groups by @raishish in https://github.com/Lightning-AI/litgpt/pull/2093
- Complete pending todos in testing by @raishish in https://github.com/Lightning-AI/litgpt/pull/2088
- pin: restrict datasets version to <4.0.0 for compatibility by @Borda in https://github.com/Lightning-AI/litgpt/pull/2095
- add/debug Lit CI by @Borda in https://github.com/Lightning-AI/litgpt/pull/2094
- add
api_path
parameter to cli options to allow custom API endpoint configuration by @botirk38 in https://github.com/Lightning-AI/litgpt/pull/2080 - Fix commands in pretrain.md by @H4kor in https://github.com/Lightning-AI/litgpt/pull/2097
New Contributors
- @JackUrb made their first contribution in https://github.com/Lightning-AI/litgpt/pull/2079
- @raishish made their first contribution in https://github.com/Lightning-AI/litgpt/pull/2092
- @botirk38 made their first contribution in https://github.com/Lightning-AI/litgpt/pull/2080
- @H4kor made their first contribution in https://github.com/Lightning-AI/litgpt/pull/2097
Full Changelog: https://github.com/Lightning-AI/litgpt/compare/v0.5.9...v0.5.10