Skip to content

LautaroEst/llmcal

Repository files navigation

LLMs experiments

Setup

Create the conda environment:

conda create -n llmcal python
conda activate llmcal

Run from the root of the repository (You will be asked to set up the checkpoints directory):

bash setup.sh

Reset terminal. Write your HF token on a file named hf_token.txt and then run:

conda activate llmcal
bash scripts/run.00.download.sh

Run experiments for tinyllama:

bash scripts/all.sh

You can inspect the results in the results.ipynb and timing.ipynb notebooks.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published