Skip to content
View varad-more's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report varad-more

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 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
varad-more/README.md
An ASCII scene: someone walks to a desk, opens a laptop and runs a script; a terminal prints the profile of Varad More, a software engineer working on AI systems, accelerated computing and cloud infrastructure.

Hi, I'm Varad More 👋

I build fast AI systems and robust cloud infrastructure. Previously a founding engineer at Sharp Data Analytics and a startup co-founder, I focus on hardware-level inference optimization, scalable backend systems, and contributing to open-source observability tools.

Stack

  • Languages: Python · C++ · TypeScript · JavaScript · Java · Bash
  • AI/ML: PyTorch · Triton · CUDA · TensorFlow · OpenCV · NumPy · Pandas
  • Cloud & DevOps: AWS · GCP · Terraform · Docker · Kubernetes · Nginx
  • Tools: FastAPI · Django · Flask · Node.js · React · GraphQL · PostgreSQL · Git

Elsewhere

varadmore.me | LinkedIn | X | Google Scholar

Pinned Loading

  1. vllm-project/vllm-metal vllm-project/vllm-metal Public

    Community maintained hardware plugin for vLLM on Apple Silicon

    Python 1.5k 202

  2. inference-engine-benchmark-system inference-engine-benchmark-system Public

    Production-grade benchmark harness comparing vLLM vs SGLang LLM inference engines across latency, throughput, KV-cache, structured generation, and speculative decoding on NVIDIA A10G (14 models, 2B…

    HTML 1

  3. guardrail-compliance-engine guardrail-compliance-engine Public

    Scan Terraform, CloudFormation & Kubernetes for compliance violations. Local checks + AWS Bedrock AI reasoning. SOC 2, CIS, PCI-DSS, HIPAA policies included.

    Python

  4. sagemaker-llm-inference-optimizer sagemaker-llm-inference-optimizer Public

    Benchmark and optimize LLM inference backends on Amazon SageMaker for latency, throughput, and cost.

    HTML

  5. kv-transfer-tax kv-transfer-tax Public

    Measuring the KV-transfer tax of disaggregated prefill/decode LLM serving (vLLM + NIXL, 4x A10G): on PCIe-only hardware, disagg loses to plain data-parallel replication — measured, committed, repro…

    Python

  6. triton-kernel-lab-for-llm-inference triton-kernel-lab-for-llm-inference Public

    Triton GPU kernels for LLM inference: FlashAttention-2 forward, RMSNorm, RoPE, SwiGLU, INT8 matmul, KV-cache ops. Correctness-tested against PyTorch and rooflined on real GPUs (A10G, T4). No invent…

    Python