Nanobit commited on
Commit
2e13cef
1 Parent(s): febe902

Improve lambda labs instruction

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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 install python3.9
 
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