mirror of
https://github.com/ollama/ollama.git
synced 2026-01-12 00:06:57 +08:00
Refactored the ConfigV2 and RootFS types from server/images.go to a new types/model/config.go file under the model package. Updated all references to use model.ConfigV2 and model.RootFS. This allows for use in other projects without worrying about compiling the c code in the llama package.