Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.79 KB

ollama_instructions_in_pictures.md

File metadata and controls

37 lines (20 loc) · 1.79 KB

Ollama Instructions

  1. Download Ollama from Ollama AI

  2. Double click to unzip

  3. Unzip Ollama.zip

    Screen Shot 2023-10-24 at 2 26 15 PM
  4. Double-click the Ollama Icon to install. You may see a message reminding you that you downloaded this from the internet. Agree and allow.

    accept
  5. When the install is finished, you will see a little llama lounging in the system bar.
    ollama

  6. You're almost done! Now we open the terminal to test the install. When you've opened the terminal app, type Ollama run orca-mini:latest

  7. This will download a small model called Orca-Mini. Later, you can scale up to a lorger model as your computer will allow. We're just using orca-mini to test.

If you are ever wondering if Ollama is running, open a browser and navigate to https://localhost:11434, and if it's running, you will see a message saying so.

localhost

If it's not running, you will see a "Not Found" error. Just open terminal and enter: ollama serve

and refresh https://localhost:11434.

Now you're ready to install Morpheus!