Resolve studio/backend/routes/inference.py: - keep the reasoning_content split (the #6471 fix) on the GGUF chat streams - keep each streaming path's direct _SameTaskStreamingResponse return (the cancel-scope fix) and route main's new _sse_streaming_response helper through _SameTaskStreamingResponse too, so every SSE path stays in the request task - keep both the new _SameTaskStreamingResponse class and main's _aclose_stream_resources teardown helper All 466 tests across the 9 changed test files pass. |
||
|---|---|---|
| .. | ||
| .gitkeep | ||
| __init__.py | ||
| auth.py | ||
| data_recipe.py | ||
| datasets.py | ||
| export.py | ||
| inference.py | ||
| mcp_servers.py | ||
| models.py | ||
| providers.py | ||
| responses.py | ||
| training.py | ||
| users.py | ||