Skip to content
View khanhnd61-vr's full-sized avatar

Block or report khanhnd61-vr

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
khanhnd61-vr/README.md

Khanh D. Nguyen

AI software engineer working on inference engineering, model optimization, and edge AI for robotics: making capable models run fast on real hardware.

Website LinkedIn Scholar

        /\    /\
       /  \__/  \
      /  O    O  \
     |     ︶     |
     |   \____/   |
      \  ~~~~~~  /
       \________/
  • vla.cpp: Vision-Language-Action models on local hardware, in the spirit of llama.cpp.
  • vla.simd: efficient CPU inference for language-conditioned manipulation - SIMD micro-kernels (AVX2 / NEON) running 30+ actions per second on a Raspberry Pi 5.
  • REX: neural network Representation EXchange - a compiler converts common models between machine learning frameworks.
  • ReadItDown native markdown viewer and editor in Linux/Windows/macOS.
  • I optimize deep neural networks for AI accelerators: VLM · VLA · LLM.

Pinned Loading

  1. VinRobotics/vla.cpp VinRobotics/vla.cpp Public

    A unified inference runtime for VLA models.

    C++ 199 34

  2. readitdown readitdown Public

    View markdown online or natively on Linux/MacOS/Windows

    Svelte 2 1

  3. modelopt101 modelopt101 Public

    Learn model optimization for edge deployment

    16 26

  4. rex rex Public

    neural network Representation EXchange

    Python