Add Your Model
Add your model to the registry
You could add your model to the registry by creating a pull request. Please follow the steps below:
-
Create a new markdown file under
pages/registry
(opens in a new tab) folder. The file name should be the same as your model name. For example, if your model name ismy-model
, then the file name should bemy-model.mdx
. -
Copy the following template to your markdown file and fill in the details:
## Image Details - Image name: - Repository: - Dockerfile: ## Deployment ### `mdz` #### How to use
-
Add one new bullet point to the
registry.mdx
(opens in a new tab) file underpages
folder. The bullet point should be the same as your model name. For example, if your model name ismy-model
, then the bullet point should be- [My Model](./registry/my-model) - My Model Description