Making my local LLM voice assistant faster and more scalable with RAG
1–10 of 17 posts
Re: Making my local LLM voice assistant faster and more scalable with RAG
#2Re: Making my local LLM voice assistant faster and more scalable with RAG
#3That lag between query and response ruins it for me.
And more seriously, it seems like the LLM could be used to precreate lots of filler prefixes that correspond to the rag’d document that are being sent to the model.
While it wouldn’t work if you’re GPU’d bound, multiple prompts could be run in parallel with different pieces of context and then have the model chose the most appropriate response (which could be done in parallel too).
Re: Making my local LLM voice assistant faster and more scalable with RAG
#4That lag between query and response ruins it for me.
Re: Making my local LLM voice assistant faster and more scalable with RAG
#5Re: Making my local LLM voice assistant faster and more scalable with RAG
#6Cringe conversation. Why can't AIs just do stuff that you ask them to do without pretending to be human?
Re: Making my local LLM voice assistant faster and more scalable with RAG
#7Cringe conversation. Why can't AIs just do stuff that you ask them to do without pretending to be human?
Re: Making my local LLM voice assistant faster and more scalable with RAG
#8Re: Making my local LLM voice assistant faster and more scalable with RAG
#9When checking this model, I found out [1] it's based on llama-2 ?
``` Expand Llama 3 70B Instruct AWQ Parameters and Internals LLM Name Llama 3 70B Instruct AWQ Repository Open on Base Model(s) Llama 2 70B Instruct quantumaikr/llama-2-70B-instruct Model Size 70b ```
I added a question [2] on Hugging Face to learn more about this.
Anyone could explain to me what this means? Does it mean that it has been trained on the version 2 and wrongly named version 3? Or is it something that is not well intended?
[1] https://llm.extractum.io/model/casperhansen%2Fllama-3-70b-in...
[2] https://huggingface.co/casperhansen/llama-3-70b-instruct-awq...