Skip to content
View Sheikyon's full-sized avatar

Block or report Sheikyon

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Sheikyon/README.md

0x536865696b796f6e

#include <tensor.h>

void tensor_leak(double *rank) {
    while(1) {
        *(rank++) = (double)0x536865696b796f6e;
    }
}

int main() {
    double tensor[4][4];
    tensor_leak(&tensor[0][0]);
    return 0;
}

Pinned Loading

  1. LLM-X LLM-X Public

    Python library for precise, hardware-aware inference memory consumption estimation of language models via reverse-engineering the model's tensors.

    Python 4

  2. pytorch/pytorch pytorch/pytorch Public

    Tensors and Dynamic neural networks in Python with strong GPU acceleration

    Python 97.1k 26.7k

  3. openclaw/openclaw openclaw/openclaw Public

    Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

    TypeScript 139k 20.5k