Skip to content

Commit

Permalink
fix library loading error.
Browse files Browse the repository at this point in the history
  • Loading branch information
AsakusaRinne committed May 8, 2024
1 parent f21eb4a commit c8804a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LLama.Benchmark/LLamaExecutorBenchmark/Prefill.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public void GlobalSetup()
{
if (showLLamaCppLogs)
Console.WriteLine($"[llama {level}]: {message.TrimEnd('\n')}");
}).WithCuda().SkipCheck();
}).WithCuda().SkipCheck().WithAutoFallback(false);

// Calling this method forces loading to occur now.
NativeApi.llama_empty_call();
Expand Down

0 comments on commit c8804a1

Please sign in to comment.