librehash commited on
Commit
168a26e
1 Parent(s): 28082fc

Making Some Minor Changes to the Index.html

Browse files

For clarity's sake the index.html was changed to reflect the different goals, parameters and setup of this repo.

Files changed (1) hide show
  1. index.html +13 -16
index.html CHANGED
@@ -1,39 +1,36 @@
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
4
- <title>Wizardlm-13b-v1.2.Q4_0.gguf</title>
5
  </head>
6
  <body>
7
- <h1>Wizardlm-13b-v1.2.Q4_0.gguf</h1>
8
  <p>
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
20
- href="https://afischer1985-wizardlm-13b-v1-2-q4-0-gguf.hf.space/v1/models"
21
- >https://afischer1985-wizardlm-13b-v1-2-q4-0-gguf.hf.space/v1
22
  </a>
23
  </li>
24
  <li>
25
- The API doc:
26
  <a
27
- href="https://afischer1985-wizardlm-13b-v1-2-q4-0-gguf.hf.space/docs"
28
- >https://afischer1985-wizardlm-13b-v1-2-q4-0-gguf.hf.space/docs
29
  </a>
30
  </li>
31
  </ul>
32
  <p>
33
- If you find this resource valuable, your support in the form of starring
34
- the space would be greatly appreciated. Your engagement plays a vital role
35
- in furthering the application for a community GPU grant, ultimately
36
- enhancing the capabilities and accessibility of this space.
37
  </p>
 
 
 
38
  </body>
39
  </html>
 
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
4
+ <title>WizardSC-GGUF</title>
5
  </head>
6
  <body>
7
+ <h1>WizardSC-GGUF API Endpoint</h1>
8
  <p>
9
  With the utilization of the
10
  <a href="https://github.com/abetlen/llama-cpp-python">llama-cpp-python</a>
11
+ package, it is now possible to create an API endpoint for accessing the WizardSC model endpoint on HuggingFace servers. Big shoutout to 'The Bloke' and others in this space that have pioneered these solutions. These folks are the ones responsible for making it all happen. If you're interested in peeling back the actual code to re-create or augment what's hosted here, go take a look at the 3-dot dropdown button and select the 'Files' button.
 
 
 
12
  </p>
13
  <ul>
14
  <li>
15
+
16
  <a
17
+ href="https://librehash-wizardsc-13b-v12-q4-gguf.hf.space/docs"
18
+ >API Documentation with Live Examples for Testing
19
  </a>
20
  </li>
21
  <li>
22
+
23
  <a
24
+ href="https://librehash-wizardsc-13b-v12-q4-gguf.hf.space/v1"
25
+ >Official API Endpint
26
  </a>
27
  </li>
28
  </ul>
29
  <p>
30
+ More information will be provided in short order. For the time being, make sure to pay the API documentation site a visit as that will provide the explicit 'code' that you need to test the API endpoint (don't worry its not literal code).
 
 
 
31
  </p>
32
+ <p>
33
+ For those that cannot read code, do not worry - the documentation also serves as a 'playground' where you can make a call on the API endpoint, by just pressing a button that says 'try now' (or something to that effect, can't remember). Either way its super duper intuitive. If you have a child above the age of 5, then they also would likely be able to figure out this playground if given the chance.
34
+ </p>
35
  </body>
36
  </html>