Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit 2b5bed7

Browse files
authored
Fix broken links in README.md (#518)
1 parent ff340ad commit 2b5bed7

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -89,20 +89,6 @@ if __name__ == "__main__":
8989
main()
9090
```
9191
92-
### Productionization
93-
94-
We'll show how to deploy your model with MLEM below, but let's briefly mention all the
95-
scenarios that MLEM enables with a couple lines of code:
96-
97-
- **[Apply model](https://mlem.ai/doc/get-started/applying)** - load model in Python or get
98-
prediction in command line.
99-
- **[Serve model](https://mlem.ai/doc/get-started/serving)** - create a service from your model
100-
for online serving.
101-
- **[Build model](https://mlem.ai/doc/get-started/building)** - export model into Python
102-
packages, Docker images, etc.
103-
- **[Deploy model](https://mlem.ai/doc/get-started/deploying)** - deploy your model to Heroku,
104-
Sagemaker, Kubernetes, etc.
105-
10692
### Codification
10793

10894
Check out what we have:

0 commit comments

Comments
 (0)