Skip to content

Commit a5d7711

Browse files
Bump litgpt from 0.5.0 to 0.5.10
Bumps [litgpt](https://github.com/lightning-AI/litgpt) from 0.5.0 to 0.5.10. - [Release notes](https://github.com/lightning-AI/litgpt/releases) - [Commits](Lightning-AI/litgpt@v0.5.0...v0.5.10) --- updated-dependencies: - dependency-name: litgpt dependency-version: 0.5.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 014f555 commit a5d7711

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/notebooks.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ ipython[all] ~=8.37.0
55
numpy
66
liger-kernel == 0.4.0
77
cuda-python >=12.6.1, <14.0.0
8-
litgpt == 0.5.1
8+
litgpt == 0.5.10

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ expecttest ==0.3.0 # for test_ddp.py
1212
hypothesis ~=6.136.6 # for test_ddp.py
1313
numpy
1414
einops # for test_einops.py
15-
litgpt==0.5.0 # for the model definition in tests and benchmarks # todo: need update to latest
15+
litgpt==0.5.10 # for the model definition in tests and benchmarks # todo: need update to latest
1616
absl-py # thunder/benchmarks/test_benchmark_litgpt.py
1717
pandas # thunder/benchmarks/test_benchmark_litgpt.py
1818
xlsxwriter # thunder/benchmarks/test_benchmark_litgpt.py

0 commit comments

Comments
 (0)