Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

llama : fix progress dots #11730

Merged
merged 2 commits into from
Feb 7, 2025
Merged

llama : fix progress dots #11730

merged 2 commits into from
Feb 7, 2025

Conversation

magicse
Copy link
Contributor

@magicse magicse commented Feb 7, 2025

The progress dots were not displayed during model loading in the new version, and this fix restores the expected behavior.

load_tensors:      Vulkan0 model buffer size =  4306.97 MiB
load_tensors:   CPU_Mapped model buffer size =  6828.77 MiB
llama_init_from_model: n_seq_max     = 1
llama_init_from_model: n_ctx         = 4096
llama_init_from_model: n_ctx_per_seq = 4096

Fixed the progress dot display during model loading. ilke this

load_tensors:      Vulkan0 model buffer size =  4306.97 MiB
load_tensors:   CPU_Mapped model buffer size =  6828.77 MiB
...................................................................................................
llama_init_from_model: n_seq_max     = 1
llama_init_from_model: n_ctx         = 4096
llama_init_from_model: n_ctx_per_seq = 4096

Make sure to read the contributing guidelines before submitting a PR

For display progress dots in terminal.
Without this it didn't display dots progress during loading model from file.
removed trailing spaces
@ngxson ngxson changed the title Update llama.cpp llama : fix progress dots Feb 7, 2025
@ggerganov ggerganov merged commit 333820d into ggerganov:master Feb 7, 2025
46 checks passed
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