From b46852b3c704c9fc701bd535920f4ec66bb9afb1 Mon Sep 17 00:00:00 2001 From: kjerk Date: Tue, 6 Dec 2022 12:05:15 -0800 Subject: [PATCH] Update commandline example filename --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a646c24..3440f52 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Dependencies for the runtime apps are kept in a separate `requirements-app.txt` # Pip pip install -r requirements-app.txt # or Conda -conda install --file requirements.txt +conda install --file requirements-app.txt ``` #### xformers efficient attention