ollama icon indicating copy to clipboard operation
ollama copied to clipboard

model run command not rendered on mobile

Open olumolu opened this issue 9 months ago • 5 comments

https://ollama.com/library/phi3:3.8b In the page the installation commrnd is not written likw llama and gemma.

olumolu avatar May 03 '24 18:05 olumolu

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.

Screenshot 2024-05-03 at 22 44 06

thinkverse avatar May 03 '24 20:05 thinkverse

Not visible in a mobile device Screenshot_20240504-044317~2

olumolu avatar May 03 '24 23:05 olumolu

This is for llama3 Screenshot_20240504-044542~2

olumolu avatar May 03 '24 23:05 olumolu

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

thinkverse avatar May 03 '24 23:05 thinkverse

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

olumolu avatar May 04 '24 00:05 olumolu