-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfull-installation.html
More file actions
24 lines (24 loc) · 1.5 KB
/
full-installation.html
File metadata and controls
24 lines (24 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<head>
<link rel="stylesheet" href="css/1.css">
</head>
<body style="background-color: #4d4d4d; color: #d9d9d9;">
<div class="sidebar">
<a href="index.html">Home</a>
<a href="full-installation.html">Setup For All Projects</a>
<a href="#contact">Contact</a>
<a href="#about">About</a>
</div>
<div style="position:absolute; left:300px; top:30px; text-shadow: 1px 1px #000000; font-size: 30px;">
Large Language Model Tutorial
<br>
Pre-reqs:
<ul>
<li>Windows 10/11</li>
<li>Python Latest Stable Release: <a href="https://www.python.org/downloads/windows/">https://www.python.org/downloads/windows/</a></li>
<li>Visual C++ Redistributable: <a href="https://aka.ms/vs/17/release/vc_redist.x64.exe">https://aka.ms/vs/17/release/vc_redist.x64.exe</a>
<li>Visual Studio Community: <a href="https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community&channel=Release&version=VS2022&source=VSLandingPage&cid=2030&passive=false">https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community&channel=Release&version=VS2022&source=VSLandingPage&cid=2030&passive=false</a></li>
<li>Visual Studio C++ Build tools v143 (from Visual Studio Community installer)</li>
<li>NVIDIA's CUDA Toolkit 12.2<a href="https://developer.nvidia.com/cuda-downloads?target_os=Windows&target_arch=x86_64&target_version=11&target_type=exe_network">https://developer.nvidia.com/cuda-downloads?target_os=Windows&target_arch=x86_64&target_version=11&target_type=exe_network</a></li>
</ul>
</div>
</body>