Fabio R. Sluzala
Fabio R. Sluzala
@wjnao > terminate called after throwing an instance of 'Pistache::Http::HttpError' what(): No such file or directory This custom header addition should not cause a problem with the file loading, It...
I think the raw headers are being ignored in the headers write code, but the tests I did with the custom classes worked here.
> Thanks for adding those - I was not sure that these filters work for doc/ppt as well. > > I tried to keep the lists in alphabetical order -...
> the token vector should prob be a struct now which also includes the score (see [074bea2](https://github.com/ggerganov/llama.cpp/commit/074bea2eb1f1349a0118239c4152914aecaa1be4)) I did a commit merging with the new changes using struct, I am...
> Are you able to measure the performance gains from these changes? Interested to see how much of an impact they have. > > Great work! Thanks! Sadly it's hard...
> Apologies for the conflicts - lets resolve and merge. > > Regarding the C++ standard question from the other thread: There are a few reasons and I know there...
> Everything looks great! Thanks It was missing a int cast when the env file is used for the data. Can you re-review? Thanks.
> #292 is merged in master so this PR is now obsolete. One thing we can take from this for the future is a user option (for both CLI and...
I checked-out this pull request, and I needed to make the following edit to be able to compile: ``` diff --git a/src/autoapp/Projection/OMXVideoOutput.cpp b/src/autoapp/Projection/OMXVideoOutput.cpp index f8f3808..6a46380 100644 --- a/src/autoapp/Projection/OMXVideoOutput.cpp +++ b/src/autoapp/Projection/OMXVideoOutput.cpp...
I am trying to get the code working in ARM, but it seems the compiler removes the try catch block in some cases (look at the assembly) https://godbolt.org/z/hr3WcxE3f Inserting a...