Skip to content

Commit

Permalink
Try to not call llama_empty_call
Browse files Browse the repository at this point in the history
There is no way the system compiled self_hosted in a MacOS. It runs perfectly from the IDE or command line, but in the CI pipeline it fails.

It seems to be related with this line. Just testing
  • Loading branch information
SignalRT committed Nov 1, 2023
1 parent 505a282 commit a8fb0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LLama/Native/NativeApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ static NativeApi()

try
{
llama_empty_call();
//llama_empty_call();
}
catch (DllNotFoundException)
{
Expand Down

0 comments on commit a8fb0ff

Please sign in to comment.