-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
25 lines (24 loc) · 937 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<title>AI Math Simple</title>
<meta name="description" content="my ai notes, this has stuff for finding vram needed for fine-tuning etc">
<meta name="language" content="en">
</head>
<head>
<style>
//body {background-color: rgb(66, 66, 66);}
//h1 {color: white;}
//h2 {color: white;}
//p {color: white;}
</style>
</head>
<body>
<h1>index (work in progess)</h1>
<h2>ai and transfomers notes and useful sutff</h2>
<a href="https://breadbrowser.github.io/bread/ai-and-transfomers-notes/" style="text-indent: 2px">ai and transfomers page (https://breadbrowser.github.io/bread/ai-and-transfomers-notes/)</a>
<p style="padding: 2px; margin: 2px"></p>
<h2>lora notes and useful sutff</h2>
<a href="https://breadbrowser.github.io/bread/lora/" style="text-indent: 2px">lora page (https://breadbrowser.github.io/bread/lora/)</a>
</body>
</html>