Skip to content

Releases: guardrails-ai/detect_jailbreak

Fix oldnumpy feature.

02 Dec 21:29
Compare
Choose a tag to compare
Fix oldnumpy feature. Pre-release
Pre-release
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.

02 Dec 19:56
Compare
Choose a tag to compare
v0.1.6-a0

Add an optional dependency for oldnumpy to use an older torch and num…

Remote inference updates

27 Nov 22:24
789a2da
Compare
Choose a tag to compare
Merge pull request #4 from guardrails-ai/jc/new_remote_inference

Change validator to respect local/remote inference.

Bugfix: S3+CUDA

27 Nov 18:30
Compare
Choose a tag to compare

Bugfix: Models loaded from S3 and local files were not correctly moved to the compute device.

Backwards-compatibility additions.

25 Nov 22:31
Compare
Choose a tag to compare

While Python 3.8 is EOL, we can add some changes to our validator that might make it possible to run.

File Support

25 Nov 21:04
e48835e
Compare
Choose a tag to compare

Adds support for loading the model ensemble from S3 or an external file instead of simply from HF.