Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ transformers ==4.52.4
lightning_sdk
diffusers==0.35.1
accelerate
bitsandbytes==0.48.0
bitsandbytes==0.48.2
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ absl-py # thunder/benchmarks/test_benchmark_litgpt.py
pandas # thunder/benchmarks/test_benchmark_litgpt.py
xlsxwriter # thunder/benchmarks/test_benchmark_litgpt.py
jsonargparse # thunder/benchmarks/benchmark_litgpt.py
bitsandbytes==0.48.0; 'arm' not in platform_machine and 'aarch' not in platform_machine
bitsandbytes==0.48.2; 'arm' not in platform_machine and 'aarch' not in platform_machine
bitsandbytes>=0.42,<0.43; 'arm' in platform_machine or 'aarch' in platform_machine
transformers==4.55.4 # for test_networks.py
diffusers==0.35.1 # for test_networks.py
Expand Down
Loading