From bfa44544b9d572ffe01748942fcd7f2c7bd5304f Mon Sep 17 00:00:00 2001 From: Rinne Date: Wed, 8 May 2024 17:14:52 +0800 Subject: [PATCH] debug --- LLama.Benchmark/Constants.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } }