You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,6 @@
4
4
Mozilla.ai recently adopted the llamafile project, and we're planning an approach for codebase modernization. Please share what you find most valuable about llamafile and what would make it more useful for your work.
5
5
[Read more via the blog](https://blog.mozilla.ai/llamafile-returns/) and add your voice to the discussion [here](https://github.com/mozilla-ai/llamafile/discussions/809).
Copy file name to clipboardExpand all lines: docs/index.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Mozilla.ai recently adopted the llamafile project, and we're planning an approac
5
5
[Read more via the blog](https://blog.mozilla.ai/llamafile-returns/) and add your voice to the discussion [here](https://github.com/mozilla-ai/llamafile/discussions/809).
@@ -18,7 +18,9 @@ accessible to both developers and end users. We're doing that by
18
18
combining [llama.cpp](https://github.com/ggerganov/llama.cpp) with [Cosmopolitan Libc](https://github.com/jart/cosmopolitan) into one
19
19
framework that collapses all the complexity of LLMs down to
20
20
a single-file executable (called a "llamafile") that runs
21
-
locally on most computers, with no installation.<br/><br/>
21
+
locally on most computers, with no installation.
22
+
23
+
llamafile also includes **[whisperfile](whisperfile/index.md)**, a single-file speech-to-text tool built on [whisper.cpp](https://github.com/ggerganov/whisper.cpp) and the same Cosmopolitan packaging. It supports transcription and translation of audio files across all the same platforms, with no installation required.<br/><br/>
llamafile is a <ahref="https://builders.mozilla.org/">Mozilla Builders</a> project.<br/><br/>
@@ -76,4 +78,4 @@ should that be desired.
76
78
The llamafile logo on this page was generated with the assistance of DALL·E 3.
77
79
78
80
79
-
[](https://star-history.com/#Mozilla-Ocho/llamafile&Date)
81
+
[](https://star-history.com/#mozilla-ai/llamafile&Date)
@@ -201,7 +203,7 @@ The manifest maps each file related to the model (e.g. GGUF weights, license, pr
201
203
202
204
Each sha256 digest is also used as a filename in the `~/.ollama/models/blobs` directory (if you look into that directory you'll see *only* those sha256-* filenames). This means you can directly run llamafile by passing the sha256 digest as the model filename. So if e.g. the `llama3:latest` GGUF file digest is `sha256-00e1317cbf74d901080d7100f57580ba8dd8de57203072dc6f668324ba545f29`, you can run llamafile as follows:
0 commit comments