Browse Source

debug

pull/720/head
Rinne 1 year ago
parent
commit
24f599879b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      LLama.Benchmark/Constants.cs

+ 1
- 1
LLama.Benchmark/Constants.cs View File

@@ -11,7 +11,7 @@ namespace LLama.Benchmark
{
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";


Loading…
Cancel
Save