danielhanchen commited on
Commit
0d17591
Β·
verified Β·
1 Parent(s): 5d31ebc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -44,7 +44,7 @@ automatically):
44
  ```shell
45
  ./llama.cpp/build/bin/llama-server \
46
  --model Laguna-S-2.1-GGUF/UD-Q4_K_XL/Laguna-S-2.1-UD-Q4_K_XL-00001-of-00003.gguf \
47
- --jinja -fa on -ngl 99 --ctx-size 16384 --port 8000
48
  ```
49
 
50
  Or run a one-off generation with `llama-cli`:
@@ -52,12 +52,9 @@ Or run a one-off generation with `llama-cli`:
52
  ```shell
53
  ./llama.cpp/build/bin/llama-cli \
54
  --model Laguna-S-2.1-GGUF/UD-Q4_K_XL/Laguna-S-2.1-UD-Q4_K_XL-00001-of-00003.gguf \
55
- --jinja -ngl 99 -p "Write a Flappy Bird game in Python."
56
  ```
57
 
58
- > [!NOTE]
59
- > `-ngl 99` offloads all layers to GPU; lower it (or drop it) if you run out of
60
- > VRAM.
61
 
62
  <p align="center">
63
  <img alt="poolside-banner" src="https://poolside.ai/assets/laguna/laguna-s-2-1-banner.svg" width="800px">
 
44
  ```shell
45
  ./llama.cpp/build/bin/llama-server \
46
  --model Laguna-S-2.1-GGUF/UD-Q4_K_XL/Laguna-S-2.1-UD-Q4_K_XL-00001-of-00003.gguf \
47
+ --fit on --ctx-size 16384 --port 8000
48
  ```
49
 
50
  Or run a one-off generation with `llama-cli`:
 
52
  ```shell
53
  ./llama.cpp/build/bin/llama-cli \
54
  --model Laguna-S-2.1-GGUF/UD-Q4_K_XL/Laguna-S-2.1-UD-Q4_K_XL-00001-of-00003.gguf \
55
+ --fit on -p "Write a Flappy Bird game in Python."
56
  ```
57
 
 
 
 
58
 
59
  <p align="center">
60
  <img alt="poolside-banner" src="https://poolside.ai/assets/laguna/laguna-s-2-1-banner.svg" width="800px">