diff --git a/LLama.Benchmark/Constants.cs b/LLama.Benchmark/Constants.cs index 971b1da99..99eaef02d 100644 --- a/LLama.Benchmark/Constants.cs +++ b/LLama.Benchmark/Constants.cs @@ -11,7 +11,7 @@ internal static class Constants { public const string ModelDir = "/llamasharp_ci/models_benchmark"; - public const string Generative7BModelPath = "llama-2-7b-chat.Q3_K_S.gguf"; + public const string Generative7BModelPath = "/llamasharp_ci/models_benchmark/llama-2-7b-chat.Q3_K_S.gguf"; public const string EmbeddingModelPath = "all-MiniLM-L12-v2.Q8_0.gguf"; public const string LLavaModelPath = "llava-v1.6-mistral-7b.Q3_K_XS.gguf";