Skip to content

garrdbyrd/ollama-utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

ollama utility script(s)

This is a collective a script(s) that I am working on to interact with ollama more easily.

Notes

I am testing on my personal computer, which uses an AMD RX 7600XT. Thus, I will be interacting with docker/ollama using the AMD-appropriate commands. Mainly the following

docker run -d --device /dev/kfd --device /dev/dri -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama:rocm

which can just be replaced with the following for NVIDIA (as of 2024-03-24).

sudo docker run -d --gpus=all -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama

This is only tested on my personal computer, which uses Arch Linux. It is not tested for any other operating system.

Dependencies

Known dependencies:

  • ollama
  • docker
  • jq

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages