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
feat: add gRPC protocol for fine-tuning with TrainStream RPC
- Add TrainRequest and TrainResponse messages to backend.proto
- Add TrainStream server-streaming RPC to Backend service
- Update Go gRPC interfaces (interface.go, server.go, client.go, backend.go, embed.go)
- Add stub implementation in base.go returning unimplemented error
- Regenerate protobuf bindings
This implements Phase 1 of the Unsloth fine-tuning backend feature.
Subsequent phases will implement the Python backend and Go service layer.
Signed-off-by: localai-bot <localai-bot@users.noreply.github.com>
0 commit comments