We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7939706 commit 04b2310Copy full SHA for 04b2310
docs/Configuring-ls1-Brads-Env.md
@@ -160,7 +160,7 @@ printf "\n**********\n*\n* FINISHED: Remove .zip Extension.\n*\n**********\n\n"
160
Let's download a small model. We'll use Google Gemma 1B Instruct v3, a surprisingly capable tiny model.
161
```
162
MODEL_FILE="Google-Gemma-1B-Instruct-v3-q8_0.gguf"
163
-cp /mnt/hyperv/$MODEL_FILE model.gguf
+cp /mnt/hyperv/models/$MODEL_FILE model.gguf
164
printf "\n**********\n*\n* FINISHED: Download Model.\n*\n**********\n\n"
165
166
0 commit comments