Skip to content

Commit

Permalink
RDS-971: Test harness - fix GPT-X, add NavFT, ensure monitors are wor…
Browse files Browse the repository at this point in the history
…king

Co-authored-by: Matt Kornfield <[email protected]>
GitOrigin-RevId: a04ad3c0cae66787f779843c24d2e329b36c27a2
  • Loading branch information
andreatgretel and mckornfield committed Aug 7, 2024
1 parent 7b8e98f commit d68f562
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gretel_trainer/benchmark/gretel/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ class GretelTabularDP(GretelModel):
config = "synthetics/tabular-differential-privacy"


class GretelNavigatorFT(GretelModel):
config = "synthetics/navigator-ft"


class _GretelModelWithOverrides(GretelModel):
_delegate: GretelModel
_name: str
Expand Down

0 comments on commit d68f562

Please sign in to comment.