Skip to content

Commit 6fdc6f8

Browse files
committed
indent para
Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
1 parent f15e82c commit 6fdc6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2023-10-03-high-performance-llama.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ model = LlamaForSampling.from_pretrained(
6767
)
6868
```
6969

70-
Now let's compile the model and load model weights into device memory with a one liner API.
70+
<p style="padding-left:6.25rem">Now let's compile the model and load model weights into device memory with a one liner API.</p>
7171
```
7272
model.to_neuron()
7373
```

0 commit comments

Comments
 (0)