Merge pull request #170 from OpenAccess-AI-Collective/NanoCode012-lambdalabs-fix

Feat: Improve lambda labs instruction
This commit is contained in:
NanoCode012
2023-06-09 16:52:27 +09:00
committed by GitHub

View File

@@ -90,7 +90,8 @@ accelerate launch scripts/finetune.py examples/lora-openllama-3b/config.yml \
1. Install python
```bash
sudo apt install python3.9
sudo apt update
sudo apt install -y python3.9
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.9 1
sudo update-alternatives --config python # pick 3.9 if given option