llm-rs-python icon indicating copy to clipboard operation
llm-rs-python copied to clipboard

Unofficial python bindings for the rust llm library. 🐍❤️🦀

Results 7 llm-rs-python issues
Sort by recently updated
recently updated
newest added

Hie 👋🏻 Coming from [this](https://github.com/ggerganov/ggml/blob/master/examples/gpt-j/convert-h5-to-ggml.py) GGML conversion script and the issue that you commented in https://github.com/ggerganov/ggml/issues/280#issuecomment-1606901828 ## Now... I have a fine-tuned model found on huggingface called "**NumbersStation/nsql-350M**" which basically...

Hi Author, I tried to implement llm-rs in my jupyter. After i installed RUST the error still occured : thread '' panicked at 'called `Result::unwrap()` on an `Err` value: InvalidMagic...

I'm trying to convert it on 16gb RAM but converting process seems to last forever.

Hey @LLukas22! I'm Stefano and I work on the **Haystack** project. I found `llm-rs-python` by chance and started experimenting with it on my laptop and was really impressed! 💣 So...

I am getting no reponses when using with langchain callback AsyncIteratorCallbackHandler? It gives only this warning ``` RuntimeWarning: coroutine 'AsyncCallbackManagerForLLMRun.on_llm_new_token' was never awaited run_manager.on_llm_new_token(chunk, verbose=self.verbose) RuntimeWarning: Enable tracemalloc to get...

I have installed the llm-rs library with the CUDA version, However, even though I have set `use_gpu=True` in the `SessionConfig`, the GPU is not utilized when running the code. Instead,...

documentation
question

I tried MPT end to end in script form. Works like charm. Can you provide a similar support to new Falcon model?

enhancement