Skip to content

Commit dc93b5a

Browse files
committed
Website: Add static HTML
Signed-off-by: kingbri <bdashore3@proton.me>
1 parent e843907 commit dc93b5a

File tree

5 files changed

+58
-0
lines changed

5 files changed

+58
-0
lines changed

Diff for: index.html

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!DOCTYPE html>
2+
<head></head>
3+
<body>
4+
<h1>The Royal Lab Index</h1>
5+
<a href="whl/">whl</a>
6+
<br />
7+
</body>

Diff for: whl/cu121/exllamav2/index.html

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<head></head>
3+
<body>
4+
<h1>ExllamaV2</h1>
5+
<a href=""></a>
6+
<br />
7+
<a href=""></a>
8+
<br />
9+
<a href=""></a>
10+
<br />
11+
<a href=""></a>
12+
<br />
13+
<a href=""></a>
14+
<br />
15+
<a href=""></a>
16+
<br />
17+
</body>

Diff for: whl/cu121/flash-attn/index.html

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<head></head>
3+
<body>
4+
<h1>Flash Attention 2</h1>
5+
<a href="flash_attn-2.6.3+cu123torch2.3.1cxx11abiFALSE-cp310-cp310-win_amd64.whl">flash_attn-2.6.3+cu123torch2.3.1cxx11abiFALSE-cp310-cp310-win_amd64.whl</a>
6+
<br />
7+
<a href="flash_attn-2.6.3+cu123torch2.3.1cxx11abiFALSE-cp311-cp311-win_amd64.whl">flash_attn-2.6.3+cu123torch2.3.1cxx11abiFALSE-cp311-cp311-win_amd64.whl</a>
8+
<br />
9+
<a href="flash_attn-2.6.3+cu123torch2.3.1cxx11abiFALSE-cp312-cp312-win_amd64.whl">flash_attn-2.6.3+cu123torch2.3.1cxx11abiFALSE-cp312-cp312-win_amd64.whl</a>
10+
<br />
11+
<a href="flash_attn-2.6.3+cu123torch2.3cxx11abiFALSE-cp310-cp310-linux_x86_64.whl">flash_attn-2.6.3+cu123torch2.3cxx11abiFALSE-cp310-cp310-linux_x86_64.whl</a>
12+
<br />
13+
<a href="flash_attn-2.6.3+cu123torch2.3cxx11abiFALSE-cp311-cp311-linux_x86_64.whl">flash_attn-2.6.3+cu123torch2.3cxx11abiFALSE-cp311-cp311-linux_x86_64.whl</a>
14+
<br />
15+
<a href="flash_attn-2.6.3+cu123torch2.3cxx11abiFALSE-cp312-cp312-linux_x86_64.whl">flash_attn-2.6.3+cu123torch2.3cxx11abiFALSE-cp312-cp312-linux_x86_64.whl</a>
16+
</body>

Diff for: whl/cu121/index.html

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!DOCTYPE html>
2+
<head></head>
3+
<body>
4+
<h1>CUDA 12.1 Repositories</h1>
5+
<a href="flash-attn/">flash-attn</a>
6+
<br />
7+
</body>

Diff for: whl/index.html

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<head></head>
3+
<body>
4+
<h1>Wheels</h1>
5+
<a href="cu121/">cu121</a>
6+
<br />
7+
<a href="cu118/">cu118</a>
8+
<br />
9+
<a href="rocm/">rocm</a>
10+
<br />
11+
</body>

0 commit comments

Comments
 (0)