Skip to content

Commit 04b2310

Browse files
committed
Update Configuring-ls1-Brads-Env.md
Signed-off-by: Brad Hutchings <[email protected]>
1 parent 7939706 commit 04b2310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Configuring-ls1-Brads-Env.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ printf "\n**********\n*\n* FINISHED: Remove .zip Extension.\n*\n**********\n\n"
160160
Let's download a small model. We'll use Google Gemma 1B Instruct v3, a surprisingly capable tiny model.
161161
```
162162
MODEL_FILE="Google-Gemma-1B-Instruct-v3-q8_0.gguf"
163-
cp /mnt/hyperv/$MODEL_FILE model.gguf
163+
cp /mnt/hyperv/models/$MODEL_FILE model.gguf
164164
printf "\n**********\n*\n* FINISHED: Download Model.\n*\n**********\n\n"
165165
```
166166

0 commit comments

Comments
 (0)