add OLLAMA_MODELS to envconfig (#5029)

This commit is contained in:
Patrick Devine
2024-06-13 15:52:03 -04:00
committed by GitHub
parent 1fd236d177
commit 94618b2365
8 changed files with 47 additions and 11 deletions

View File

@@ -7,6 +7,7 @@ import (
"slices"
"testing"
"github.com/ollama/ollama/envconfig"
"github.com/ollama/ollama/types/model"
)
@@ -107,6 +108,7 @@ func TestManifests(t *testing.T) {
t.Run(n, func(t *testing.T) {
d := t.TempDir()
t.Setenv("OLLAMA_MODELS", d)
envconfig.LoadConfig()
for _, p := range wants.ps {
createManifest(t, d, p)