iAkashPaul commited on
Commit
19df835
Β·
verified Β·
1 Parent(s): 0630f9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
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's server example
11
  ---
12
 
13
- # Ghudsavar πŸ‡πŸ»
14
 
15
  Github [iAkashPaul/Ghudsavar](https://github.com/iakashpaul/Ghudsavar)
16
 
17
- > Ghudsavar (Horse rider) - Is a quick llama.cpp server for CPU only runtimes, made available as a docker image. One click deployment to HuggingFace spaces (even on the free tier with 2 CPU-cores).
18
 
19
- Try it here [Ghudsavar](https://iakashpaul-ghudsavar.hf.space) (default HF Space Embed messes up the themeing).
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/Ghudsavar:latest . --platform linux/amd64
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
  ```