Skip to content

Commit 0b0dd4c

Browse files
committed
Updated Package Version
1 parent 7e1a0c4 commit 0b0dd4c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All 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

locallab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# This ensures Hugging Face's progress bars are displayed correctly
77
from .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
1212
from .logger import get_logger

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
setup(
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={

0 commit comments

Comments
 (0)