Skip to content
View juvi21's full-sized avatar

Sponsoring

@teknium1
@OpenAccess-AI-Collective
Block or Report

Block or report juvi21

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
juvi21/README.md

Hello Friend 👋

If you believe there's a paper, problem, or project, especially in the domains of AI, CTF, or Competitive Programming that could benefit from an open-source implementation, I'd love to hear from you! Please use this form link to share your ideas or reach out to me directly via mail or Discord. I welcome all suggestions!

Projects

  • llama.jl Inference Llama 2 in one file of pure C. Nahh wait, now fresh in Julia!
  • CoPE-cuda Contextual Position Encoding but with some custom CUDA Kernels https://arxiv.org/abs/2405.18719
  • Competitive-Coding-Benchmark Benchmark LLMs against a set of high quality representative competitive coding problems sourced from cses.fi
  • nngdb An terminal based neural-network Interpretability-tool that feels like gdb
  • cudatiger An accelerated implementation of the Tiger optimizer for PyTorch, supercharged with Triton for enhanced CUDA GPU efficiency. More Memory efficient than Adam. https://kexue.fm/archives/9512
  • tinyfep A simplified and abstracted rendition of FEP+ (Free Energy Perturbation) for molecular simulations. https://www.schrodinger.com/products/fep

Models

Datasets

Pinned Loading

  1. llama2.jl llama2.jl Public

    Forked from karpathy/llama2.c

    Inference Llama 2 in one file of pure C. Nahh wait, now fresh in Julia!

    Python 20 1

  2. CoPE-cuda CoPE-cuda Public

    Contextual Position Encoding but with some custom CUDA Kernels https://arxiv.org/abs/2405.18719

    Python 10

  3. nngdb nngdb Public

    An terminal based interpretability Tool that feels like gdb

    Python

  4. init.vim init.vim
    1
    call plug#begin()
    2
    
                  
    3
    " UI and Themes
    4
    Plug 'drewtempelmeyer/palenight.vim'
    5
    Plug 'morhetz/gruvbox'
  5. Competitive-Coding-Benchmark Competitive-Coding-Benchmark Public

    Benchmark LLMs against a set of high quality representative competitive coding problems sourced from cses.fi

    Python 1

  6. cudatiger cudatiger Public

    An accelerated implementation of the Tiger optimizer for PyTorch, supercharged with Triton for enhanced CUDA GPU efficiency. More Memory efficient than Adam. https://kexue.fm/archives/9512

    Python 2