Skip to content

Commit 58b3157

Browse files
cccclaifacebook-github-bot
authored andcommitted
Format llama read me page
Summary: Current rendering is a bit off, it's supposed to be text but rendered as code {F1980589435} Rollback Plan: Differential Revision: D78847177
1 parent ec9b0c0 commit 58b3157

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/models/llama/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,11 @@ python -m extension.llm.export.export_llm \
224224
+base.checkpoint=<consolidated.00.pth.pth> \
225225
+base.params=<params.json>
226226
```
227-
Due to the larger vocabulary size of Llama 3, we recommend quantizing the embeddings with `quantization.embedding_quantize=\'4,32\'` as shown above to further reduce the model size.
228227

228+
Due to the larger vocabulary size of Llama 3, we recommend quantizing the embeddings with `quantization.embedding_quantize=\'4,32\'` as shown above to further reduce the model size.
229229

230-
If you're interested in deploying on non-CPU backends, [please refer the non-cpu-backend section](non_cpu_backends.md)
230+
231+
If you're interested in deploying on non-CPU backends, [please refer the non-cpu-backend section](non_cpu_backends.md)
231232

232233
## Step 3: Run on your computer to validate
233234

0 commit comments

Comments
 (0)