limcheekin
commited on
Commit
•
692ec8b
1
Parent(s):
c968716
feat: updated to dolphin-2.2.1-mistral-7B-GGUF model
Browse files- Dockerfile +1 -1
- README.md +5 -5
- index.html +6 -6
Dockerfile
CHANGED
@@ -15,7 +15,7 @@ RUN pip install -U pip setuptools wheel && \
|
|
15 |
|
16 |
# Download model
|
17 |
RUN mkdir model && \
|
18 |
-
curl -L https://huggingface.co/TheBloke/dolphin-2.1-mistral-7B-GGUF/resolve/main/dolphin-2.1-mistral-7b.Q6_K.gguf -o model/gguf-model.bin
|
19 |
|
20 |
COPY ./start_server.sh ./
|
21 |
COPY ./main.py ./
|
|
|
15 |
|
16 |
# Download model
|
17 |
RUN mkdir model && \
|
18 |
+
curl -L https://huggingface.co/TheBloke/dolphin-2.2.1-mistral-7B-GGUF/resolve/main/dolphin-2.2.1-mistral-7b.Q6_K.gguf -o model/gguf-model.bin
|
19 |
|
20 |
COPY ./start_server.sh ./
|
21 |
COPY ./main.py ./
|
README.md
CHANGED
@@ -1,20 +1,20 @@
|
|
1 |
---
|
2 |
-
title: dolphin-2.1-mistral-7B-GGUF (Q6_K)
|
3 |
colorFrom: purple
|
4 |
colorTo: blue
|
5 |
sdk: docker
|
6 |
models:
|
7 |
-
- ehartford/dolphin-2.1-mistral-7b
|
8 |
-
- TheBloke/dolphin-2.1-mistral-7B-GGUF
|
9 |
tags:
|
10 |
- inference api
|
11 |
- openai-api compatible
|
12 |
- llama-cpp-python
|
13 |
-
- dolphin-2.1-mistral-7B-GGUF
|
14 |
- gguf
|
15 |
pinned: false
|
16 |
---
|
17 |
|
18 |
-
# dolphin-2.1-mistral-7B-GGUF (Q6_K)
|
19 |
|
20 |
Please refer to the [index.html](index.html) for more information.
|
|
|
1 |
---
|
2 |
+
title: dolphin-2.2.1-mistral-7B-GGUF (Q6_K)
|
3 |
colorFrom: purple
|
4 |
colorTo: blue
|
5 |
sdk: docker
|
6 |
models:
|
7 |
+
- ehartford/dolphin-2.2.1-mistral-7b
|
8 |
+
- TheBloke/dolphin-2.2.1-mistral-7B-GGUF
|
9 |
tags:
|
10 |
- inference api
|
11 |
- openai-api compatible
|
12 |
- llama-cpp-python
|
13 |
+
- dolphin-2.2.1-mistral-7B-GGUF
|
14 |
- gguf
|
15 |
pinned: false
|
16 |
---
|
17 |
|
18 |
+
# dolphin-2.2.1-mistral-7B-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>dolphin-2.1-mistral-7B-GGUF (Q6_K)</title>
|
5 |
</head>
|
6 |
<body>
|
7 |
-
<h1>dolphin-2.1-mistral-7B-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>
|
@@ -16,14 +16,14 @@
|
|
16 |
<ul>
|
17 |
<li>
|
18 |
The API endpoint:
|
19 |
-
<a href="https://limcheekin-dolphin-2-1-mistral-7b-gguf.hf.space/v1"
|
20 |
-
>https://limcheekin-dolphin-2-1-mistral-7b-gguf.hf.space/v1</a
|
21 |
>
|
22 |
</li>
|
23 |
<li>
|
24 |
The API doc:
|
25 |
-
<a href="https://limcheekin-dolphin-2-1-mistral-7b-gguf.hf.space/docs"
|
26 |
-
>https://limcheekin-dolphin-2-1-mistral-7b-gguf.hf.space/docs</a
|
27 |
>
|
28 |
</li>
|
29 |
</ul>
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<head>
|
4 |
+
<title>dolphin-2.2.1-mistral-7B-GGUF (Q6_K)</title>
|
5 |
</head>
|
6 |
<body>
|
7 |
+
<h1>dolphin-2.2.1-mistral-7B-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>
|
|
|
16 |
<ul>
|
17 |
<li>
|
18 |
The API endpoint:
|
19 |
+
<a href="https://limcheekin-dolphin-2-2-1-mistral-7b-gguf.hf.space/v1"
|
20 |
+
>https://limcheekin-dolphin-2-2-1-mistral-7b-gguf.hf.space/v1</a
|
21 |
>
|
22 |
</li>
|
23 |
<li>
|
24 |
The API doc:
|
25 |
+
<a href="https://limcheekin-dolphin-2-2-1-mistral-7b-gguf.hf.space/docs"
|
26 |
+
>https://limcheekin-dolphin-2-2-1-mistral-7b-gguf.hf.space/docs</a
|
27 |
>
|
28 |
</li>
|
29 |
</ul>
|