Ivan Zatevakhin

Results 5 issues of Ivan Zatevakhin

In the file [examples/low_level_api/low_level_api_chat_cpp.py](https://github.com/abetlen/llama-cpp-python/blob/887f3b73ac16976d63c699adcb399ad63054ee74/examples/low_level_api/low_level_api_chat_cpp.py), a wrong type is returned from lines [L316-L317](https://github.com/abetlen/llama-cpp-python/blob/887f3b73ac16976d63c699adcb399ad63054ee74/examples/low_level_api/low_level_api_chat_cpp.py#L316-L317). Returned `str`, should be `llama_token` aka `c_int`. This issue subsequently causes an error in line [L358](https://github.com/abetlen/llama-cpp-python/blob/887f3b73ac16976d63c699adcb399ad63054ee74/examples/low_level_api/low_level_api_chat_cpp.py#L358). Frequency: Sometimes...

Fixes default f16_kv value in llamacpp; corrects incorrect parameter passed. See: https://github.com/abetlen/llama-cpp-python/blob/ba3959eafd38080f3bf3028746406f350a8ef793/llama_cpp/llama.py#L33 Fixes #3241 Fixes #3301

It seems there might be some challenges with the portability of the code. Please refer to [buildhelp/cyclone_search.py#L48-L52](https://github.com/eclipse-cyclonedds/cyclonedds-python/blob/42ce826a981a4bff9e02f01614719e9c1078c105/buildhelp/cyclone_search.py#L48-L52) and [buildhelp/oxidize_library.py#L49-L53](https://github.com/eclipse-cyclonedds/cyclonedds-python/blob/42ce826a981a4bff9e02f01614719e9c1078c105/buildhelp/oxidize_library.py#L49-L53) for reference. Distro: Docker container with Debian Bookworm. **List of performed...

Ollama has a more friendly API. Easy to install on any system.

`carb` should be imported after the SimulationApp app is instantiated. ```log $ python3 PegasusSimulator/examples/1_px4_single_vehicle.py access control disabled, clients can connect from any host Traceback (most recent call last): File "//PegasusSimulator/examples/1_px4_single_vehicle.py",...