Skip to content

Commit f88ff11

Browse files
committed
Fix generate-html.ps1
1 parent 6f837c4 commit f88ff11

File tree

5 files changed

+1
-11
lines changed

5 files changed

+1
-11
lines changed

docs/cu117.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE html>
22
<html>
33
<body>
4-
<a href="cu116">CUDA 11.6</a><br/>
54
<a href="https://github.com/jllllll/llama-cpp-python-cuBLAS-wheels/releases/download/wheels/llama_cpp_python-0.1.62+cu117-cp37-cp37-linux_x86_64.whl">llama_cpp_python-0.1.62+cu117-cp37-cp37-linux_x86_64.whl</a><br/>
65
<a href="https://github.com/jllllll/llama-cpp-python-cuBLAS-wheels/releases/download/wheels/llama_cpp_python-0.1.62+cu117-cp37-cp37-win_amd64.whl">llama_cpp_python-0.1.62+cu117-cp37-cp37-win_amd64.whl</a><br/>
76
<a href="https://github.com/jllllll/llama-cpp-python-cuBLAS-wheels/releases/download/wheels/llama_cpp_python-0.1.62+cu117-cp38-cp38-linux_x86_64.whl">llama_cpp_python-0.1.62+cu117-cp38-cp38-linux_x86_64.whl</a><br/>

docs/cu118.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<!DOCTYPE html>
22
<html>
33
<body>
4-
<a href="cu116">CUDA 11.6</a><br/>
5-
<a href="cu117">CUDA 11.7</a><br/>
64
<a href="https://github.com/jllllll/llama-cpp-python-cuBLAS-wheels/releases/download/wheels/llama_cpp_python-0.1.62+cu118-cp37-cp37-linux_x86_64.whl">llama_cpp_python-0.1.62+cu118-cp37-cp37-linux_x86_64.whl</a><br/>
75
<a href="https://github.com/jllllll/llama-cpp-python-cuBLAS-wheels/releases/download/wheels/llama_cpp_python-0.1.62+cu118-cp37-cp37-win_amd64.whl">llama_cpp_python-0.1.62+cu118-cp37-cp37-win_amd64.whl</a><br/>
86
<a href="https://github.com/jllllll/llama-cpp-python-cuBLAS-wheels/releases/download/wheels/llama_cpp_python-0.1.62+cu118-cp38-cp38-linux_x86_64.whl">llama_cpp_python-0.1.62+cu118-cp38-cp38-linux_x86_64.whl</a><br/>

docs/cu120.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<!DOCTYPE html>
22
<html>
33
<body>
4-
<a href="cu116">CUDA 11.6</a><br/>
5-
<a href="cu117">CUDA 11.7</a><br/>
6-
<a href="cu118">CUDA 11.8</a><br/>
74
<a href="https://github.com/jllllll/llama-cpp-python-cuBLAS-wheels/releases/download/wheels/llama_cpp_python-0.1.62+cu120-cp37-cp37-linux_x86_64.whl">llama_cpp_python-0.1.62+cu120-cp37-cp37-linux_x86_64.whl</a><br/>
85
<a href="https://github.com/jllllll/llama-cpp-python-cuBLAS-wheels/releases/download/wheels/llama_cpp_python-0.1.62+cu120-cp37-cp37-win_amd64.whl">llama_cpp_python-0.1.62+cu120-cp37-cp37-win_amd64.whl</a><br/>
96
<a href="https://github.com/jllllll/llama-cpp-python-cuBLAS-wheels/releases/download/wheels/llama_cpp_python-0.1.62+cu120-cp38-cp38-linux_x86_64.whl">llama_cpp_python-0.1.62+cu120-cp38-cp38-linux_x86_64.whl</a><br/>

docs/cu121.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
<!DOCTYPE html>
22
<html>
33
<body>
4-
<a href="cu116">CUDA 11.6</a><br/>
5-
<a href="cu117">CUDA 11.7</a><br/>
6-
<a href="cu118">CUDA 11.8</a><br/>
7-
<a href="cu120">CUDA 12.0</a><br/>
84
<a href="https://github.com/jllllll/llama-cpp-python-cuBLAS-wheels/releases/download/wheels/llama_cpp_python-0.1.62+cu121-cp37-cp37-linux_x86_64.whl">llama_cpp_python-0.1.62+cu121-cp37-cp37-linux_x86_64.whl</a><br/>
95
<a href="https://github.com/jllllll/llama-cpp-python-cuBLAS-wheels/releases/download/wheels/llama_cpp_python-0.1.62+cu121-cp37-cp37-win_amd64.whl">llama_cpp_python-0.1.62+cu121-cp37-cp37-win_amd64.whl</a><br/>
106
<a href="https://github.com/jllllll/llama-cpp-python-cuBLAS-wheels/releases/download/wheels/llama_cpp_python-0.1.62+cu121-cp38-cp38-linux_x86_64.whl">llama_cpp_python-0.1.62+cu121-cp38-cp38-linux_x86_64.whl</a><br/>

generate-html.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $wheelSource = $wheelSource.TrimEnd('/')
1414
ForEach ($cudaVersion in $cudaVersions)
1515
{
1616
$cu = $cudaVersion.replace('.','')
17-
$cuContent = $indexContent
17+
$cuContent = "<!DOCTYPE html>`n<html>`n <body>`n "
1818
ForEach ($packageVersion in $packageVersions)
1919
{
2020
ForEach ($pythonVersion in $pythonVersions)

0 commit comments

Comments
 (0)