Skip to content
View Leikoe's full-sized avatar
📐
no, you can't expect nvlink to work
📐
no, you can't expect nvlink to work

Block or report Leikoe

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Leikoe/README.md
  • 👋 Hi, I’m @Leikoe
  • 👀 I’m interested in programming accelerators / Machine learning.
  • 🔥 Mainly using Python / C / Rust
  • 📫 Reach me on discord : @leikowo

Pinned Loading

  1. tensoru tensoru Public

    Multi-backend accelerated tensor library with dynamic kernel generation.

    Rust

  2. Llama 3.2 inference in mlx - functio... Llama 3.2 inference in mlx - functional style / no nn.Module
    1
    # Uses entropix's tokenizer & downloaded weights. Saving this file into entropix's repo should work
    2
    
                  
    3
    import math
    4
    from typing import NamedTuple, List
    5
    from pathlib import Path
  3. mnist.c mnist.c Public

    MNIST classifier training in simple, raw C/CUDA. Inspired by llm.c

    C

  4. cuda-matmuls cuda-matmuls Public

    cuda matmul experimentations

    Cuda

  5. Coral Coral Public

    SSL robot control software

    Rust

  6. ssl-ml ssl-ml Public

    Machine learning research project for Small Size League robocup robots

    Python 1