updated models
This commit is contained in:
@@ -320,7 +320,6 @@ if ($user_gender -eq "s") {
|
|||||||
# =========================
|
# =========================
|
||||||
|
|
||||||
Write-Output "Now downloading The models. This may take a while."
|
Write-Output "Now downloading The models. This may take a while."
|
||||||
ollama pull deepseek-v3.2:cloud
|
|
||||||
|
|
||||||
ollama pull gemma3:27b-cloud
|
ollama pull gemma3:27b-cloud
|
||||||
|
|
||||||
@@ -329,7 +328,7 @@ if ($user_gender -eq "s") {
|
|||||||
$fileName = "Modelfile"
|
$fileName = "Modelfile"
|
||||||
|
|
||||||
$content = @(
|
$content = @(
|
||||||
"FROM llama3.2-vision:11b"
|
"FROM gemma3:27b-cloud"
|
||||||
@"
|
@"
|
||||||
SYSTEM """
|
SYSTEM """
|
||||||
You are $name, a concise, capable AI assistant for the user.
|
You are $name, a concise, capable AI assistant for the user.
|
||||||
|
|||||||
@@ -321,8 +321,6 @@ if ($user_gender -eq "s") {
|
|||||||
Write-Output "Now downloading The models. This may take a while."
|
Write-Output "Now downloading The models. This may take a while."
|
||||||
ollama pull llama3.2-vision:11b
|
ollama pull llama3.2-vision:11b
|
||||||
|
|
||||||
ollama pull deepseek-v2:16b
|
|
||||||
|
|
||||||
ollama pull Malicus7862/deepseekcoder-6.7b-jarvis-gguf:latest
|
ollama pull Malicus7862/deepseekcoder-6.7b-jarvis-gguf:latest
|
||||||
|
|
||||||
$fileName = "Modelfile"
|
$fileName = "Modelfile"
|
||||||
|
|||||||
Reference in New Issue
Block a user