Skip to content

Commit

Permalink
update goal from default generic value
Browse files Browse the repository at this point in the history
Co-authored-by: Jeffrey Martin <[email protected]>
Signed-off-by: Leon Derczynski <[email protected]>
  • Loading branch information
leondz and jmartin-tech authored Aug 1, 2024
1 parent c6e5e6d commit fb207ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garak/probes/fileformats.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class HF_Files(Probe, Configurable):
modality: dict = {"in": {"text"}}

def probe(self, generator) -> Iterable[garak.attempt.Attempt]:
"""attempt to exploit the target generator, returning a list of results"""
"""attempt to gather target generator model file list, returning a list of results"""
logging.debug("probe execute: %s", self)

package_path = generator.__class__.__module__
Expand Down

0 comments on commit fb207ca

Please sign in to comment.