From 7b549e4df6e9dab5fcc9b90be4a8c947e92b2357 Mon Sep 17 00:00:00 2001 From: Joshua Clymer Date: Thu, 16 Nov 2023 21:48:29 -0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fa1a5f9..5405093 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ All of the models we fine-tuned with Lora can be found on [huggingface](https:// **Setup:** ``` conda create --name env python=3.10 +pip install requests +pip install fire pip install . python download_model_from_hf.py EleutherAI/pythia-410m models/pythia-410m ```