Improve lambda labs instruction
Browse files
README.md
CHANGED
|
@@ -90,7 +90,8 @@ accelerate launch scripts/finetune.py examples/lora-openllama-3b/config.yml \
|
|
| 90 |
|
| 91 |
1. Install python
|
| 92 |
```bash
|
| 93 |
-
sudo apt
|
|
|
|
| 94 |
|
| 95 |
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.9 1
|
| 96 |
sudo update-alternatives --config python # pick 3.9 if given option
|
|
|
|
| 90 |
|
| 91 |
1. Install python
|
| 92 |
```bash
|
| 93 |
+
sudo apt update
|
| 94 |
+
sudo apt install -y python3.9
|
| 95 |
|
| 96 |
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.9 1
|
| 97 |
sudo update-alternatives --config python # pick 3.9 if given option
|