Skip to content
View Sheikyon's full-sized avatar

Block or report Sheikyon

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
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 97k 26.7k

  3. moltbot/moltbot moltbot/moltbot Public

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

    TypeScript 103k 14.4k