mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 10:26:53 +02:00
create blobs in parallel (#10135)
* default max term height * error on out of tree files
This commit is contained in:
parent
7073600797
commit
d931ee8f22
6 changed files with 110 additions and 22 deletions
|
@ -64,7 +64,7 @@ func formatDuration(d time.Duration) string {
|
|||
func (b *Bar) String() string {
|
||||
termWidth, _, err := term.GetSize(int(os.Stderr.Fd()))
|
||||
if err != nil {
|
||||
termWidth = 80
|
||||
termWidth = defaultTermWidth
|
||||
}
|
||||
|
||||
var pre strings.Builder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue