mirror of
https://github.com/ollama/ollama.git
synced 2025-11-11 07:48:10 +01:00
create blobs in parallel (#10135)
* default max term height * error on out of tree files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user