Skip to content

Commit 824f99a

Browse files
htahir1strickvl
andauthored
Add LLM and ML engineering books to README (#3159)
* Add LLM and ML engineering books to README * Update book section layout and improve description * Update book display layout in README.md * Update book information in README.md * Update README.md Co-authored-by: Alex Strick van Linschoten <[email protected]> * Update README.md Co-authored-by: Alex Strick van Linschoten <[email protected]> * Remove unnecessary HTML tags for README.md layout * Update image alignment in README.md file * Update image alignment in README.md * Improve image alignment in README.md * Fix image tags in README for book covers * Update image tag in README for LLM Engineer's Handbook * Update link formatting in README.md * Update alignment of book links in README.md * Update deployment options link in README.md * Add ZenML Pro sign up link to README.md --------- Co-authored-by: Alex Strick van Linschoten <[email protected]>
1 parent 4004706 commit 824f99a

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

README.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -228,22 +228,28 @@ And finally, here are some other examples and use cases for inspiration:
228228
5. [LLMops](https://github.com/zenml-io/zenml-projects/tree/main/llm-complete-guide): Complete guide to do LLM with ZenML
229229

230230

231+
## 📚 Learn from Books
232+
233+
<div align="center">
234+
<a href="https://www.amazon.com/LLM-Engineers-Handbook-engineering-production/dp/1836200072">
235+
<img src="docs/book/.gitbook/assets/llm_engineering_handbook_cover.jpg" alt="LLM Engineer's Handbook Cover" width="200"/></img>
236+
</a>&nbsp;&nbsp;&nbsp;&nbsp;
237+
<a href="https://www.amazon.com/-/en/Andrew-McMahon/dp/1837631964">
238+
<img src="docs/book/.gitbook/assets/ml_engineering_with_python.jpg" alt="Machine Learning Engineering with Python Cover" width="200"/></img>
239+
</a>
240+
</br></br>
241+
</div>
242+
243+
ZenML is featured in these comprehensive guides to modern MLOps and LLM engineering. Learn how to build production-ready machine learning systems with real-world examples and best practices.
244+
231245
## 🔋 Deploy ZenML
232246

233247
For full functionality ZenML should be deployed on the cloud to
234248
enable collaborative features as the central MLOps interface for teams.
235249

236-
Currently, there are two main ways to deploy ZenML:
237-
238-
- **ZenML Pro**: [ZenML Pro](cloud.zenml.io/?utm_source=readme&utm_medium=referral_link&utm_campaign=cloud_promotion&utm_content=signup_link),
239-
offers a SaaS version which comes with a control plane to create and manage multiple ZenML servers.
240-
These servers are managed and maintained by ZenML’s dedicated team, alleviating
241-
the burden of server management from your end. They also come with additional features like RBAC, a Model Control Plane
242-
and [much more](https://zenml-io.gitbook.io/zenml-documentation/getting-started/zenml-pro.
243-
- **Self-hosted deployment**: Alternatively, you have the flexibility to [deploy
244-
ZenML on your own self-hosted environment](https://docs.zenml.io/getting-started/deploying-zenml#deploying-a-zenml-server).
245-
This can be achieved through various methods, including using our CLI, Docker,
246-
Helm, or HuggingFace Spaces.
250+
Read more about various deployment options [here](https://docs.zenml.io/getting-started/deploying-zenml).
251+
252+
Or, sign up for [ZenML Pro to get a fully managed server on a free trial](https://cloud.zenml.io/?utm_source=readme&utm_medium=referral_link&utm_campaign=cloud_promotion&utm_content=signup_link).
247253

248254
## Use ZenML with VS Code
249255

Loading
Loading

0 commit comments

Comments
 (0)