diff --git a/LLama.Benchmark/Constants.cs b/LLama.Benchmark/Constants.cs index 24a1b028..485ebbe8 100644 --- a/LLama.Benchmark/Constants.cs +++ b/LLama.Benchmark/Constants.cs @@ -14,7 +14,8 @@ namespace LLama.Benchmark get { var res = Environment.GetEnvironmentVariable("LLAMA_BENCHMARK_MODEL_DIR") ?? ""; - Console.WriteLine($"*************** Got env path: {res}"); + Console.WriteLine($"+++*************** Got env path: {res}"); + return res; } }