Heh choice of model makes a huge difference, I'm just getting set up, doing init testing, I asked the model I downloaded 'what day is after monday' and it thought about it for [no joke] 1 minute 45 seconds, then spent the next 3mins spitting out 400 words explaining how weeks work (yeah, running on a cpu)... I think I'll shop around for a more concise model ;)
I use Llama3.2 for most of my work. I run this on a machine with a GPU, answers are normally 1 - 4 seconds. There are hundreds of models and sizes to choose from with Ollama
@@fastandsimpledevelopment Thanks for the heads up, gives me confidence that I might have already found one to stick with. That being llama3.1-python (as I'll using it as a .py assistant); Its quicker and doesnt make me read pages every time :)
what do you think of zed instead of vscode? my input: it's very lightweight, but because it's quite new, not as full-fledged as vscode yet, but it does have "ai coding / copilot" implemented and supporting ollama also 🥳
LangChain Chat history with Ollama and Llama3, learn is Fast and Simple only 10 minutes. Best and simplest video today!
Super simple, in only a few stops this is all explained
Heh choice of model makes a huge difference, I'm just getting set up, doing init testing, I asked the model I downloaded 'what day is after monday' and it thought about it for [no joke] 1 minute 45 seconds, then spent the next 3mins spitting out 400 words explaining how weeks work (yeah, running on a cpu)... I think I'll shop around for a more concise model ;)
I use Llama3.2 for most of my work. I run this on a machine with a GPU, answers are normally 1 - 4 seconds. There are hundreds of models and sizes to choose from with Ollama
@@fastandsimpledevelopment Thanks for the heads up, gives me confidence that I might have already found one to stick with. That being llama3.1-python (as I'll using it as a .py assistant); Its quicker and doesnt make me read pages every time :)
Nicely done. Looking forward to the enhanced RAG.
Rag with Followup (Chat History ) is now ready - ruclips.net/video/X5DmBQSkzHA/видео.html
Nice tutorial. I've been struggling with coreference resolution. This handles most of that.
Glad is helped
NOICE! tysm for this :D
Great video! Thank you!
what do you think of zed instead of vscode? my input: it's very lightweight, but because it's quite new, not as full-fledged as vscode yet, but it does have "ai coding / copilot" implemented and supporting ollama also 🥳
ps: same for langgraph and autogen? or langgraph maybe same as in langchain?
Can you do a video about spring security with new updates
I would suggest taking a look at what Dan Vega creates, he has a lot of good videos on Spring Boot Security and works for VMWare