Skip to content

Commit 5e4ba92

Browse files
s-sajid-aliclaude
andcommitted
Fix image paths in slides.md
- Update image references from ./image.png to /image.png - This resolves the build failure where Vite couldn't resolve image imports - All images are properly located in the public directory Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent a917b35 commit 5e4ba92

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

presentation/slides.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ color: violet-light
7878

7979

8080
:: right ::
81-
<img src="./neural_nets.png"/>
81+
<img src="/neural_nets.png"/>
8282

8383
Overview of neural networks[^ref1]
8484

@@ -108,7 +108,7 @@ color: violet-light
108108

109109

110110
:: right ::
111-
<img src="./llms_uses.png"/>
111+
<img src="/llms_uses.png"/>
112112

113113
Applications of LLMs[^ref2]
114114

@@ -138,7 +138,7 @@ smaller than words.
138138
- Special tokens are used to denote things like start/end of sequence, denote the "role" for a sequence, etc.
139139

140140
:: right ::
141-
<img src="./tiktoenizer.png"/>
141+
<img src="/tiktoenizer.png"/>
142142

143143
Interactive demo of tokenization, head to [this link](https://tiktokenizer.vercel.app/?model=gpt-4o) and try it out![^ref1]
144144

@@ -165,7 +165,7 @@ color: violet-light
165165

166166

167167
:: right ::
168-
<img src="./one_token_at_a_time.png"/>
168+
<img src="/one_token_at_a_time.png"/>
169169

170170
LLMs generate output one token at a time[^ref1]
171171

@@ -192,7 +192,7 @@ color: violet-light
192192

193193

194194
:: right ::
195-
<img src="./token_probs.png"/>
195+
<img src="/token_probs.png"/>
196196

197197
LLMs generate output one token at a time[^ref1]
198198

0 commit comments

Comments
 (0)