Skip to content

Commit

Permalink
Improve code in README (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcom committed Jun 5, 2024
1 parent f8c6a4d commit 97e4288
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ In the future, there might be new releases, so you might want to check for new v
Once you have a `url` link to a `.gguf` file, you can simply download it via:

```julia
using Llama
# Example for a 7Bn parameter model (c. 4.4GB)
url = "https://huggingface.co/TheBloke/dolphin-2.6-mistral-7B-dpo-GGUF/resolve/main/dolphin-2.6-mistral-7b-dpo.Q4_K_M.gguf"
model = download_model(url)
Expand Down Expand Up @@ -85,4 +86,4 @@ The REPL mode is currently non-functional, but stay tuned!

## LibLlama

The `libllama` bindings are currently non-functional, but stay tuned!
The `libllama` bindings are currently non-functional, but stay tuned!

0 comments on commit 97e4288

Please sign in to comment.