From 1effee8bff7fc4951cab1cfecd35725389f19d72 Mon Sep 17 00:00:00 2001 From: SevaSk <50382291+SevaSk@users.noreply.github.com> Date: Sun, 14 May 2023 10:42:12 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index bcca2dd..f3a1369 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,13 @@ Follow these steps to set up and run ecoute on your local machine. ``` pip install -r requirements.txt ``` + + (OPTIONAL) but will make program run faster + + ''' + pip install torch --index-url https://download.pytorch.org/whl/cu117 + + ''' 4. Create a `keys.py` file and add your OpenAI API key: