You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a remote resource e.g. Huggingface model used in a detector cannot be reached, we should either fail gracefully or throw an error and offer a substitution. This will be important for running garak in airgapped/offline systems.
Steps to reproduce
Run garak -m test without an internet connection or with SSL intercept.
Expected behavior
When a website e.g. huggingface.co cannot be reached, gracefully pass to another detector/probe instead of failing with a raised ValueError.
Current behavior
Run terminates.
garak version
0.10.0
The text was updated successfully, but these errors were encountered:
If a remote resource e.g. Huggingface model used in a detector cannot be reached, we should either fail gracefully or throw an error and offer a substitution. This will be important for running garak in airgapped/offline systems.
Steps to reproduce
Run
garak -m test
without an internet connection or with SSL intercept.Expected behavior
When a website e.g. huggingface.co cannot be reached, gracefully pass to another detector/probe instead of failing with a raised ValueError.
Current behavior
Run terminates.
garak version
0.10.0
The text was updated successfully, but these errors were encountered: