You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

JAX export backdoor PoC

Repro:

python poc/export_backdoor_trigger_poc.py
python - <<'PY'
import jax, jax.numpy as jnp
from pathlib import Path
blob = Path("export_backdoor_trigger.pt").read_bytes()
exp = jax.export.deserialize(blob)
print(int(exp.call(jnp.int32(1))))
print(int(exp.call(jnp.int32(1337))))
PY
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support