generated from RedHatQuickCourses/course-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
74 changed files
with
6,881 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<script>location="model-serving/1.01/index.html"</script> | ||
<meta http-equiv="refresh" content="0; url=model-serving/1.01/index.html"> | ||
<meta name="robots" content="noindex"> | ||
<title>Redirect Notice</title> | ||
<h1>Redirect Notice</h1> | ||
<p>The page you requested has been relocated to <a href="model-serving/1.01/index.html">model-serving/1.01/index.html</a>.</p> |
Binary file not shown.
Binary file not shown.
151 changes: 151 additions & 0 deletions
151
pr-preview/pr-10/model-serving/1.01/appendix/appendix.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,151 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
<title>Appendix A :: Serving LLM Models on OpenShift AI</title> | ||
<link rel="prev" href="../chapter3/section2.html"> | ||
<meta name="generator" content="Antora 3.1.3"> | ||
<link rel="stylesheet" href="../../../_/css/site.css"> | ||
<script>var uiRootPath = '../../../_'</script> | ||
</head> | ||
<body class="article"> | ||
<header class="header"> | ||
<nav class="navbar"> | ||
<div class="navbar-brand"> | ||
<a class="navbar-item" href="https://www.redhat.com" target="_blank"><img src="../../../_/img/redhat-logo.png" height="40px" alt="Red Hat"></a> | ||
<a class="navbar-item" style="font-size: 24px; color: white" href="../../..">Serving LLM Models on OpenShift AI</a> | ||
<button class="navbar-burger" data-target="topbar-nav"> | ||
<span></span> | ||
<span></span> | ||
<span></span> | ||
</button> | ||
</div> | ||
<div id="topbar-nav" class="navbar-menu"> | ||
<div class="navbar-end"> | ||
<a class="navbar-item" href="https://github.com/RedHatQuickCourses/changeme/issues" target="_blank">Report Issues</a> | ||
</div> | ||
</div> | ||
</nav> | ||
</header><div class="body"> | ||
<div class="nav-container" data-component="model-serving" data-version="1.01"> | ||
<aside class="nav"> | ||
<div class="panels"> | ||
<div class="nav-panel-menu is-active" data-panel="menu"> | ||
<nav class="nav-menu"> | ||
<h3 class="title"><a href="../index.html">Serving LLM Models on OpenShift AI</a></h3> | ||
<ul class="nav-list"> | ||
<li class="nav-item" data-depth="0"> | ||
<ul class="nav-list"> | ||
<li class="nav-item" data-depth="1"> | ||
<a class="nav-link" href="../index.html">Home</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="nav-item" data-depth="0"> | ||
<ul class="nav-list"> | ||
<li class="nav-item" data-depth="1"> | ||
<button class="nav-item-toggle"></button> | ||
<a class="nav-link" href="../chapter1/index.html">Technical side of LLMs</a> | ||
<ul class="nav-list"> | ||
<li class="nav-item" data-depth="2"> | ||
<a class="nav-link" href="../chapter1/section1.html">Technology Components</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="nav-item" data-depth="0"> | ||
<ul class="nav-list"> | ||
<li class="nav-item" data-depth="1"> | ||
<button class="nav-item-toggle"></button> | ||
<a class="nav-link" href="../chapter2/index.html">OpenShift AI Initilization</a> | ||
<ul class="nav-list"> | ||
<li class="nav-item" data-depth="2"> | ||
<a class="nav-link" href="../chapter2/section1.html">Installing Red Hat OpenShift AI Using the Web Console</a> | ||
</li> | ||
<li class="nav-item" data-depth="2"> | ||
<a class="nav-link" href="../chapter2/section2.html">Modifying the OpenShift AI TLS Certificate</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="nav-item" data-depth="0"> | ||
<ul class="nav-list"> | ||
<li class="nav-item" data-depth="1"> | ||
<button class="nav-item-toggle"></button> | ||
<a class="nav-link" href="../chapter3/index.html">OpenShift AI Configuration</a> | ||
<ul class="nav-list"> | ||
<li class="nav-item" data-depth="2"> | ||
<a class="nav-link" href="../chapter3/section1.html">OpenShift AI Customization</a> | ||
</li> | ||
<li class="nav-item" data-depth="2"> | ||
<a class="nav-link" href="../chapter3/section2.html">Jupyter Notebooks & Mistral LLM Model Setup</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="nav-item" data-depth="0"> | ||
<ul class="nav-list"> | ||
<li class="nav-item is-current-page" data-depth="1"> | ||
<a class="nav-link" href="appendix.html">Appendix A</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</nav> | ||
</div> | ||
<div class="nav-panel-explore" data-panel="explore"> | ||
<div class="context"> | ||
<span class="title">Serving LLM Models on OpenShift AI</span> | ||
<span class="version">1.01</span> | ||
</div> | ||
<ul class="components"> | ||
<li class="component is-current"> | ||
<a class="title" href="../index.html">Serving LLM Models on OpenShift AI</a> | ||
<ul class="versions"> | ||
<li class="version is-current is-latest"> | ||
<a href="../index.html">1.01</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</aside> | ||
</div> | ||
<main class="article"> | ||
<div class="toolbar" role="navigation"> | ||
<button class="nav-toggle"></button> | ||
<a href="../index.html" class="home-link"></a> | ||
<nav class="breadcrumbs" aria-label="breadcrumbs"> | ||
<ul> | ||
<li><a href="../index.html">Serving LLM Models on OpenShift AI</a></li> | ||
<li><a href="appendix.html">Appendix A</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
<div class="content"> | ||
<aside class="toc sidebar" data-title="Contents" data-levels="2"> | ||
<div class="toc-menu"></div> | ||
</aside> | ||
<article class="doc"> | ||
<h1 class="page">Appendix A</h1> | ||
<div class="paragraph"> | ||
<p>Content for Appendix A…​ +D</p> | ||
</div> | ||
<nav class="pagination"> | ||
<span class="prev"><a href="../chapter3/section2.html">Jupyter Notebooks & Mistral LLM Model Setup</a></span> | ||
</nav> | ||
</article> | ||
</div> | ||
</main> | ||
</div> | ||
<footer class="footer"> | ||
<img src="../../../_/img/rhl-logo-red.png" height="40px" alt="Red Hat" href="https://redhat.com" > | ||
</footer><script id="site-script" src="../../../_/js/site.js" data-ui-root-path="../../../_"></script> | ||
<script async src="../../../_/js/vendor/highlight.js"></script> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.