Update index.html
Browse files- index.html +7 -10
index.html
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<head>
|
4 |
-
<title>
|
5 |
</head>
|
6 |
<body>
|
7 |
-
<h1>
|
8 |
<p>
|
9 |
With the utilization of the
|
10 |
<a href="https://github.com/abetlen/llama-cpp-python">llama-cpp-python</a>
|
@@ -16,22 +16,19 @@
|
|
16 |
<ul>
|
17 |
<li>
|
18 |
The API endpoint:
|
19 |
-
<a href="https://
|
20 |
-
>https://
|
21 |
>
|
22 |
</li>
|
23 |
<li>
|
24 |
The API doc:
|
25 |
-
<a href="https://
|
26 |
-
>https://
|
27 |
>
|
28 |
</li>
|
29 |
</ul>
|
30 |
<p>
|
31 |
-
|
32 |
-
the space would be greatly appreciated. Your engagement plays a vital role
|
33 |
-
in furthering the application for a community GPU grant, ultimately
|
34 |
-
enhancing the capabilities and accessibility of this space.
|
35 |
</p>
|
36 |
</body>
|
37 |
</html>
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<head>
|
4 |
+
<title>GGUF Inference</title>
|
5 |
</head>
|
6 |
<body>
|
7 |
+
<h1>GGUF Inference API</h1>
|
8 |
<p>
|
9 |
With the utilization of the
|
10 |
<a href="https://github.com/abetlen/llama-cpp-python">llama-cpp-python</a>
|
|
|
16 |
<ul>
|
17 |
<li>
|
18 |
The API endpoint:
|
19 |
+
<a href="https://0x81632-gguf-api.hf.space/v1"
|
20 |
+
>https://0x81632-gguf-api.hf.space/v1</a
|
21 |
>
|
22 |
</li>
|
23 |
<li>
|
24 |
The API doc:
|
25 |
+
<a href="https://0x81632-gguf-api.hf.space/docs"
|
26 |
+
>https://0x81632-gguf-api.hf.space/docs</a
|
27 |
>
|
28 |
</li>
|
29 |
</ul>
|
30 |
<p>
|
31 |
+
|
|
|
|
|
|
|
32 |
</p>
|
33 |
</body>
|
34 |
</html>
|