Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
086449b6
Commit
086449b6
authored
Aug 17, 2023
by
Michael Yang
Browse files
fmt
parent
3cbc6a5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
server/images.go
server/images.go
+3
-3
No files found.
server/images.go
View file @
086449b6
...
...
@@ -105,9 +105,9 @@ type LayerReader struct {
type
ConfigV2
struct
{
ModelFamily
llm
.
ModelFamily
`json:"model_family"`
ModelType
string
`json:"model_type"`
FileType
string
`json:"file_type"`
RootFS
RootFS
`json:"rootfs"`
ModelType
string
`json:"model_type"`
FileType
string
`json:"file_type"`
RootFS
RootFS
`json:"rootfs"`
// required by spec
Architecture
string
`json:"architecture"`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment