File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -109,11 +109,13 @@ def create(
109109 )
110110
111111 source = self .get_source (create_fine_tuning_details .ft_source_id )
112- if source .compartment_id != ODSC_MODEL_COMPARTMENT_OCID :
113- raise AquaValueError (
114- f"Fine tuning is only supported for Aqua service models in { ODSC_MODEL_COMPARTMENT_OCID } . "
115- "Use a valid Aqua service model id instead."
116- )
112+
113+ # todo: revisit validation for fine tuned models
114+ # if source.compartment_id != ODSC_MODEL_COMPARTMENT_OCID:
115+ # raise AquaValueError(
116+ # f"Fine tuning is only supported for Aqua service models in {ODSC_MODEL_COMPARTMENT_OCID}. "
117+ # "Use a valid Aqua service model id instead."
118+ # )
117119
118120 target_compartment = (
119121 create_fine_tuning_details .compartment_id or COMPARTMENT_OCID
You can’t perform that action at this time.
0 commit comments