Skip to content

Conversation

@NoumaanAhamed
Copy link

Llama.cpp just updated their program names, I've updated the article to use the new name.

quantize -> llama-quantize
main -> llama-cli
simple -> llama-simple

Check out the PR

Llama.cpp just updated their program names, I've updated the article to use the new name.

quantize -> llama-quantize
main -> llama-cli
simple -> llama-simple

[Check out the PR](ggml-org/llama.cpp#7809)
.. code:: bash
./main -m qwen2-7b-instruct-q5_k_m.gguf -n 512 --color -i -cml -f prompts/chat-with-qwen.txt
./llama-cli -m qwen2-7b-instruct-q5_k_m.gguf -n 512 --color -i -cml -f prompts/chat-with-qwen.txt
Copy link
Collaborator

Choose a reason for hiding this comment

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

I believe they have also deprecated -cml. Could you also transfer the docs at https://huggingface.co/Qwen/Qwen2-72B-Instruct-GGUF here

Copy link
Author

Choose a reason for hiding this comment

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

sure fixed it

@jklj077 jklj077 merged commit 3fcad1b into QwenLM:main Jul 4, 2024
Copy link
Author

@NoumaanAhamed NoumaanAhamed left a comment

Choose a reason for hiding this comment

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

makes sense

@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants