From 640a3f1bfe0d0c1bcdbf4e7693b34335a4115800 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 30 Oct 2024 10:58:03 +0100 Subject: [PATCH] chore(embedded): modify phi-2 configuration URL Signed-off-by: Ettore Di Giacinto --- embedded/model_library.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedded/model_library.yaml b/embedded/model_library.yaml index 68e966559d7..281941a5a6e 100644 --- a/embedded/model_library.yaml +++ b/embedded/model_library.yaml @@ -6,4 +6,4 @@ ### For models with an entire YAML file to be embededd, put the file inside the `models` ### directory, it will be automatically available with the file name as key (without the .yaml extension) -phi-2: "github://mudler/LocalAI/examples/configurations/phi-2.yaml@master" \ No newline at end of file +phi-2: "github://mudler/LocalAI-examples/configurations/phi-2.yaml@main"