Skip to content

Commit 5a21d66

Browse files
Add delete_from_local input param
1 parent 3e3a2a0 commit 5a21d66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ads/aqua/model/entities.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# Copyright (c) 2024 Oracle and/or its affiliates.
2+
# Copyright (c) 2024, 2025 Oracle and/or its affiliates.
33
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
44

55
"""
@@ -283,6 +283,7 @@ class ImportModelDetails(CLIBuilderMixin):
283283
os_path: str
284284
download_from_hf: Optional[bool] = True
285285
local_dir: Optional[str] = None
286+
delete_from_local: Optional[bool] = True
286287
inference_container: Optional[str] = None
287288
finetuning_container: Optional[str] = None
288289
compartment_id: Optional[str] = None

0 commit comments

Comments
 (0)