Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update prebuilts intro #140

Merged
merged 3 commits into from
Oct 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions cerebrium/prebuilt-models/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Cerebrium and its community keep a library of popular pre-built models that you
- Post a [bounty](https://www.cerebrium.ai/bounties) for our community to create it
- [Contact](mailto:[email protected]) the Cerebrium team and we will see what we can do

You can deploy prebuilt models via Cerebrium by using a simple one-click deploy from your dashboard by navigating to the <b>Prebuilt tab</b>.
You can deploy prebuilt models via Cerebrium by using a simple one-click deploy from your dashboard by navigating to the <b>Prebuilt tab</b>.
Otherwise, if you would like to read through the source code, you can navigate to the [Cerebrium Prebuilts Github](https://github.com/CerebriumAI/cerebrium-prebuilts) where you can find the source code for each of the models.
Each model's folder is a cortex deployment that can be deployed using the `cerebrium deploy` command. Simply navigate to the folder of the model you would like to deploy and run the command.

Check out the available models through your dashboard or by reading our docs below!
```bash
cerebrium deploy <<your-name-for-your-model>> --config-file config.yaml
```

Check out the available models through your Cerebrium dashboard or by reading our docs in the **Prebuilt Models** tab!
61 changes: 0 additions & 61 deletions cerebrium/prebuilt-models/language-models/mt0.mdx

This file was deleted.

69 changes: 0 additions & 69 deletions cerebrium/prebuilt-models/language-models/roberta.mdx

This file was deleted.

68 changes: 0 additions & 68 deletions cerebrium/prebuilt-models/other-models/salesforce-codegen.mdx

This file was deleted.

6 changes: 0 additions & 6 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,20 +116,14 @@
"group": "Language Models",
"pages": [
"cerebrium/prebuilt-models/language-models/whisper",
"cerebrium/prebuilt-models/language-models/mt0",
"cerebrium/prebuilt-models/language-models/flanT5",
"cerebrium/prebuilt-models/language-models/GPT-Neo",
"cerebrium/prebuilt-models/language-models/roberta",
"cerebrium/prebuilt-models/language-models/pygmalion",
"cerebrium/prebuilt-models/language-models/tortoise",
"cerebrium/prebuilt-models/language-models/gpt4all",
"cerebrium/prebuilt-models/language-models/llamav2",
"cerebrium/prebuilt-models/language-models/falcon"
]
},
{
"group": "Other",
"pages": ["cerebrium/prebuilt-models/other-models/salesforce-codegen"]
}
]
},
Expand Down