From 86dfbe975d9cdacc883e06f9cc01745997617af9 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Sat, 21 Oct 2023 22:53:16 -0700 Subject: [PATCH] docs(modal): tweak the documentation --- website/docs/installation/modal/index.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/website/docs/installation/modal/index.md b/website/docs/installation/modal/index.md index 46cf349..487d545 100644 --- a/website/docs/installation/modal/index.md +++ b/website/docs/installation/modal/index.md @@ -119,6 +119,3 @@ def app(): Once we deploy this model with `modal serve app.py`, it will output the url of the web endpoint, in a form of `https://--tabby-server-starcoder-1b-app-dev.modal.run`, it can be used as tabby server url in tabby editor extensions! See [app.py](https://github.com/TabbyML/tabby/blob/main/website/docs/installation/modal/app.py) for a complete example. - -## Feedback and support -If you have improvement suggestions or need specific support, please join [Tabby Slack community](https://join.slack.com/t/tabbycommunity/shared_invite/zt-1xeiddizp-bciR2RtFTaJ37RBxr8VxpA) or reach out on [Tabby’s GitHub repository](https://github.com/TabbyML/tabby).