Skip to content

Commit

Permalink
docs: update modal tutorials for 0.8 release (#1401)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Feb 7, 2024
1 parent 58a5968 commit 434e0ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/installation/modal/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def download_model():

subprocess.run(
[
"/opt/tabby/bin/tabby",
"/opt/tabby/bin/tabby-cpu",
"download",
"--model",
MODEL_ID,
Expand Down
2 changes: 1 addition & 1 deletion website/docs/installation/modal/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def download_model():

subprocess.run(
[
"/opt/tabby/bin/tabby",
"/opt/tabby/bin/tabby-cpu",
"download",
"--model",
MODEL_ID,
Expand Down

0 comments on commit 434e0ae

Please sign in to comment.