最終更新:2024-05-09 (木) 11:47:37 (9d)  

Ollama
Top / Ollama

Run Llama 2, Code Llama, and other models. Customize and create your own.

https://ollama.com/

https://github.com/ollama/ollama

Windows

  • タスクトレイに常駐する

動かし方

  • ollama run llama2

コマンド

GPU

help

  • Large language model runner
    
    Usage:
      ollama [flags]
      ollama [command]
    
    Available Commands:
      serve       Start ollama
      create      Create a model from a Modelfile
      show        Show information for a model
      run         Run a model
      pull        Pull a model from a registry
      push        Push a model to a registry
      list        List models
      cp          Copy a model
      rm          Remove a model
      help        Help about any command
    
    Flags:
      -h, --help      help for ollama
      -v, --version   Show version information
    
    Use "ollama [command] --help" for more information about a command.
    

Ollama/モデル

APIサーバ

  • http://localhost:11434