File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to LocalLab will be documented in this file.
44
5+ ## [ 0.7.2] - 2025-05-19
6+
7+ ### Fixed
8+
9+ - Fixed Hugging Face Model Download Issues with ModelManager and ModelLoading Processes
10+ - Improved Model Downloading and Loading Processes for better reliability and performance
11+
512## [ 0.7.1] - 2025-05-18
613
714### Fixed
Original file line number Diff line number Diff line change 66# This ensures Hugging Face's progress bars are displayed correctly
77from .utils .early_config import configure_hf_logging
88
9- __version__ = "0.7.1 " # Fixed max_time parameter handling in generation endpoints
9+ __version__ = "0.7.2 " # Fixed max_time parameter handling in generation endpoints
1010
1111# Only import what's necessary initially, lazy-load the rest
1212from .logger import get_logger
Original file line number Diff line number Diff line change 4747
4848setup (
4949 name = "locallab" ,
50- version = "0.7.1 " ,
50+ version = "0.7.2 " ,
5151 packages = find_packages (include = ["locallab" , "locallab.*" ]),
5252 install_requires = install_requires ,
5353 extras_require = {
You can’t perform that action at this time.
0 commit comments