mirror of
https://github.com/ollama/ollama.git
synced 2026-02-23 10:45:08 -05: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.