You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,33 @@
2
2
3
3
All notable changes to LocalLab will be documented in this file.
4
4
5
+
## [0.11.1] - 2025-07-08
6
+
7
+
### 🔧 Bug Fixes - Download Command Improvements
8
+
9
+
This patch release fixes several warnings and errors that appeared during model downloads, providing a cleaner and more user-friendly experience.
10
+
11
+
### Fixed
12
+
13
+
#### 🚀 Download Command Improvements
14
+
-**Fixed HuggingFace Hub progress bar configuration error** - Resolved `'module 'huggingface_hub.utils.logging' has no attribute 'enable_progress_bars''` error with multiple fallback methods for different huggingface_hub versions
15
+
-**Fixed BetterTransformer version compatibility warning** - Updated optimization code to handle transformers>=4.49.0 requirement with intelligent version detection and graceful fallback to native PyTorch optimizations
16
+
-**Improved CUDA availability warnings** - Changed alarming "CUDA not available" warning to informative "GPU not detected - running in CPU mode" with helpful tips
17
+
-**Enhanced Flash Attention messages** - Improved warning messages to be more informative with installation guidance for faster inference
18
+
-**Added graceful optimization fallbacks** - Implemented comprehensive error handling for all optimization attempts with result tracking and summary logging
19
+
20
+
#### 🛠️ Enhanced Error Handling
21
+
-**Robust optimization system** - Download process continues smoothly even if some optimizations fail
22
+
-**Clear user feedback** - Users now get a summary of which optimizations were applied successfully
23
+
-**Version compatibility** - Works correctly with current transformers and huggingface_hub versions
24
+
-**Graceful degradation** - Falls back to safe defaults when advanced features aren't available
25
+
26
+
### Technical Changes
27
+
- Updated `locallab/utils/progress.py` with improved HuggingFace Hub progress bar configuration
28
+
- Updated `locallab/utils/early_config.py` with better version compatibility handling
29
+
- Enhanced `locallab/model_manager.py` with comprehensive optimization tracking and fallback mechanisms
30
+
- Improved logging levels from warnings to informative messages for better user experience
31
+
5
32
## [0.11.0] - 2025-07-08
6
33
7
34
### 🎉 Major Release - Comprehensive Model Management CLI
0 commit comments