Browse Source

debug

pull/720/head
Rinne 2 years ago
parent
commit
bfa44544b9
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      LLama.Benchmark/Constants.cs

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

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



Loading…
Cancel
Save