Skip to content

Commit 5ed262d

Browse files
committed
docs: rename example_llamfiles to pre-built-llamafiles for better seo
1 parent 18db09f commit 5ed262d

7 files changed

Lines changed: 14 additions & 10 deletions

File tree

.gitbook.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ root: ./docs
33
structure:
44
readme: index.md
55
summary: SUMMARY.md
6+
7+
redirects:
8+
getting-started/example_llamafiles: getting-started/pre-built-llamafiles

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ chmod +x Qwen3.5-0.8B-Q8_0.llamafile
5858

5959
We chose this model because that's the smallest one we have
6060
built a llamafile for, so most likely to work out-of-the-box for you.
61-
If you have powerful hardware and/or GPUs, [feel free to choose](https://docs.mozilla.ai/llamafile/getting-started/example_llamafiles)
61+
If you have powerful hardware and/or GPUs, [feel free to choose](https://docs.mozilla.ai/llamafile/getting-started/pre-built-llamafiles)
6262
larger and more expressive models which should provide more accurate
6363
responses.
6464

@@ -71,7 +71,7 @@ responses.
7171
Check the full documentation at [docs.mozilla.ai/llamafile](https://docs.mozilla.ai/llamafile), or directly jump into one of the following subsections:
7272

7373
- [Quickstart](https://docs.mozilla.ai/llamafile/getting-started/quickstart)
74-
- [Example llamafiles](https://docs.mozilla.ai/llamafile/getting-started/example_llamafiles)
74+
- [Pre-built llamafiles](https://docs.mozilla.ai/llamafile/getting-started/pre-built-llamafiles)
7575
- [Running a llamafile](https://docs.mozilla.ai/llamafile/using-llamafile/running_llamafile)
7676
- [Creating llamafiles](https://docs.mozilla.ai/llamafile/using-llamafile/creating_llamafiles)
7777
- [Source installation](https://docs.mozilla.ai/llamafile/using-llamafile/source_installation)

README_0.10.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ you'd like to see the most in its future versions.
1717

1818
Older builds (and llamafiles built on them) will still be available, check out our
1919
[releases](https://github.com/mozilla-ai/llamafile/releases) and our
20-
[Example Llamafiles](/docs/example_llamafiles.md) page.
20+
[Pre-built llamafiles](/docs/pre-built-llamafiles.md) page.
2121

2222
# Updates
2323

docs/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Getting Started
66

77
* [Quickstart](quickstart.md)
8-
* [Example llamafiles](example_llamafiles.md)
8+
* [Pre-built llamafiles](pre-built-llamafiles.md)
99

1010
## Using llamafile
1111

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
We provide example llamafiles for a variety of models, so you can easily try out llamafile
2-
with different kinds of LLMs. The following table lists llamafiles bundled with the latest
1+
# Pre-built llamafiles
2+
3+
We provide pre-built llamafiles for a variety of models, so you can easily run them immediately without setup. The following table lists llamafiles bundled with the latest
34
available version of the server (v0.10.*). The smaller the file is, the more easily it will
45
run on your computer, even if no GPU is present (as a reference, Qwen3.5 0.8B Q8 generates
56
text on a Raspberry Pi5 at ~8 tokens/sec).
@@ -65,6 +66,6 @@ in the [Getting Started](quickstart.md) section.
6566

6667
## A note about models
6768

68-
The example llamafiles provided above should not be interpreted as
69+
The pre-built llamafiles provided above should not be interpreted as
6970
endorsements or recommendations of specific models, licenses, or data
7071
sets on the part of Mozilla.

docs/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ locally: no data ever leaves your computer.
1010
> **NOTE**: we chose this model because that's the smallest one we have
1111
built a llamafile for, so most likely to work out-of-the-box for you.
1212
Please let us know if you are still having issues with that! If, on the
13-
other hand, you have powerful hardware and/or GPUs, [feel free to choose](example_llamafiles.md)
13+
other hand, you have powerful hardware and/or GPUs, [feel free to choose](pre-built-llamafiles.md)
1414
larger and more expressive models which should provide more accurate
1515
responses.
1616

@@ -165,7 +165,7 @@ ChatCompletionMessage(content="A script that crashes like a ghost,\nWhen it trie
165165

166166
## Using llamafile with external weights
167167

168-
Even though our example llamafiles have the weights built-in, you don't
168+
Even though our pre-built llamafiles have the weights built-in, you don't
169169
*have* to use llamafile that way. Instead, you can download *just* the
170170
llamafile software (without any weights included) from our releases page.
171171
You can then use it alongside any external weights you may have on hand.

docs/running_llamafile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
You have just downloaded a llamafile from the [Example llamafiles](example_llamafiles.md)
1+
You have just downloaded a llamafile from the [Pre-built llamafiles](pre-built-llamafiles.md)
22
section. Now what? Here are a few examples to get you started.
33

44
> **NOTE**

0 commit comments

Comments
 (0)