Releases: guardrails-ai/detect_jailbreak
Releases · guardrails-ai/detect_jailbreak
Fix oldnumpy feature.
v0.1.6-a1 Lock torch version to 2.2.2 when oldnumpy feature is set.
Add oldnumpy as a feature when installing the Wheel to depend on an older Torch + Numpy.
Add oldnumpy as a feature when installing the Wheel to depend on an older Torch + Numpy.
Pre-release
Pre-release
v0.1.6-a0 Add an optional dependency for oldnumpy to use an older torch and num…
Remote inference updates
Merge pull request #4 from guardrails-ai/jc/new_remote_inference Change validator to respect local/remote inference.
Bugfix: S3+CUDA
Bugfix: Models loaded from S3 and local files were not correctly moved to the compute device.
Backwards-compatibility additions.
While Python 3.8 is EOL, we can add some changes to our validator that might make it possible to run.
File Support
Adds support for loading the model ensemble from S3 or an external file instead of simply from HF.