|
|
|
@@ -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"; |
|
|
|
|