This commit is contained in:
Josh Yan 2024-08-01 16:49:03 -07:00
parent 4a7bfca902
commit 07c0f66f5e

View File

@ -68,7 +68,6 @@ func Quantize(infile, outfile string, ftype fileType, fn func(resp api.ProgressR
Status: fmt.Sprintf("quantizing model %d/%d", int(progress), tensorCount),
Type: "quantize",
})
fmt.Println("Progress: ", progress)
case <-done:
fn(api.ProgressResponse{
Status: fmt.Sprintf("quantizing model %d/%d", tensorCount, tensorCount),