Skip to content

Commit 390061b

Browse files
deploy: 858e917
1 parent 78013c5 commit 390061b

File tree

10 files changed

+535
-178
lines changed

10 files changed

+535
-178
lines changed

assets/css/style.css.map

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/search-data.json

Lines changed: 43 additions & 30 deletions
Large diffs are not rendered by default.

categories/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ <h2>Contents</h2>
103103

104104
<li><a href="#gitops">gitops</a></li>
105105

106+
<li><a href="#gsoc">gsoc</a></li>
107+
106108
<li><a href="#hyperparameter tuning">hyperparameter tuning</a></li>
107109

108110
<li><a href="#install kubeflow">install kubeflow</a></li>
@@ -201,6 +203,15 @@ <h3 id ="gitops"><i class="fas fa-tags category-tags-icon"></i></i> gitops</h3>
201203

202204

203205

206+
<h3 id ="gsoc"><i class="fas fa-tags category-tags-icon"></i></i> gsoc</h3>
207+
<a name="gsoc"></a>
208+
209+
<article class="archive-item">
210+
<p class="post-meta post-meta-title"><a class="page-meta" href="/gsoc-2024-project-6/">Kubeflow and Me: A Story Started with Push-based Metrics Collection</a> • Sep 28, 2024</p>
211+
</article>
212+
213+
214+
204215
<h3 id ="hyperparameter tuning"><i class="fas fa-tags category-tags-icon"></i></i> hyperparameter tuning</h3>
205216
<a name="hyperparameter tuning"></a>
206217

feed.xml

Lines changed: 81 additions & 137 deletions
Large diffs are not rendered by default.

gsoc-2024-project-6/index.html

Lines changed: 234 additions & 0 deletions
Large diffs are not rendered by default.
124 KB
Loading

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ <h1 id="posts">Posts</h1>
110110
<!-- Assemble final sorted posts array -->
111111

112112
<ul class="post-list"><li><h3>
113+
<a class="post-link" href="/gsoc-2024-project-6/">
114+
Kubeflow and Me: A Story Started with Push-based Metrics Collection
115+
</a>
116+
</h3><p class="post-meta">Sep 28, 2024</p>
117+
</li><li><h3>
113118
<a class="post-link" href="/kubeflow-1.9-release/">
114119
Kubeflow 1.9: New Tools for Model Management and Training Optimization
115120
</a>
@@ -179,11 +184,6 @@ <h1 id="posts">Posts</h1>
179184
Kubeflow&#39;s 1.4 release lays the foundation for advanced ML metadata workflows
180185
</a>
181186
</h3><p class="post-meta">Oct 12, 2021</p>
182-
</li><li><h3>
183-
<a class="post-link" href="/release/official/2021/09/27/kfserving-transition.html">
184-
KServe: The next generation of KFServing
185-
</a>
186-
</h3><p class="post-meta-description">KServe Blog Post</p><p class="post-meta">Sep 27, 2021</p>
187187
</li></ul>
188188

189189

page2/index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<meta name="twitter:card" content="summary_large_image" /><!-- Begin Jekyll SEO tag v2.6.1 -->
7-
<title>Page 2 of 2 for Kubeflow | The Machine Learning Toolkit for Kubernetes.</title>
7+
<title>Page 2 of 3 for Kubeflow | The Machine Learning Toolkit for Kubernetes.</title>
88
<meta name="generator" content="Jekyll v4.1.1" />
99
<meta property="og:title" content="Kubeflow" />
1010
<meta property="og:locale" content="en_US" />
@@ -15,6 +15,7 @@
1515
<meta property="og:site_name" content="Kubeflow" />
1616
<meta property="og:image" content="https://blog.kubeflow.org/images/logo.png" />
1717
<link rel="prev" href="https://blog.kubeflow.org/" />
18+
<link rel="next" href="https://blog.kubeflow.org/page3/" />
1819
<script type="application/ld+json">
1920
{"url":"https://blog.kubeflow.org/page2/","@type":"WebPage","headline":"Kubeflow","image":"https://blog.kubeflow.org/images/logo.png","description":"The Machine Learning Toolkit for Kubernetes.","@context":"https://schema.org"}</script>
2021
<!-- End Jekyll SEO tag -->
@@ -110,6 +111,11 @@ <h1 id="posts">Posts</h1>
110111
<!-- Assemble final sorted posts array -->
111112

112113
<ul class="post-list"><li><h3>
114+
<a class="post-link" href="/release/official/2021/09/27/kfserving-transition.html">
115+
KServe: The next generation of KFServing
116+
</a>
117+
</h3><p class="post-meta-description">KServe Blog Post</p><p class="post-meta">Sep 27, 2021</p>
118+
</li><li><h3>
113119
<a class="post-link" href="/running-kubeflow-at-intuit/">
114120
Blog: Running Kubeflow at Intuit: Enmeshed in the service mesh
115121
</a>
@@ -186,7 +192,7 @@ <h1 id="posts">Posts</h1>
186192
<ul class="pagination">
187193
<li><a href="/" class="previous-page">1</a></li>
188194
<li><div class="current-page">2</div></li>
189-
<li><div class="pager-edge"></div></li>
195+
<li><a href="/page3/" class="next-page">3</a></li>
190196
</ul>
191197
</div></div>
192198
</div>

page3/index.html

Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
<!DOCTYPE html>
2+
<html lang="en"><head>
3+
<meta charset="utf-8">
4+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<meta name="twitter:card" content="summary_large_image" /><!-- Begin Jekyll SEO tag v2.6.1 -->
7+
<title>Page 3 of 3 for Kubeflow | The Machine Learning Toolkit for Kubernetes.</title>
8+
<meta name="generator" content="Jekyll v4.1.1" />
9+
<meta property="og:title" content="Kubeflow" />
10+
<meta property="og:locale" content="en_US" />
11+
<meta name="description" content="The Machine Learning Toolkit for Kubernetes." />
12+
<meta property="og:description" content="The Machine Learning Toolkit for Kubernetes." />
13+
<link rel="canonical" href="https://blog.kubeflow.org/page3/" />
14+
<meta property="og:url" content="https://blog.kubeflow.org/page3/" />
15+
<meta property="og:site_name" content="Kubeflow" />
16+
<meta property="og:image" content="https://blog.kubeflow.org/images/logo.png" />
17+
<link rel="prev" href="https://blog.kubeflow.org/page2/" />
18+
<script type="application/ld+json">
19+
{"url":"https://blog.kubeflow.org/page3/","@type":"WebPage","headline":"Kubeflow","image":"https://blog.kubeflow.org/images/logo.png","description":"The Machine Learning Toolkit for Kubernetes.","@context":"https://schema.org"}</script>
20+
<!-- End Jekyll SEO tag -->
21+
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="https://blog.kubeflow.org/feed.xml" title="Kubeflow" /><!-- the google_analytics_id gets auto inserted from the config file -->
22+
23+
24+
25+
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create','UA-135379910-2','auto');ga('require','displayfeatures');ga('send','pageview');</script>
26+
27+
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicons/apple-touch-icon.png">
28+
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicons/favicon-32x32.png">
29+
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicons/favicon-16x16.png">
30+
<link rel="shortcut icon" type="image/x-icon" href="/images/favicons/favicon.ico">
31+
<link rel="manifest" href="/images/favicons/site.webmanifest">
32+
<link rel="mask-icon" href="/images/favicons/safari-pinned-tab.svg" color="#ffffff">
33+
<meta name="msapplication-config" content="/images/favicons/browserconfig.xml" />
34+
<meta name="msapplication-TileColor" content="#ffffff">
35+
<meta name="theme-color" content="#ffffff"><!-- remove conflicting design language, especially for unvisited links: <link href="https://unpkg.com/@primer/css/dist/primer.css" rel="stylesheet" /> -->
36+
<link rel="stylesheet" href="//use.fontawesome.com/releases/v5.0.7/css/all.css">
37+
38+
<script>
39+
function wrap_img(fn) {
40+
if (document.attachEvent ? document.readyState === "complete" : document.readyState !== "loading") {
41+
var elements = document.querySelectorAll(".post img");
42+
Array.prototype.forEach.call(elements, function(el, i) {
43+
if (el.getAttribute("title") && (el.className != "emoji")) {
44+
const caption = document.createElement('figcaption');
45+
var node = document.createTextNode(el.getAttribute("title"));
46+
caption.appendChild(node);
47+
const wrapper = document.createElement('figure');
48+
wrapper.className = 'image';
49+
el.parentNode.insertBefore(wrapper, el);
50+
el.parentNode.removeChild(el);
51+
wrapper.appendChild(el);
52+
wrapper.appendChild(caption);
53+
}
54+
});
55+
} else { document.addEventListener('DOMContentLoaded', fn); }
56+
}
57+
window.onload = wrap_img;
58+
</script>
59+
60+
<script>
61+
document.addEventListener("DOMContentLoaded", function(){
62+
// add link icon to anchor tags
63+
var elem = document.querySelectorAll(".anchor-link")
64+
elem.forEach(e => (e.innerHTML = '<i class="fas fa-link fa-xs"></i>'));
65+
});
66+
</script>
67+
</head>
68+
<body><header class="site-header">
69+
70+
<div class="wrapper"><a class="site-title" rel="author" href="/">Kubeflow</a><nav class="site-nav">
71+
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
72+
<label for="nav-trigger">
73+
<span class="menu-icon">
74+
<svg viewBox="0 0 18 15" width="18px" height="15px">
75+
<path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/>
76+
</svg>
77+
</span>
78+
</label>
79+
80+
<div class="trigger"><a class="page-link" href="/about/">About</a><a class="page-link" href="/search/">Search</a><a class="page-link" href="/categories/">Tags</a></div>
81+
</nav></div>
82+
</header>
83+
<main class="page-content" aria-label="Content">
84+
<div class="wrapper">
85+
<div class="home"><p align="center">
86+
<img src="/images/logo.png" alt="Kubeflow logotype" />
87+
</p>
88+
89+
<h1 align="center">The Kubeflow Blog</h1>
90+
<h3 align="center">The Official Blog For <a href="https://kubeflow.org">Kubeflow</a>, The Machine Learning Toolkit For Kubernetes.</h3>
91+
92+
<h1 id="posts">Posts</h1>
93+
94+
95+
96+
97+
98+
<!-- Hide posts if front matter flag hide:true -->
99+
100+
101+
102+
<!-- Sort posts by rank, then date -->
103+
104+
105+
106+
107+
108+
109+
110+
<!-- Assemble final sorted posts array -->
111+
112+
</div>
113+
</div>
114+
</main><footer class="site-footer h-card">
115+
<data class="u-url" href="/"></data>
116+
117+
<div class="wrapper">
118+
119+
<div class="footer-col-wrapper">
120+
<div class="footer-col">
121+
<p class="feed-subscribe">
122+
<a href="/feed.xml">
123+
<svg class="svg-icon orange">
124+
<use xlink:href="/assets/minima-social-icons.svg#rss"></use>
125+
</svg><span>Subscribe</span>
126+
</a>
127+
</p>
128+
</div>
129+
<div class="footer-col">
130+
<p>The Machine Learning Toolkit for Kubernetes.</p>
131+
</div>
132+
</div>
133+
134+
<div class="social-links"><ul class="social-media-list"><li><a rel="me" href="https://github.com/kubeflow" target="_blank" title="kubeflow"><svg class="svg-icon grey"><use xlink:href="/assets/minima-social-icons.svg#github"></use></svg></a></li><li><a rel="me" href="https://twitter.com/kubeflow" target="_blank" title="kubeflow"><svg class="svg-icon grey"><use xlink:href="/assets/minima-social-icons.svg#twitter"></use></svg></a></li></ul>
135+
</div>
136+
137+
</div>
138+
139+
</footer>
140+
</body>
141+
142+
</html>

sitemap.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@
121121
<lastmod>2024-07-22T00:00:00-05:00</lastmod>
122122
</url>
123123
<url>
124+
<loc>https://blog.kubeflow.org/gsoc-2024-project-6/</loc>
125+
<lastmod>2024-09-28T00:00:00-05:00</lastmod>
126+
</url>
127+
<url>
124128
<loc>https://blog.kubeflow.org/about/</loc>
125129
</url>
126130
<url>
@@ -135,4 +139,7 @@
135139
<url>
136140
<loc>https://blog.kubeflow.org/page2/</loc>
137141
</url>
142+
<url>
143+
<loc>https://blog.kubeflow.org/page3/</loc>
144+
</url>
138145
</urlset>

0 commit comments

Comments
 (0)