This website requires JavaScript.
Explore
Help
Sign in
ceos
/
unsloth
Watch
1
Star
0
Fork
You've already forked unsloth
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
edf9d28930
unsloth
/
studio
/
backend
/
loggers
History
Download ZIP
Download TAR.GZ
Roland Tannous
edf9d28930
fix: bypass LoggingMiddleware for SSE streaming endpoint BaseHTTPMiddleware buffers StreamingResponse bodies, which breaks real-time SSE delivery of training progress in Docker containers. Skip the middleware entirely for /api/train/progress so events flow directly to the client unbuffered
2026-03-17 14:51:58 +00:00
..
.gitkeep
root studio folder
2026-02-02 09:13:49 +00:00
__init__.py
Final cleanup
2026-03-12 18:28:04 +00:00
config.py
Final cleanup
2026-03-12 18:28:04 +00:00
handlers.py
fix: bypass LoggingMiddleware for SSE streaming endpoint BaseHTTPMiddleware buffers StreamingResponse bodies, which breaks real-time SSE delivery of training progress in Docker containers. Skip the middleware entirely for /api/train/progress so events flow directly to the client unbuffered
2026-03-17 14:51:58 +00:00