YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
NumPy .npz OOM Denial of Service PoC
Vulnerability
Memory Exhaustion via Crafted .npz File (CWE-789)
Files
oom_bomb.npzโ 244 bytes, single array requesting 8 GBoom_multi.npzโ 910 bytes, 4 arrays requesting 32 GB total
Reproduce
import numpy as np
# WARNING: Attempts 8 GB allocation
data = np.load('oom_bomb.npz')
arr = data['arr_0'] # Triggers OOM
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support