Skip to content

Commit 4da6479

Browse files
committed
add cover
1 parent cad2b81 commit 4da6479

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,13 @@ My apologies if the layout is a bit unstable while I'm writing new chapters and
6868
1. **[Resources](./resources/)** - LLM/VLM chronicles
6969

7070

71+
## PDF version
7172

73+
[PDF](https://huggingface.co/stas/ml-engineering-book/resolve/main/Stas%20Bekman%20-%20Machine%20Learning%20Engineering.pdf?download=true).
74+
75+
I will try to rebuild it once a week or so, but if you want the latest, the instructions for building are [here]((./build/).
76+
77+
Thank you HuggingFace for giving me permission to host my book's PDF at the [HF hub](https://huggingface.co/).
7278

7379
## Shortcuts
7480

@@ -87,11 +93,6 @@ Guides:
8793
- [LLM/VLM chronicles collection](https://github.com/stas00/ml-engineering/tree/master/resources#publicly-available-training-llmvlm-logbooks)
8894

8995

90-
## Book Building
91-
92-
If you want to build a PDF, check links, etc. See [Book building](./build/)
93-
94-
9596
## Gratitude
9697

9798
None of this would have been possible without me being entrusted with doing the specific LLM/VLM trainings I have learned this know-how from. This is a privilege that only a few enjoy due to the prohibitively expensive cost of renting huge ML compute clusters. So hopefully the rest of the ML community will vicariously learn from these notes.

build/mdbook/md-to-html.py

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ def convert_markdown_to_html(markdown_path):
4040
def make_cover_page_file(cover_md_file, date):
4141
with open(cover_md_file, "w") as f:
4242
f.write(f"""
43+
![](images/Machine-Learning-Engineering-book-cover.png)
44+
4345
## Machine Learning Engineering Open Book
4446
4547
This is a PDF version of [Machine Learning Engineering Open Book by Stas Bekman](https://github.com/stas00/ml-engineering/).
Loading

0 commit comments

Comments
 (0)