Spaces:
Runtime error
Runtime error
ADITYA
commited on
Commit
·
a3abbe4
1
Parent(s):
575e725
Update index.html
Browse files- index.html +5 -28
index.html
CHANGED
@@ -5,43 +5,20 @@
|
|
5 |
</head>
|
6 |
<body>
|
7 |
<h1>Mistral-7B-Instruct-v0.1-GGUF (Q4_K_M)</h1>
|
8 |
-
|
9 |
-
With the utilization of the
|
10 |
-
<a href="https://github.com/abetlen/llama-cpp-python">llama-cpp-python</a>
|
11 |
-
package, we are excited to introduce the GGUF model hosted in the Hugging
|
12 |
-
Face Docker Spaces, made accessible through an OpenAI-compatible API. This
|
13 |
-
space includes comprehensive API documentation to facilitate seamless
|
14 |
-
integration.
|
15 |
-
</p>
|
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://limcheekin-mistral-7b-instruct-v0-1-gguf.hf.space/docs</a
|
27 |
>
|
28 |
</li>
|
29 |
</ul>
|
30 |
-
|
31 |
-
Go ahead and try it out the API endpoint yourself with the
|
32 |
-
<a
|
33 |
-
href="https://huggingface.co/spaces/limcheekin/Mistral-7B-Instruct-v0.1-GGUF/blob/main/mistral-7b-instruct.ipynb"
|
34 |
-
target="_blank"
|
35 |
-
>
|
36 |
-
mistral-7b-instruct.ipynb</a
|
37 |
-
>
|
38 |
-
jupyter notebook.
|
39 |
-
</p>
|
40 |
-
<p>
|
41 |
-
If you find this resource valuable, your support in the form of starring
|
42 |
-
the space would be greatly appreciated. Your engagement plays a vital role
|
43 |
-
in furthering the application for a community GPU grant, ultimately
|
44 |
-
enhancing the capabilities and accessibility of this space.
|
45 |
-
</p>
|
46 |
-
</body>
|
47 |
</html>
|
|
|
5 |
</head>
|
6 |
<body>
|
7 |
<h1>Mistral-7B-Instruct-v0.1-GGUF (Q4_K_M)</h1>
|
8 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
<ul>
|
10 |
<li>
|
11 |
The API endpoint:
|
12 |
+
<a href="https://evilcoder443-mistral-7b.hf.space/v1"
|
13 |
+
>https://evilcoder443-mistral-7b.hf.space/v1</a
|
14 |
>
|
15 |
</li>
|
16 |
<li>
|
17 |
The API doc:
|
18 |
+
<a href="https://evilcoder443-mistral-7b.hf.space/docs"
|
19 |
>https://limcheekin-mistral-7b-instruct-v0-1-gguf.hf.space/docs</a
|
20 |
>
|
21 |
</li>
|
22 |
</ul>
|
23 |
+
</body>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
</html>
|