Skip to content

dceoy/docker-llama-cpp-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-llama-cpp-python

Dockerfile for llama-cpp-python

CI to Docker Hub

Docker image

Pull the image from Docker Hub.

$ docker image pull dceoy/llama-cpp-python

Usage

Test the package.

$ docker container run --rm dceoy/llama-cpp-python

Test text generation.

$ docker container run \
    --rm --entrypoint /wd/chat.sh -v "${PWD}:/wd" -w /wd \
    dceoy/llama-cpp-python \
    'Q: Name the planets in the solar system?' 'A: '

About

Dockerfile for llama-cpp-python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Contributors 2

  •  
  •