ollama
ollama copied to clipboard
model run command not rendered on mobile
https://ollama.com/library/phi3:3.8b In the page the installation commrnd is not written likw llama and gemma.
The installation command is written in the input to the right of the tag drop-down. It's ollama run <model>
for an interactive session and ollama pull <model>
to just download the model without an interactive session. It's the same CLI commands for all models.
Not visible in a mobile device
This is for llama3
Not visible in a mobile device
Not sure why you'd use a mobile device to access the website given Ollama is a desktop/server app. But either way, ollama run <model>
and ollama pull <model>
. It's the same for all models regardless of what's in their respective READMEs if you're using the ollama
CLI.
To grab a specific tag of the model you'd add the tag after the model name <model>[:tag]
, for e.g:
ollama run llama3:70b
I use mobile because it easier. Just look into and put into server else you need to ssh and then use a laptop to access and do stuff.you can also remove openssh. So you can't be effected with xz vulnerability