Skip to content

Commit

Permalink
Merge pull request #140 from CerebriumAI/kats/cer-2482-minor-update-t…
Browse files Browse the repository at this point in the history
…o-prebuilts-docs

Update prebuilts intro
  • Loading branch information
Katsie011 authored Oct 26, 2023
2 parents 8c4c0d7 + 4a5a844 commit d5fc8d8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 206 deletions.
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

0 comments on commit d5fc8d8

Please sign in to comment.