Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
AsakusaRinne committed May 8, 2024
1 parent 7bdb695 commit 24f5998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LLama.Benchmark/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 24f5998

Please sign in to comment.