From 16e53dfb126178b5b47b2f9651e47f85207994c3 Mon Sep 17 00:00:00 2001 From: Joshua Clymer Date: Fri, 17 Nov 2023 12:34:04 -0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cc20f75..bf2d3b2 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ All of the models we fine-tuned with Lora can be found on [huggingface](https:// **Setup:** ``` conda create --name env python=3.10 +conda activate env pip install requests pip install fire pip install -e .