Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@ cd ../..
pip install -r requirements.txt
```

- Alternatively, use the [Docker image](https://hub.docker.com/layers/trngon11/llama-x-finetuning-ai/latest/images/sha256-42e570ec95026141f12aef802e36801dd8d9eadc8351f96657ac8621c6dcfb12?context=repo) with everything already set up and ready for training, ideal for quickly deploying on GPU rental services:
```bash
docker pull trngon11/llama-x-finetuning-ai:latest
```

- Training data example (e.g., [Stanford Alpaca](https://github.com/tatsu-lab/stanford_alpaca/blob/main/alpaca_data.json)):
```bash
Llama-X/src/data/alpaca_data.json
Expand Down