Skip to content

1.1.0

Choose a tag to compare

@PlanteAmigor PlanteAmigor released this 11 Jun 09:10

新增

./ov-cli setup --remove

卸载指定模块的独有 pip 包。逻辑:

  • 自动计算哪些包是"独有"的(不被其他已装模块需要)
  • 共享包不动(如 soundfile 同时被 asrtts 需要,只删一个时保留)
  • 基础依赖(openvino 等)永远不动
  • 卸载前会确认

New

./ov-cli setup --remove

Uninstalls exclusive pip packages of specified modules. How it works:

  • Automatically determines which packages are "exclusive" to the removed modules (not needed by remaining installed modules)
  • Shared packages are kept (e.g. soundfile is used by both asr and tts — removing one keeps it)
  • Base dependencies (openvino, etc.) are never touched
  • Prompts for confirmation before uninstalling