Skip to content

Commit 88e066f

Browse files
authored
Update how-to-1.md
1 parent 818e93e commit 88e066f

File tree

1 file changed

+2
-2
lines changed
  • content/learning-paths/servers-and-cloud-computing/distributed-inference-with-llama-cpp

1 file changed

+2
-2
lines changed

content/learning-paths/servers-and-cloud-computing/distributed-inference-with-llama-cpp/how-to-1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Add the following code:
8181
```python
8282
import os
8383
from huggingface_hub import snapshot_download
84-
model_id = "meta-llama/llama-3.1-70B"
84+
model_id = "meta-llama/Llama-3.1-70B"
8585
local_dir = "llama-hf"
8686

8787
# Create the directory if it doesn't exist
@@ -188,4 +188,4 @@ Allowed quantization types:
188188
32 or BF16 : 14.00G, -0.0050 ppl @ Mistral-7B
189189
0 or F32 : 26.00G @ 7B
190190
COPY : only copy tensors, no quantizing
191-
```
191+
```

0 commit comments

Comments
 (0)