Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions courses/Private-LLMs-and-OSS/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*
.reveal .fragment,
.reveal section {
will-change: auto !important;
}

.reveal .fragment {
transition: opacity 0.3s ease, transform 0.3s ease;
}

.reveal .fragment-small {
will-change: opacity, transform;
} */


/* sensible styles */
.reveal section {
Expand Down
2 changes: 1 addition & 1 deletion courses/Private-LLMs-and-OSS/oseda-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ComputerScience",
"Politics"
],
"last_updated": "2026-03-21T00:48:05.539951153Z",
"last_updated": "2026-03-26T00:26:21.799585339Z",
"color": "#0000FF",
"description": "Discussion of core advantages of running local LLMS, particularly with Ollama, and how they enable a more privacy-centric approach to machine learning, importance of explainable AI, open weights movement and the future of the open-source."
}
Binary file added courses/Private-LLMs-and-OSS/public/qr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions courses/Private-LLMs-and-OSS/slides/slides.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
<section class="center-slide">
<h1>Private LLMs + OSS</h1>
<p>Privacy, Control, and Openness</p>
<p class="move-up-1">with Reese Hatfield</p>
<!-- <p class="move-up-1">with Reese Hatfield</p> -->
<img width="350px" src="qr.png">
</section>

<section>
<h1>Who is this for</h1>
<div class="move-up-1 horizontal-container">
<div class="horizontal-container">
<ul>
<li>Students</li>
<li>Developers</li>
Expand Down Expand Up @@ -507,8 +508,8 @@ <h1>OSS LLMs</h1>
<ul>
<li>System Prompt</li>
<li>Seed text ⇒ tell it what it is</li>
<li>Olmo 3 (OSS + OW)</li>
<li>Llama 3 (OW only)</li>
<li>Olmo 3 (OSS + OW)</li>
</ul>
<img width="350px" src="olmo.png">
</div>
Expand Down
Loading