Skip to main content
Models deployed to MemryX accelerators can be verified before initializing the async accelerator with the secure loader:
The secure_load call verifies the model file’s signature using tuc before passing it to AsyncAccl. If the signature check fails, a ModelVerificationError is raised and the model is never loaded.

Requirements

The memryx package is Linux only (x86_64 / ARM64) and is not available for macOS or Windows.