Skip to content

Conversation

@davidz-ampere
Copy link
Contributor

To avoid update docker image for every release, provide an option to specify the docker image. And set the default to latest tag.

type=str, required=True, nargs="+",
help="model names, e.g. 'Meta-Llama-3-8B-Instruct.Q8_0.gguf'")
parser.add_argument("-d", "--docker_image",
type=str, default="amperecomputingai/llama.cpp:latest",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe make this argument a required one without default value so that user has to make an informed choice? ("-ampereone" should be used on ampereone, but it wouldnt work on altra)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agree and fixed!

@davidz-ampere davidz-ampere merged commit 6219c16 into AmpereComputingAI:main Sep 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants