limcheekin commited on
Commit
e2858a1
1 Parent(s): 0cde06b

docs: updated readme and title

Browse files
Files changed (2) hide show
  1. README.md +3 -3
  2. index.html +2 -2
README.md CHANGED
@@ -1,11 +1,11 @@
1
  ---
2
- title: refact-1.6B-fim-GGUF (F16)
3
  colorFrom: purple
4
  colorTo: blue
5
  sdk: docker
6
  models:
7
  - smallcloudai/Refact-1_6B-fim
8
- - imi1/refact-1.6B-fim-f16-GGUF
9
  tags:
10
  - inference api
11
  - openai-api compatible
@@ -15,6 +15,6 @@ tags:
15
  pinned: false
16
  ---
17
 
18
- # refact-1.6B-fim-GGUF (F16)
19
 
20
  Please refer to the [index.html](index.html) for more information.
 
1
  ---
2
+ title: Refact-1.6B-fim-GGUF (Q6_K)
3
  colorFrom: purple
4
  colorTo: blue
5
  sdk: docker
6
  models:
7
  - smallcloudai/Refact-1_6B-fim
8
+ - oblivious/Refact-1.6B-fim-GGUF
9
  tags:
10
  - inference api
11
  - openai-api compatible
 
15
  pinned: false
16
  ---
17
 
18
+ # Refact-1.6B-fim-GGUF (Q6_K)
19
 
20
  Please refer to the [index.html](index.html) for more information.
index.html CHANGED
@@ -1,10 +1,10 @@
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
4
- <title>refact-1.6B-fim-GGUF (F16)</title>
5
  </head>
6
  <body>
7
- <h1>refact-1.6B-fim-GGUF (F16)</h1>
8
  <p>
9
  With the utilization of the
10
  <a href="https://github.com/abetlen/llama-cpp-python">llama-cpp-python</a>
 
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
4
+ <title>Refact-1.6B-fim-GGUF (Q6_K)</title>
5
  </head>
6
  <body>
7
+ <h1>Refact-1.6B-fim-GGUF (Q6_K)</h1>
8
  <p>
9
  With the utilization of the
10
  <a href="https://github.com/abetlen/llama-cpp-python">llama-cpp-python</a>