Skip to content

Commit

Permalink
Update README.md with fixing the link of llama.cpp project
Browse files Browse the repository at this point in the history
  • Loading branch information
yuseferi authored and m1guelpf committed Feb 1, 2024
1 parent 654a227 commit 4d6666a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ The Replicate team has done an amazing job building the simplest way to go from

However, using Python as the base layer comes with its on share of challenges, like enormus image sizes or extra latency on model requests.

As the non-Python ML ecosystem slowly flourishes (see [whisper.cpp](https://github.com/ggerganov/whisper.cpp) and [llama.cpp](https://github.com/ggerganov/whisper.cpp) for example), cog-rust will provide that extra performance exposed on the same interfaces users and tools are already used to.
As the non-Python ML ecosystem slowly flourishes (see [whisper.cpp](https://github.com/ggerganov/whisper.cpp) and [llama.cpp](https://github.com/ggerganov/llama.cpp) for example), cog-rust will provide that extra performance exposed on the same interfaces users and tools are already used to.

## Prerequisites

Expand Down

0 comments on commit 4d6666a

Please sign in to comment.