MCPcopy
hub / github.com/mudler/LocalAI / StartQuantization

Method StartQuantization

pkg/grpc/embed.go:307–309  ·  view source on GitHub ↗
(ctx context.Context, in *pb.QuantizationRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

305}
306
307func (e *embedBackend) StartQuantization(ctx context.Context, in *pb.QuantizationRequest, opts ...grpc.CallOption) (*pb.QuantizationJobResult, error) {
308 return e.s.StartQuantization(ctx, in)
309}
310
311func (e *embedBackend) QuantizationProgress(ctx context.Context, in *pb.QuantizationProgressRequest, f func(update *pb.QuantizationProgressUpdate), opts ...grpc.CallOption) error {
312 bs := &embedBackendQuantizationProgressStream{

Callers

nothing calls this directly

Calls 1

StartQuantizationMethod · 0.65

Tested by

no test coverage detected