fix linter

This commit is contained in:
Michael Yang 2025-01-29 15:08:37 -08:00
parent 6a4120143f
commit b21482e4a9
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@ package convert
import "github.com/ollama/ollama/fs/ggml"
type qwen2Model struct {
ModelParameters
MaxPositionEmbeddings uint32 `json:"max_position_embeddings"`

View File

@ -28,8 +28,8 @@ import (
"github.com/ollama/ollama/discover"
"github.com/ollama/ollama/envconfig"
"github.com/ollama/ollama/format"
"github.com/ollama/ollama/llama"
"github.com/ollama/ollama/fs/ggml"
"github.com/ollama/ollama/llama"
)
type LlamaServer interface {