all: address linter errors

This commit is contained in:
jmorganca
2025-03-11 19:00:13 +01:00
committed by Michael Yang
parent c6b6938b3a
commit 83f0ec8269
2 changed files with 3 additions and 4 deletions

View File

@@ -69,9 +69,9 @@ func (e *VisionEncoderLayer) Forward(ctx ml.Context, hiddenState ml.Tensor, opts
}
type VisionModelOptions struct {
hiddenSize, numHeads, numTiles int
imageSize, patchSize int
eps float32
hiddenSize, numHeads int
imageSize, patchSize int
eps float32
}
type VisionModel struct {