Florent GIRAUD
Florent GIRAUD
Taking impedance into account
Hi, Thank you for your kind message. You need to run the following commands. I used an old version of node back in the day, I think 12. ``` npm...
I have a prototype that can open an obj contained in a zip with its dependencies (mtl, jpg, ...), but it is not published. At the moment, there is no...
It's easy, just use ```callback_manager``` as a parameter for LlamaCPP and not in ```RetrievalQA``` and make llm verbose See : https://github.com/Rufus31415/local-documents-gpt/blob/1f48f6884ae1d1fe474d6aa8e44b83480dfca30b/chat.py#L74C7-L74C7 ```python kwargs = { ##### "verbose": True ##### }...
> Would it be possible with Mistral ? @Rufus31415 Yes, try this : https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF
sorry, I don't develop this repo. Please contact the localGPT developer directly. In the previous comment, I just said that I had played with LlamaCpp and I explain how to...