Bonus: 3 ways to run Llama-3 locally on your computer (100% free and without internet)
LLMS
-
Local LLM App with RAG Using Llama-3 Offline
By
–
4. LLM app with RAG using Llama-3 running locally on your computer (100% free and without internet)
-
Building LLM Apps with RAG: 5 Real-World Examples
By
–
5 real-world examples of building LLM Apps with RAG in 30 lines of Python Code (step-by-step instructions):
-
Model Weight Editing: Integrating Knowledge Beyond RAG
By
–
Editing weights is super interesting too, basically anything where the model weights themselves have been updated to introduce new knowledge in place of using RAG for that
-
Fine-tuning for Knowledge: Challenging Current Mental Models
By
–
Yeah they did – I'm looking for anything that can challenge my current mental model that fine-tuning for extra knowledge isn't worthwhile
-
Tiktoken Tokenization: Why Not Handle Unknown Characters Gracefully?
By
–
Something I don't understand here is that surely it would make sense to maintain the ability to tokenize as a sequence of integer characters representing the pieces that make up that string, rather than throwing an error? Any idea why tiktoken doesn't do that?