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

@@ -17,11 +17,11 @@ import (
"github.com/chzyer/readline"
"github.com/dustin/go-humanize"
"github.com/olekukonko/tablewriter"
"github.com/schollz/progressbar/v3"
"github.com/spf13/cobra"
"github.com/jmorganca/ollama/api"
"github.com/jmorganca/ollama/format"
"github.com/jmorganca/ollama/progressbar"
"github.com/jmorganca/ollama/server"
)

View File

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