https://github.com/keyan/llm_sandbox
https://github.com/keyan/llm_sandbox
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/keyan/llm_sandbox
- Owner: keyan
- Created: 2024-04-06T16:07:44.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T19:33:18.000Z (about 2 years ago)
- Last Synced: 2025-02-09T00:42:43.891Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 1.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```