Update README.md
Browse files
README.md
CHANGED
@@ -47,9 +47,9 @@ Running the following on a desktop OS will launch a tab in your web
|
|
47 |
browser with a chatbot interface.
|
48 |
|
49 |
```
|
50 |
-
wget https://huggingface.co/Mozilla/Meta-Llama-3.1-70B-Instruct-llamafile/resolve/main/Meta-Llama-3.1-70B-Instruct.
|
51 |
-
chmod +x Meta-Llama-3.1-70B-Instruct.
|
52 |
-
./Meta-Llama-3.1-70B-Instruct.
|
53 |
```
|
54 |
|
55 |
You then need to fill out the prompt / history template (see below).
|
@@ -71,6 +71,14 @@ Having **trouble?** See the ["Gotchas"
|
|
71 |
section](https://github.com/mozilla-ocho/llamafile/?tab=readme-ov-file#gotchas)
|
72 |
of the README.
|
73 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
## Prompting
|
75 |
|
76 |
To have a good working chat experience when using the web GUI, you need
|
|
|
47 |
browser with a chatbot interface.
|
48 |
|
49 |
```
|
50 |
+
wget https://huggingface.co/Mozilla/Meta-Llama-3.1-70B-Instruct-llamafile/resolve/main/Meta-Llama-3.1-70B-Instruct.Q5_0.llamafile
|
51 |
+
chmod +x Meta-Llama-3.1-70B-Instruct.Q5_0.llamafile
|
52 |
+
./Meta-Llama-3.1-70B-Instruct.Q5_0.llamafile
|
53 |
```
|
54 |
|
55 |
You then need to fill out the prompt / history template (see below).
|
|
|
71 |
section](https://github.com/mozilla-ocho/llamafile/?tab=readme-ov-file#gotchas)
|
72 |
of the README.
|
73 |
|
74 |
+
## About Upload Limits
|
75 |
+
|
76 |
+
Hugging Face has a 50GB upload limit. Some of the llamafiles in this
|
77 |
+
repository are so large that they need to be uploaded in multiple files.
|
78 |
+
Those files will have `.cat𝑋.llamafile` at the end of the filename. If
|
79 |
+
you want to download one of these larger models, then you'll need to to
|
80 |
+
use the `cat` command to concatenate them back into a single file.
|
81 |
+
|
82 |
## Prompting
|
83 |
|
84 |
To have a good working chat experience when using the web GUI, you need
|