Skip to content
View neyedhayo's full-sized avatar
🛠️
Coding my way out
🛠️
Coding my way out

Block or report neyedhayo

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

Pinned Loading

  1. RebusvLMs RebusvLMs Public

    evaluating and tracing reasoning capabilities in VLMs

    Python

  2. sglang sglang Public

    Forked from Paulooh007/sglang

    SGLang is a fast serving framework for large language models and vision language models.

    Python

  3. vAIcontract vAIcontract Public

    smart contract vulnerability detector with generative AI

    Go 1

  4. Simple PyTorch implementation of a s... Simple PyTorch implementation of a single attention head
    1
    import torch
    2
    import torch.nn as nn
    3
    import torch.nn.functional as F
    4
    import math
    5
    
                  
  5. Federated-Learning-MLC/PrivacyBench Federated-Learning-MLC/PrivacyBench Public

    Privacy benchmark suite for real-world trade-offs in PPML

    Python