Skip to content

MathFrenchToast/langchain-tuto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LLM journey

with an emphasis on locally ran LLM

My setup is on windows:

  • create a root c:\dev directory
  • create a c:\dev\llm folder
  • download falcon4 ggml model and save it to llm folder, see 'Model Explorer' section on: https://gpt4all.io/index.html
  • open a powershell
  • create a python env with python3.11: python -m venv llm311
  • activate the env: llm311\Scripts\activate
  • clone this repo: git clone ...
  • go down to the directory cd langchain-tuto
  • start vscode: vscode .
  • install the requirements: python -m pip install -r requirements.txt

programs should run !

first test

simple langchain test on local LLM

About

Langchain and LLM exemples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages