David Audrain

Results 11 comments of David Audrain

Is there any reason why this macro has not been introduced yet? Just waiting for the PR or anything that would make this macro complicated to add?

I got the same issue with Ubuntu 20.04 after running `ollama run codellama:7b` , `/api/generate` was returning 404. Then I did a `ollama pull codellama` and `/api/generate` returns 200

Hi @julien-l, When do you think we could test a new package featuring C++ endpoints? Thank you, David

Bonsoir Julien, Testing with 11.1.0 versions, Clarius Android app may also terminate: ``` 2023-12-15 23:33:35.715 27099-27099 DEBUG pid-27099 A *** *** *** *** *** *** *** *** *** *** ***...

Hi Julien, I observed the crash on Android 11 running on Galaxy Tab S7. The crash occurs often but not always. I did not reproduce the issue on Android 13...

@baylesj This issue can be marked as resolved since #1499 has been merged into master.

@xinsuinizhuan, in this example, the Application json value is an object. In the case of an object or an array the asString method throws an exception and aborts the application...

@j-moeller, by default, `CharReaderBuilder` accepts trailing comma. You may consider invoking `char_reader_builder.strictMode(&char_reader_builder.settings_)` to disable this behavior.