Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: Ghudsavar
|
3 |
emoji: ππ»
|
4 |
colorFrom: gray
|
5 |
colorTo: green
|
@@ -7,16 +7,16 @@ sdk: docker
|
|
7 |
pinned: false
|
8 |
license: mit
|
9 |
app_port: 7860
|
10 |
-
short_description: Phi-3-Mini on llama.cpp
|
11 |
---
|
12 |
|
13 |
-
# Ghudsavar ππ»
|
14 |
|
15 |
Github [iAkashPaul/Ghudsavar](https://github.com/iakashpaul/Ghudsavar)
|
16 |
|
17 |
-
> Ghudsavar (Horse rider) -
|
18 |
|
19 |
-
Try it here [Ghudsavar](https://iakashpaul-
|
20 |
|
21 |
```Phi3-mini``` @Q4 runs at ~5tok/s
|
22 |
|
@@ -24,5 +24,5 @@ Try it here [Ghudsavar](https://iakashpaul-ghudsavar.hf.space) (default HF Space
|
|
24 |
|
25 |
```bash
|
26 |
git clone https://github.com/iakashpaul/Ghudsavar.git
|
27 |
-
docker build -t iakashpaul/
|
28 |
```
|
|
|
1 |
---
|
2 |
+
title: server.cpp / Ghudsavar
|
3 |
emoji: ππ»
|
4 |
colorFrom: gray
|
5 |
colorTo: green
|
|
|
7 |
pinned: false
|
8 |
license: mit
|
9 |
app_port: 7860
|
10 |
+
short_description: Phi-3-Mini on llama.cpp based server
|
11 |
---
|
12 |
|
13 |
+
# Server.cpp / Ghudsavar ππ»
|
14 |
|
15 |
Github [iAkashPaul/Ghudsavar](https://github.com/iakashpaul/Ghudsavar)
|
16 |
|
17 |
+
> Ghudsavar (Horse rider) - a quick server image, with one click deployment to HuggingFace spaces (even on the free tier with 2 CPU-cores).
|
18 |
|
19 |
+
Try it here [Ghudsavar](https://iakashpaul-server.cpp.hf.space) (default HF Space Embed messes up the themeing).
|
20 |
|
21 |
```Phi3-mini``` @Q4 runs at ~5tok/s
|
22 |
|
|
|
24 |
|
25 |
```bash
|
26 |
git clone https://github.com/iakashpaul/Ghudsavar.git
|
27 |
+
docker build -t iakashpaul/server.cpp:latest . --platform linux/amd64
|
28 |
```
|