This website requires JavaScript.
Explore
Help
Sign In
badjware
/
local-llm
Watch
1
Star
0
Fork
You've already forked local-llm
0
Code
Releases
Activity
5a5badd366
local-llm
/
ollama
/
bootstrap.sh
11 lines
107 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash -x
ollama serve
&
sleep
1
for
model in
${
@
:-
mistral
}
;
do
ollama pull
"
$model
"
done
wait
View Git Blame
Copy Permalink