Update README.md
#7
by
metascroy
- opened
README.md
CHANGED
|
@@ -155,7 +155,7 @@ python -m executorch.examples.models.llama.export_llama \
|
|
| 155 |
--max_context_length 1024 \
|
| 156 |
--max_seq_length 1024 \
|
| 157 |
--dtype fp32 \
|
| 158 |
-
--metadata '{"get_bos_id":
|
| 159 |
```
|
| 160 |
|
| 161 |
After that you can run the model in a mobile app (see [Running in a mobile app](#running-in-a-mobile-app)).
|
|
|
|
| 155 |
--max_context_length 1024 \
|
| 156 |
--max_seq_length 1024 \
|
| 157 |
--dtype fp32 \
|
| 158 |
+
--metadata '{"get_bos_id":151644, "get_eos_ids":[151643, 151645]}'
|
| 159 |
```
|
| 160 |
|
| 161 |
After that you can run the model in a mobile app (see [Running in a mobile app](#running-in-a-mobile-app)).
|