mirror of
https://github.com/ollama/ollama.git
synced 2026-04-23 17:29:54 +02:00
ranges for lint
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
const (
|
||||
DefaultFactor = 28
|
||||
DefaultMinPixels = 56 * 56
|
||||
DefaultMaxPixels = 14 * 14 * 4 * 1280 // TODO: might need to change
|
||||
DefaultMaxPixels = 14 * 14 * 4 * 1280
|
||||
)
|
||||
|
||||
// smartResize calculates the size of the image to resize to based on the
|
||||
|
||||
Reference in New Issue
Block a user