卸载模型(释放GPU内存)
(self)
| 134 | pass |
| 135 | |
| 136 | def unload_model(self): |
| 137 | """卸载模型(释放GPU内存)""" |
| 138 | self._model = None |
| 139 | |
| 140 | def _ensure_output_dir(self, output_dir: str): |
| 141 | """确保输出目录存在""" |
nothing calls this directly
no outgoing calls
no test coverage detected