From 434e0aeae13d5be76e817046e625b70d80f187e0 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Tue, 6 Feb 2024 17:39:41 -0800 Subject: [PATCH] docs: update modal tutorials for 0.8 release (#1401) --- website/docs/installation/modal/app.py | 2 +- website/docs/installation/modal/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/installation/modal/app.py b/website/docs/installation/modal/app.py index 07f5c6339134..d305635b7c4a 100644 --- a/website/docs/installation/modal/app.py +++ b/website/docs/installation/modal/app.py @@ -14,7 +14,7 @@ def download_model(): subprocess.run( [ - "/opt/tabby/bin/tabby", + "/opt/tabby/bin/tabby-cpu", "download", "--model", MODEL_ID, diff --git a/website/docs/installation/modal/index.md b/website/docs/installation/modal/index.md index f755a395c781..a120065d436b 100644 --- a/website/docs/installation/modal/index.md +++ b/website/docs/installation/modal/index.md @@ -40,7 +40,7 @@ def download_model(): subprocess.run( [ - "/opt/tabby/bin/tabby", + "/opt/tabby/bin/tabby-cpu", "download", "--model", MODEL_ID,