Skip to content

Commit 4bf1470

Browse files
cpfifferrlouf
authored andcommitted
add missing comma in llamacpp docs
1 parent c5be3b8 commit 4bf1470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/models/llamacpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ from outlines import models
6767

6868
model = models.llamacpp(
6969
"TheBloke/phi-2-GGUF",
70-
"phi-2.Q4_K_M.gguf"
70+
"phi-2.Q4_K_M.gguf",
7171
n_gpu_layers=-1, # to use GPU acceleration
7272
)
7373
```

0 commit comments

Comments
 (0)