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 24f5998 commit 9758cf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LLama.Benchmark/LLamaExecutorBenchmark/Prefill.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ public class PrefillBenchmark
public IEnumerable<(string, int)> ModelAndGpuLayerCounts => new (string, int)[]
// TODO: specify the native library to load here to test cpu case better.
{
(Path.Combine(Constants.ModelDir, Constants.Generative7BModelPath), 0),
(Path.Combine(Constants.ModelDir, Constants.Generative7BModelPath), 10),
(Path.Combine(Constants.ModelDir, Constants.Generative7BModelPath), 20)
("/llamasharp_ci/models_benchmark/llama-2-7b-chat.Q3_K_S.gguf", 0),
("/llamasharp_ci/models_benchmark/llama-2-7b-chat.Q3_K_S.gguf", 10),
("/llamasharp_ci/models_benchmark/llama-2-7b-chat.Q3_K_S.gguf", 20)
};

public IEnumerable<ExecutorType> ExecutorTypes => new ExecutorType[]
Expand Down

0 comments on commit 9758cf1

Please sign in to comment.