Ollama - MacOS: erinevus redaktsioonide vahel

Allikas: Imre kasutab arvutit
Mine navigeerimisribaleMine otsikasti
Resümee puudub
49. rida: 49. rida:
   
 
>>> Send a message (/? for help)
 
>>> Send a message (/? for help)
  +
</pre>
  +
  +
===Mudelid===
  +
  +
====Pilvepõhised====
  +
  +
<pre>
  +
imreoolberg@Imres-MacBook-Air ~ % ollama show gemma4:cloud
  +
Model
  +
architecture gemma4
  +
parameters 32682372656
  +
context length 262144
  +
embedding length 5376
  +
quantization BF16
  +
  +
Capabilities
  +
completion
  +
thinking
  +
tools
  +
vision
 
</pre>
 
</pre>
   

Redaktsioon: 28. juuli 2026, kell 23:33

Sissejuhatus

TODO

Tööpõhimõte

Tingimata ei ole see vajalik, aga kui pressida Sign In ollama veebikohas https://ollama.com/ ja nt Google kontoga sisse logida, paistab selline pilt

20260728-ollama-02.png

kus

  • TODO

Paigaldamine ja käivitamine

Ollama tarkvara saab kopeerida aadressilt https://ollama.com/download/mac

20260728-ollama-01.png

kus

  • TODO
imreoolberg@Imres-MacBook-Air ~ % ollama pull mistral:7b
pulling manifest
pulling f5074b1221da: ... 100% 
verifying sha256 digest
writing manifest
success
imreoolberg@Imres-MacBook-Air ~ %

Kasutamiseks käsurealt, nt

imreoolberg@Imres-MacBook-Air ~ % ollama run mistral:7b
>>> please list from smaller to bigger 4 first amicable numbers
 Amicable numbers are pairs of integers (u, v) such that the sum of the proper divisors of u is equal to v, and the sum of the proper divisors of v is equal to u. The first four
amicable numbers are:

1. (220, 284)
2. (1184, 1210)
3. (2620, 2924)
4. (5020, 5564)

These numbers are sorted from smallest to largest: (220, 284), (1184, 1210), (2620, 2924), and (5020, 5564).

>>> Send a message (/? for help)

Mudelid

Pilvepõhised

imreoolberg@Imres-MacBook-Air ~ % ollama show gemma4:cloud
  Model
    architecture        gemma4
    parameters          32682372656
    context length      262144
    embedding length    5376
    quantization        BF16

  Capabilities
    completion
    thinking
    tools
    vision

Kasutamine

TODO

TODO

Kasulikud lisamaterjalid