CoolFace
Modelpublic

LayerFault/native-capability-library

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
0likes11downloads
modeling_layerfault.py7 linesDownload Raw Back to root
1import ctypes2class LayerfaultNativeFixture:3    @classmethod4    def from_pretrained(cls, *args, **kwargs):5        ctypes.CDLL("./liblayerfault_fixture.so")6        return cls()7