Skip to content

Container image to play with Podman-libkrun on Apple Silicon macOS

License

Notifications You must be signed in to change notification settings

orimanabu/fedora-llama-vulkan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's this

Container image to play with Podman-libkrun on Apple Silicon macOS

How to use

Build llama.cpp container image

make build

or

podman build . -t fedora-llama-vulkan

Run llama.cpp container

Please download a model file you like (for example Llama-3-ELYZA-JP-8B-q4_k_m.gguf) and place it in $HOME/Downloads beforehand.

make run

or

podman run --rm -ti --device /dev/dri -v ~/Downloads:/models:Z localhost/fedora-llama-vulkan main --temp 0 -m models/Llama-3-ELYZA-JP-8B-q4_k_m.gguf -b 512 -ngl 99 -p "Podmanのlibkrun providerについて教えて下さい"

References

About

Container image to play with Podman-libkrun on Apple Silicon macOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published