-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
48 lines (36 loc) Β· 1.42 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
### your site title here
title: Efficient ML
author:
name: Michael ηδΊζ
email: [email protected]
website: https://oceanumeric.github.io
youtube: https://www.youtube.com/@innolab2698
github: http://github.com/oceanumeric/EfficientML
# The `>` after `description:` means to ignore line-breaks until next key.
# If you want to omit the line-break after the end of text, use `>-` instead.
description: >
This website and repository provide best practices for efficient
machine learning algorithms and systems. It aims to help users
understand ML/DL/NLP algorithms, train models, fine-tune LLMs, and deploy them
in production using MLOps (mainly Ray, ONNX, and FastAPI stack).
url: https://oceanumeric.github.io
baseurl: /EfficientML
basewebsite: /EfficientML
### let's use the minima theme (see https://github.com/jekyll/minima)
theme: minima
# this is very important as it keeps the image path
# consistent, you can change it but make sure you always
# have three '/' within it
# aslo, normally, one should not include any markdown
# within folder starts with underscore, such as _posts
# i just put it there for simplicity
permalink: /:categories/:year/:title:output_ext
# math engine with katex in case you want to do complex configuration
# kramdown:
# math_engine: katex
# plugins:
# - jekyll-relative-links
### exclude the instructions / write-up in the README.md
exclude:
- README.md
- readme.md