Spaces:
Runtime error
Runtime error
limcheekin
commited on
Commit
•
a525bd4
1
Parent(s):
86b6183
chore: updated models and Q8_0 to F16
Browse files- README.md +3 -3
- index.html +2 -2
README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
---
|
2 |
-
title: replit-code-v1_5-3b-GGUF (
|
3 |
colorFrom: purple
|
4 |
colorTo: blue
|
5 |
sdk: docker
|
6 |
models:
|
7 |
- replit/replit-code-v1_5-3b
|
8 |
-
-
|
9 |
tags:
|
10 |
- inference api
|
11 |
- openai-api compatible
|
@@ -15,6 +15,6 @@ tags:
|
|
15 |
pinned: false
|
16 |
---
|
17 |
|
18 |
-
# replit-code-v1_5-3b-GGUF (
|
19 |
|
20 |
Please refer to the [index.html](index.html) for more information.
|
|
|
1 |
---
|
2 |
+
title: replit-code-v1_5-3b-GGUF (F16)
|
3 |
colorFrom: purple
|
4 |
colorTo: blue
|
5 |
sdk: docker
|
6 |
models:
|
7 |
- replit/replit-code-v1_5-3b
|
8 |
+
- lynnleelhl/replit-code-v1_5-3b-gguf
|
9 |
tags:
|
10 |
- inference api
|
11 |
- openai-api compatible
|
|
|
15 |
pinned: false
|
16 |
---
|
17 |
|
18 |
+
# replit-code-v1_5-3b-GGUF (F16)
|
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>replit-code-v1_5-3b-GGUF (
|
5 |
</head>
|
6 |
<body>
|
7 |
-
<h1>replit-code-v1_5-3b-GGUF (
|
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>replit-code-v1_5-3b-GGUF (F16)</title>
|
5 |
</head>
|
6 |
<body>
|
7 |
+
<h1>replit-code-v1_5-3b-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>
|