An open API service indexing awesome lists of open source software.

https://github.com/keyan/llm_sandbox


https://github.com/keyan/llm_sandbox

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# llm_sandbox

Assortment of scripts/notes/notebooks relating to LLM explorations and readings.

## Setup

To install deps on a new machine, install Miniconda and then create a new env:
```
conda env create -f environment.yml
```