Blog: switch image paths

This commit is contained in:
Akemi Izuko 2024-01-01 01:30:04 -07:00
parent 3309f41dff
commit f889fcaf51
Signed by: akemi
GPG key ID: 8DE0764E1809E9FC
10 changed files with 14 additions and 18 deletions

View file

@ -2,7 +2,6 @@
title: 'Markdown Style Guide' title: 'Markdown Style Guide'
description: 'Here is a sample of some basic Markdown syntax that can be used when writing Markdown content in Astro.' description: 'Here is a sample of some basic Markdown syntax that can be used when writing Markdown content in Astro.'
pubDate: 'Jul 01 2022' pubDate: 'Jul 01 2022'
heroImage: '/blog-placeholder-1.jpg'
--- ---
Here is a sample of some basic Markdown syntax that can be used when writing Markdown content in Astro. Here is a sample of some basic Markdown syntax that can be used when writing Markdown content in Astro.
@ -39,7 +38,7 @@ Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sap
#### Output #### Output
![blog placeholder](/blog-placeholder-about.jpg) ![TinyLlama](/images/llama/tiny-llama-logo.avif)
## Blockquotes ## Blockquotes

View file

@ -2,7 +2,7 @@
title: 'Use a Ramdisk' title: 'Use a Ramdisk'
description: 'Why you should use ramdisks' description: 'Why you should use ramdisks'
pubDate: 'Dec 29 2023' pubDate: 'Dec 29 2023'
heroImage: '/blog-placeholder-5.jpg' heroText: 'RAM Disks'
--- ---
# RAM Disks # RAM Disks

View file

@ -2,7 +2,7 @@
title: 'A Brief History of Local Llamas' title: 'A Brief History of Local Llamas'
description: 'A Brief History of Local Llamas' description: 'A Brief History of Local Llamas'
updateDate: 'Jan 01 2024' updateDate: 'Jan 01 2024'
heroImage: '/images/tiny-llama-logo.avif' heroImage: '/images/llama/tiny-llama-logo.avif'
--- ---
<p style="font-size: max(2vh, 10px); margin-top: 0; text-align: right"> <p style="font-size: max(2vh, 10px); margin-top: 0; text-align: right">
@ -18,7 +18,7 @@ methods of the time. Since then, I've also taken an NLP course, though not one
focused on deep learning. focused on deep learning.
Most my knowledge of this field comes from a few guest lectures, and the Most my knowledge of this field comes from a few guest lectures, and the
indispensable [r/locallama](https://www.reddit.com/r/LocalLLaMA/) community, indispensable [r/localllama](https://www.reddit.com/r/LocalLLaMA/) community,
which always has the latest news about local llamas. I've become a fan of the which always has the latest news about local llamas. I've become a fan of the
local llama movement in December 2023, so the "important points" covered here local llama movement in December 2023, so the "important points" covered here
are coming from a retrospective. are coming from a retrospective.

View file

@ -32,8 +32,6 @@ anyone looking to get caught up with the field.
#### Interfaces #### Interfaces
- [List of web UIs](https://www.reddit.com/r/LocalLLaMA/comments/1847qt6/llm_webui_recommendations) - [List of web UIs](https://www.reddit.com/r/LocalLLaMA/comments/1847qt6/llm_webui_recommendations)
- [SillyTavern tutori]()
- https://www.reddit.com/r/CharacterAi_NSFW/comments/13yy8m9/indepth_explanation_on_how_to_install_silly/ :: tutorial sillytavern webui
- [Jailbreaking GPT when prompting for characters](https://rentry.org/GPTJailbreakPrompting) - [Jailbreaking GPT when prompting for characters](https://rentry.org/GPTJailbreakPrompting)
- [Guidelines for prompting for characters](https://rentry.org/NG_CharCard) - [Guidelines for prompting for characters](https://rentry.org/NG_CharCard)
- [ChatML from OpenAI is quickly becoming the standard for - [ChatML from OpenAI is quickly becoming the standard for
@ -44,7 +42,8 @@ anyone looking to get caught up with the field.
- [Mergekit - MoE training framework](https://github.com/cg123/mergekit) - [Mergekit - MoE training framework](https://github.com/cg123/mergekit)
- [Axolotl - Fine tuning framework](https://github.com/OpenAccess-AI-Collective/axolotl) - [Axolotl - Fine tuning framework](https://github.com/OpenAccess-AI-Collective/axolotl)
- [Unsloth - Fine tuning accelerator](https://github.com/unslothai/unsloth) - [Unsloth - Fine tuning accelerator](https://github.com/unslothai/unsloth)
- llama.cpp vs Transformers vs LangChain vs PyTorch :: library framework tool standard - llama.cpp, Transformers, LangChain, and PyTorch are all popular libraries for
training
#### Tutorials #### Tutorials
- [Karpathy builds and trains a llama](https://www.youtube.com/watch?v=kCc8FmEb1nY) - [Karpathy builds and trains a llama](https://www.youtube.com/watch?v=kCc8FmEb1nY)

View file

@ -2,7 +2,7 @@
title: 'Send emails using Curl' title: 'Send emails using Curl'
description: 'Examples on how to automate emails with Curl' description: 'Examples on how to automate emails with Curl'
updateDate: 'Jul 08 2022' updateDate: 'Jul 08 2022'
heroImage: '/curl-logo.webp' heroImage: '/images/unix/curl-logo.webp'
--- ---
# Emailing with Curl # Emailing with Curl

View file

@ -2,7 +2,7 @@
title: 'SSH Quick Start Guide' title: 'SSH Quick Start Guide'
description: 'The fastest way to get all the SSH essentials out of the way' description: 'The fastest way to get all the SSH essentials out of the way'
updateDate: 'December 26 2023' updateDate: 'December 26 2023'
heroImage: '/ssh-logo.png' heroImage: '/images/unix/ssh-logo.png'
--- ---
# SSH # SSH
@ -15,8 +15,6 @@ developer and CS researcher.
It's also just really cool! It's also just really cool!
![silly akemi](/akemi_silly_transparent.png)
For this course, we will be using the university's lab machines for all For this course, we will be using the university's lab machines for all
assignments and lab demos. They all run Ubuntu 20.04. It's important you compile assignments and lab demos. They all run Ubuntu 20.04. It's important you compile
and test your code on these machines. We will not accept situations where the and test your code on these machines. We will not accept situations where the

View file

@ -2,7 +2,7 @@
title: 'Systemd Timers' title: 'Systemd Timers'
description: "Replacing Crontabs with Systemd's timer mechanism" description: "Replacing Crontabs with Systemd's timer mechanism"
updateDate: 'Dec 29 2023' updateDate: 'Dec 29 2023'
heroImage: '/systemd-dark.webp' heroImage: '/images/unix/systemd-dark.webp'
--- ---
# Systemd Timers # Systemd Timers

View file

@ -42,7 +42,7 @@ const posts = (await getCollection('blog')).sort(
width={720} width={720}
height={360} height={360}
class="rounded-2xl grayscale" class="rounded-2xl grayscale"
src={post.data.heroImage} src={ post.data.heroImage ? post.data.heroImage : "/images/llama/tiny-llama-logo.avif" }
alt="" /> alt="" />
<div class="hero-text"> <div class="hero-text">
{post.data.heroText} {post.data.heroText}

View file

@ -54,7 +54,7 @@ const posts = (await getCollection('llama')).sort(
width={720} width={720}
height={360} height={360}
class="rounded-2xl grayscale" class="rounded-2xl grayscale"
src={ post.data.heroImage ? post.data.heroImage : "/images/tiny-llama-logo.avif" } src={ post.data.heroImage ? post.data.heroImage : "/images/llama/tiny-llama-logo.avif" }
alt="" /> alt="" />
<h4 <h4
class="title text-xl"> class="title text-xl">

View file

@ -55,7 +55,7 @@ const posts = (await getCollection('unix')).sort(
width={720} width={720}
height={360} height={360}
class="rounded-2xl grayscale" class="rounded-2xl grayscale"
src={ post.data.heroImage ? post.data.heroImage : "/terminal.webp" } src={ post.data.heroImage ? post.data.heroImage : "/images/unix/terminal.webp" }
alt="" /> alt="" />
<h4 <h4
class="title text-xl"> class="title text-xl">