Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM Stuff

Repo where I add non-trivial code for LLM applications (agents, fine-tuning) so that I can reuse it in the future.

How to run the code

This repo is divided in small projects:

.
├── agents
│   └── unit_test
├── fine_tuning
│   └── dpo
└── README.md

Each project directory (e.g., agents/unit_test) contains a requirement.txt with the minimal dependencies to run the code.

  • Optional: Create a virtual environment
python -m venv .venv
  • Install dependencies
pip install -r requirements.txt
  • Follow further instructions in the README.md

About

Repo where I add non-trivial code for LLM applications (agents, fine-tuning) so that I can reuse it in the future.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages