Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Refactoring '-o' option #12278

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

Merged
merged 1 commit into from
Mar 10, 2025
Merged

Refactoring '-o' option #12278

merged 1 commit into from
Mar 10, 2025

Conversation

marcoStocchi
Copy link
Contributor

As discussed in PR 'llama-tts : add -o option' (#12042):

  • common_params : 'out_file' string is the only output file name parameter left in 'common_params'. It's intended to be used in all example programs implementing an '-o' option.

  • cvector-generator, export-lora, imatrix : default output filenames moved from 'common_params' to the 'main()' of each example program.

As discussed in PR 'llama-tts : add -o option' (ggml-org#12042):

* common_params : 'out_file' string is the only output file name parameter left in common_params. It's intended to be used in all example programs implementing an '-o' option.

* cvector-generator, export-lora, imatrix : default output filenames moved from 'common_params' to the 'main()' of each example program.
@ggerganov
Copy link
Member

We can merge if the CI is green.

Copy link
Collaborator

@ngxson ngxson left a comment

Choose a reason for hiding this comment

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

I rerun the CI, seems like temporary error

@ggerganov
Copy link
Member

The CI error is related to #11227 (comment). Will be fixed separately.

@ggerganov ggerganov merged commit 6ef79a6 into ggml-org:master Mar 10, 2025
45 of 47 checks passed
jpohhhh pushed a commit to Telosnex/llama.cpp that referenced this pull request Mar 14, 2025
As discussed in PR 'llama-tts : add -o option' (ggml-org#12042):

* common_params : 'out_file' string is the only output file name parameter left in common_params. It's intended to be used in all example programs implementing an '-o' option.

* cvector-generator, export-lora, imatrix : default output filenames moved from 'common_params' to the 'main()' of each example program.
arthw pushed a commit to arthw/llama.cpp that referenced this pull request Mar 19, 2025
As discussed in PR 'llama-tts : add -o option' (ggml-org#12042):

* common_params : 'out_file' string is the only output file name parameter left in common_params. It's intended to be used in all example programs implementing an '-o' option.

* cvector-generator, export-lora, imatrix : default output filenames moved from 'common_params' to the 'main()' of each example program.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants