vendor in progress bar and change to bytes instead of bibytes (#130)

This commit is contained in:
Patrick Devine
2023-07-19 17:24:03 -07:00
committed by GitHub
parent f2044b5838
commit e4d7f3e287
8 changed files with 1325 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ import (
"os"
"time"
"github.com/schollz/progressbar/v3"
"github.com/jmorganca/ollama/progressbar"
)
type Spinner struct {