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 2
2
3
3
All notable changes to LocalLab will be documented in this file.
4
4
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
+
5
12
## [ 0.7.1] - 2025-05-18
6
13
7
14
### Fixed
Original file line number Diff line number Diff line change 6
6
# This ensures Hugging Face's progress bars are displayed correctly
7
7
from .utils .early_config import configure_hf_logging
8
8
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
10
10
11
11
# Only import what's necessary initially, lazy-load the rest
12
12
from .logger import get_logger
Original file line number Diff line number Diff line change 47
47
48
48
setup (
49
49
name = "locallab" ,
50
- version = "0.7.1 " ,
50
+ version = "0.7.2 " ,
51
51
packages = find_packages (include = ["locallab" , "locallab.*" ]),
52
52
install_requires = install_requires ,
53
53
extras_require = {
You can’t perform that action at this time.
0 commit comments