Skip to content

Commit

Permalink
fix(modal docs): bad link to app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Oct 22, 2023
1 parent 912f8aa commit e3821df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/installation/modal/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ 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://<USERNAME>--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/tree/main/website/docs/modal/app.py) for a complete example.
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).

0 comments on commit e3821df

Please sign in to comment.