Skip to content

Commit

Permalink
adding peft_config field
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanker13 committed Dec 12, 2023
1 parent a017b21 commit f87e8e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/python/kubeflow/storage_init_container/hugging_face.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def __post_init__(self):
@dataclass
class HuggingFaceTrainParams:
additional_data: Dict[str, Any] = field(default_factory=dict)
peft_config: Dict[str, Any] = field(default_factory=dict)


class HuggingFace(modelProvider):
Expand Down

0 comments on commit f87e8e9

Please sign in to comment.