Skip to content

[v2] Exclude completion models from PyInstaller distribution#10137

Merged
hssyoo merged 1 commit intov2from
remove-comp-models
Mar 17, 2026
Merged

[v2] Exclude completion models from PyInstaller distribution#10137
hssyoo merged 1 commit intov2from
remove-comp-models

Conversation

@hssyoo
Copy link
Copy Markdown
Contributor

@hssyoo hssyoo commented Mar 17, 2026

Completion models are only used at build time to generate the autocomplete index, ac.index. They're not used at runtime by the completer binary so we can save some disk space by excluding completion models from the final PyInstaller distribution.

@hssyoo hssyoo merged commit 26e1421 into v2 Mar 17, 2026
119 of 124 checks passed
@hssyoo hssyoo deleted the remove-comp-models branch March 17, 2026 18:01
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.

2 participants