We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3a2a0 commit 5a21d66Copy full SHA for 5a21d66
ads/aqua/model/entities.py
@@ -1,5 +1,5 @@
1
#!/usr/bin/env python
2
-# Copyright (c) 2024 Oracle and/or its affiliates.
+# Copyright (c) 2024, 2025 Oracle and/or its affiliates.
3
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
4
5
"""
@@ -283,6 +283,7 @@ class ImportModelDetails(CLIBuilderMixin):
283
os_path: str
284
download_from_hf: Optional[bool] = True
285
local_dir: Optional[str] = None
286
+ delete_from_local: Optional[bool] = True
287
inference_container: Optional[str] = None
288
finetuning_container: Optional[str] = None
289
compartment_id: Optional[str] = None
0 commit comments