From 2e13ceff37e83fe81ef0db907af74927c6953ee7 Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Fri, 9 Jun 2023 15:03:08 +0900 Subject: [PATCH] Improve lambda labs instruction --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index abd1955c8..58ac6b6b5 100644 --- a/README.md +++ b/README.md @@ -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