David Marquisdavidmarquis.hashnode.devยทOct 9, 2024How to Create a Local LLM Application with Streamlit and GPT4All: Step-by-Step GuideEveryone in the technology field (and beyond) will quickly need to understand how the world of Large Language Models (LLMs), like ChatGPT, will change the way we think and work. I wrote this post as I wanted to understand how to get a local LLM worki...131 readsllm
Rhytham Negirhythamnegi.comยทSep 17, 2024OpenAI's O1 Models: Deep Dive into Reasoning and Problem SolvingHey everyone! My friend recently got access to OpenAI's shiny new O1 models (O1 and O1-Preview), and I've been lucky enough to play around with them. Let me tell you, these models are something else! They're designed for deep reasoning and problem-so...30 readsGenerative AIO1
Amos Gyamfiamosgyamfi.hashnode.devยทAug 29, 2024The 6 Best LLM Tools To Run Models LocallyRunning large language models (LLMs) like ChatGPT and Claude usually involves sending data to servers managed by OpenAI and other AI model providers. While these services are secure, some businesses prefer to keep their data entirely offline for grea...jan
Ayush Singh โ๏ธblog.ayush.topยทJun 24, 2024Run AI Models Locally: No GPU RequiredIn recent years, the tech world has been buzzing with discussions about artificial intelligence (AI). AI is revolutionizing various industries, much like how the internet transformed our lives. Among the many AI tools available, GPT4ALL stands out as...37 likesยท465 readsAI
pramila jangidpramilajangid.hashnode.devยทFeb 8, 2024Code & No-code Mistral in WindowsHi there everyone, Hope coding is going awesome. In this blog, I am discussing how to run Mistral in your local Windows system. Before that let's understand - What is Mistral ? Why Mistral ? Different versions of models released by Mistral AI? Mistra...MistralAI
Brian Kingsolodev.appยทDec 12, 2023Local Embeddings with LangChain.Update: Thursday 25th January 2024.Update: Monday 18th March 2024.Update: Wednesday 20th March 2024. TL;DR. The post demonstrates how to generate local embeddings with LangChain. Embeddings address some of the memory limitations in Large Language Mod...170 readsThe AI Serieslangchain
WhatDoesKmean?loggar.hashnode.devยทAug 16, 2023The LLM-Powered SIEMIntro A few weeks ago, I came across an insightful comment in a forum: "I'm not sure how to feel about providing critical information about my infrastructure with potential vulnerabilities to a third-party app like ChatGPT." This comment highlights a...1 likeยท1.8K readsSIEM
Tanmay Sarkartanmaysarkar.hashnode.devยทJul 12, 2023Run GPT4ALL Locally and Build a Simple QnA ProgramIntroduction ๐๐ปโโ๏ธ Hey Guys, It's Tanmay here, and today I'll be talking about How you can run a smaller version of LLM on your machine directly, totally free of cost. As we all know, Using and building on top of LLMs is costlier. Some students and...1 likeยท234 readsWeMakeDevs