Skip to content

Commit

Permalink
Fix typo in llama.cpp documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Apr 24, 2024
1 parent 4d6ec1f commit 19eb0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/models/llamacpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ from outlines import models
from llama_cpp import Llama

llm = Llama("./phi-2.Q4_K_M.gguf")
model = models.llamacpp(llm)
model = models.LlamaCpp(llm)
```

If you need more control, you can pass the same keyword arguments to the model as you would pass in the [llama-ccp-library][llamacpp]:
Expand Down

0 comments on commit 19eb0f0

Please sign in to comment.