Compare commits

...

2 Commits

Author SHA1 Message Date
Josh Yan
b6c7d01af3 more cmt rmv 2024-07-11 17:21:36 -07:00
Josh Yan
9d517cf556 rm comment 2024-07-11 17:20:09 -07:00

View File

@@ -115,7 +115,6 @@ func CreateHandler(cmd *cobra.Command, args []string) error {
path = tempfile
}
// spinner.Stop()
digest, err := createBlob(cmd, client, path, spinner)
if err != nil {
return err
@@ -292,12 +291,6 @@ func createBlob(cmd *cobra.Command, client *api.Client, path string, spinner *pr
}
var pw progressWriter
// Create a progress bar and start a goroutine to update it
// JK Let's use a percentage
//bar := progress.NewBar("transferring model data...", fileSize, 0)
//p.Add("transferring model data", bar)
status := "transferring model data 0%"
spinner.SetMessage(status)