mirror of
https://github.com/ollama/ollama.git
synced 2025-04-07 11:28:17 +02:00
fix linter
This commit is contained in:
parent
6a4120143f
commit
b21482e4a9
@ -2,7 +2,6 @@ package convert
|
||||
|
||||
import "github.com/ollama/ollama/fs/ggml"
|
||||
|
||||
|
||||
type qwen2Model struct {
|
||||
ModelParameters
|
||||
MaxPositionEmbeddings uint32 `json:"max_position_embeddings"`
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user