Skip to content

Commit

Permalink
docs: add note about updating the org name
Browse files Browse the repository at this point in the history
  • Loading branch information
danbev committed Feb 6, 2025
1 parent 2dbd357 commit f4d2667
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions notes/llama.cpp/embeddings-presets.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,8 @@ instead:
}
).set_examples({LLAMA_EXAMPLE_EMBEDDING, LLAMA_EXAMPLE_SERVER}));
```

One thing to notice is that when we transfer the repo to the `ggml-org` the
old repo name will still be in the README.md file. This can be updated by
editing the README.md from the model page an replacing the old repo name with
`ggml-org`.

0 comments on commit f4d2667

Please sign in to comment.