Kalin Krustev

Results 20 comments of Kalin Krustev
trafficstars

Not really. It returned: ``` libc6 is already the newest version (2.31-0ubuntu9.9). ``` I am not aware how Rust works, but when searching for this error, I found this https://github.com/golang/go/issues/58550...

There is no need to build on Ubuntu 20.04. The build target should be x86_64-unknown-linux-musl for static linking. I did some experiments and the produced binary runs fine with this...

> We are dealing with this is issue on our Cent OS 8 system. > > ```shell > ldd --version > ldd (GNU libc) 2.17 > ``` > > What...

I was going to submit a PR, until I found the conflict with the Alpine build. This is where I am unsure how to proceed, as I do not know...

See #33, not so perfect solution at the moment.

You need to define `LLM_LS_TARGET=x86_64-unknown-linux-musl` in the environment for the build.

I do not think warnings are the reason. Are you sure you use the code that is currently in the fork's main branch? The automated compilation works fine, as you...

I am not sure why you need a new target. Did you try using the binary released here: https://github.com/kalinkrustev/llm-ls/releases/download/main/llm-ls-x86_64-unknown-linux-musl.gz ?

When you execute it manually, It is waiting for some input (likely JSON-RPC). You can type some random text and see it respond with a parse error. This will mean...

This is being addressed in this branch https://github.com/mojaloop/ml-api-adapter/tree/feat/event-kafka