2
2
3
3
All notable changes to LocalLab will be documented in this file.
4
4
5
- ## [ 0.6.2] - 2024-05-04
5
+ ## [ 0.6.3] - 2025-05-16
6
+
7
+ ### Improved
8
+
9
+ - Enhanced model downloading experience by using HuggingFace's native progress bars instead of custom logger
10
+ - Fixed issue with Hugging Face download logs being intercepted by custom logger
11
+ - Ensured Hugging Face progress bars display in their original, visually appealing format
12
+ - Improved configuration of Hugging Face Hub progress bars for better visual experience
13
+ - Completely bypassed custom logging for Hugging Face download-related logs
14
+ - Configured transformers library to use native progress bars for model downloads
15
+ - Disabled logger propagation for HuggingFace-related modules during downloads
16
+ - Added proper spacing before and after progress bars for better readability
17
+ - Enhanced progress bar detection to catch all download-related progress indicators
18
+
19
+ ## [ 0.6.2] - 2025-05-04
6
20
7
21
### Improved
8
22
@@ -16,13 +30,13 @@ All notable changes to LocalLab will be documented in this file.
16
30
- Updated default values for all optimization settings to be enabled by default
17
31
- Ensured consistency between displayed optimization settings and saved configuration
18
32
19
- ## [ 0.6.1] - 2024 -05-02
33
+ ## [ 0.6.1] - 2025 -05-02
20
34
21
35
### Fixed
22
36
23
37
- Fixed CLI config environment variable issue
24
38
25
- ## [ 0.6.0] - 2024 -05-02
39
+ ## [ 0.6.0] - 2025 -05-02
26
40
27
41
### Added
28
42
@@ -39,7 +53,7 @@ All notable changes to LocalLab will be documented in this file.
39
53
- Fixed client error with ` do_sample ` parameter by adding it to all client methods
40
54
- Updated client package version to 1.0.9 to reflect these fixes
41
55
42
- ## [ 0.5.9] - 2024 -05-01
56
+ ## [ 0.5.9] - 2025 -05-01
43
57
44
58
### Fixed
45
59
@@ -59,7 +73,7 @@ All notable changes to LocalLab will be documented in this file.
59
73
- Maintained top and bottom borders for visual separation while removing side borders
60
74
- Enhanced overall visual consistency across all banners
61
75
62
- ## [ 0.5.8] - 2024 -05-01
76
+ ## [ 0.5.8] - 2025 -05-01
63
77
64
78
### Added
65
79
@@ -92,7 +106,7 @@ All notable changes to LocalLab will be documented in this file.
92
106
- Increased retry counts for better reliability
93
107
- Added top_k parameter to all generation methods
94
108
95
- ## [ 0.5.7] - 2024 -05-01
109
+ ## [ 0.5.7] - 2025 -05-01
96
110
97
111
### Improved
98
112
@@ -103,7 +117,7 @@ All notable changes to LocalLab will be documented in this file.
103
117
- Improved overall visual consistency and readability across all UI elements
104
118
- Enhanced color scheme for better visual appeal and readability
105
119
106
- ## [ 0.5.6] - 2024 -05-01
120
+ ## [ 0.5.6] - 2025 -05-01
107
121
108
122
### Fixed
109
123
@@ -113,15 +127,15 @@ All notable changes to LocalLab will be documented in this file.
113
127
- Enhanced logging during model downloads for better readability
114
128
- Improved visual clarity of download progress information
115
129
116
- ## [ 0.5.5] - 2024 -04-30
130
+ ## [ 0.5.5] - 2025 -04-30
117
131
118
132
### Fixed
119
133
120
134
- Fixed extra spacing in the boundary of status banners
121
135
- Improved alignment of INITIALIZING and RUNNING status boxes
122
136
- Enhanced visual consistency across all UI elements
123
137
124
- ## [ 0.5.4] - 2024 -04-30
138
+ ## [ 0.5.4] - 2025 -04-30
125
139
126
140
### Improved
127
141
@@ -131,7 +145,7 @@ All notable changes to LocalLab will be documented in this file.
131
145
- Added automatic width adjustment for banners based on content length
132
146
- Fine-tuned color scheme to ensure all logs remain visible while not competing with important banners
133
147
134
- ## [ 0.5.3] - 2024 -04-30
148
+ ## [ 0.5.3] - 2025 -04-30
135
149
136
150
### Improved
137
151
@@ -149,7 +163,7 @@ All notable changes to LocalLab will be documented in this file.
149
163
- Improved overall visual consistency across all UI elements
150
164
- Made server status much easier to distinguish at a glance
151
165
152
- ## [ 0.5.2] - 2024 -04-30
166
+ ## [ 0.5.2] - 2025 -04-30
153
167
154
168
### Fixed
155
169
@@ -161,7 +175,7 @@ All notable changes to LocalLab will be documented in this file.
161
175
- Added proper cleanup of existing handlers before adding new ones
162
176
- Improved compatibility with different terminal environments
163
177
164
- ## [ 0.5.1] - 2024 -04-21
178
+ ## [ 0.5.1] - 2025 -04-21
165
179
166
180
### Added
167
181
@@ -181,7 +195,7 @@ All notable changes to LocalLab will be documented in this file.
181
195
- Added proper timeout handling in streaming operations
182
196
- Enhanced connection state management
183
197
184
- ## [ 0.5.0] - 2024 -04-21
198
+ ## [ 0.5.0] - 2025 -04-21
185
199
186
200
### Fixed
187
201
@@ -191,15 +205,15 @@ All notable changes to LocalLab will be documented in this file.
191
205
- Improved package import reliability
192
206
- Ensured both LocalLabClient and SyncLocalLabClient are properly exported
193
207
194
- ## [ 0.5.01] - 2024 -04-21
208
+ ## [ 0.5.01] - 2025 -04-21
195
209
196
210
### Fixed
197
211
198
212
- Fixed SyncLocalLabClient not being exported from locallab_client package
199
213
- Added proper exports for both LocalLabClient and SyncLocalLabClient in package ** init** .py
200
214
- Ensured both sync and async clients are available through the main package import
201
215
202
- ## [ 0.4.50] - 2024 -04-21
216
+ ## [ 0.4.50] - 2025 -04-21
203
217
204
218
### Changed
205
219
@@ -208,7 +222,7 @@ All notable changes to LocalLab will be documented in this file.
208
222
- Changed client package structure to use direct imports instead of nested packages
209
223
- Improved client package documentation with correct import examples
210
224
211
- ## [ 0.4.49] - 2024 -04-21
225
+ ## [ 0.4.49] - 2025 -04-21
212
226
213
227
### Fixed
214
228
@@ -221,7 +235,7 @@ All notable changes to LocalLab will be documented in this file.
221
235
- Improved task cancellation with proper timeout handling
222
236
- Enhanced force exit mechanism to ensure clean termination
223
237
224
- ## [ 0.4.48] - 2024 -03-15
238
+ ## [ 0.4.48] - 2025 -03-15
225
239
226
240
### Client Library Changes (v0.2.1)
227
241
@@ -270,7 +284,7 @@ All notable changes to LocalLab will be documented in this file.
270
284
- Removed text cleaning and formatting from all generation endpoints
271
285
- Improved error handling in streaming responses
272
286
273
- ## [ 0.4.47] - 2024 -03-15
287
+ ## [ 0.4.47] - 2025 -03-15
274
288
275
289
### Added
276
290
@@ -295,7 +309,7 @@ All notable changes to LocalLab will be documented in this file.
295
309
- Enhanced Python client with better error handling for streaming
296
310
- Added proper error message propagation from server to client
297
311
298
- ## [ 0.4.46] - 2024 -03-14
312
+ ## [ 0.4.46] - 2025 -03-14
299
313
300
314
### Added
301
315
@@ -310,7 +324,7 @@ All notable changes to LocalLab will be documented in this file.
310
324
- Improved error handling in streaming generation
311
325
- Enhanced token cleanup for better readability
312
326
313
- ## [ 0.4.45] - 2024 -03-14
327
+ ## [ 0.4.45] - 2025 -03-14
314
328
315
329
### Fixed
316
330
@@ -319,7 +333,7 @@ All notable changes to LocalLab will be documented in this file.
319
333
- Bumped client package version to 1.0.2
320
334
- Updated documentation with correct client initialization examples
321
335
322
- ## [ 0.4.31] - 2024 -03-14
336
+ ## [ 0.4.31] - 2025 -03-14
323
337
324
338
### Fixed
325
339
0 commit comments