Skip to content
View saitejasrivilli's full-sized avatar

Highlights

  • Pro

Block or report saitejasrivilli

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

👋 Hi, I'm Sai Teja Srivillibhutturu

LLM Post-Training Engineer | RLHF · GRPO · Agent RL | GPU Systems

LinkedInGitHubGoogle ScholarPortfolio


🎯 Professional Summary

LLM Post-Training Engineer focused on the full alignment pipeline: SFT → DPO → GRPO → Agent RL with verifiable rewards. Building on 4× NVIDIA A30 at UT Arlington and shipping clinical AI at Qure.ai.

Post-Training work (all benchmarked on real hardware):

  • Agent GRPO on GSM8K — best reward 0.5575 over 200 iterations; policy learns to call a Python executor tool and condition on tool results before producing <final_answer>
  • PRM (Process Reward Model) — step-level rewards (γ=0.9) achieve best reward 1.0659; step signal contributes 15% of gradient even on wrong-answer rollouts
  • SFT → DPO → RLVR pipeline — BERTScore 0.780 → 0.855 (+9.6%), DPO margin +0.137, RLVR best reward 0.8189
  • vLLM vs HF inference — 1.24–1.32× real throughput gain, 10–18% TTFT reduction (measured, not estimated)
  • Quantization — NF4 reduces Qwen2.5-7B VRAM from 15.25 GB → 5.83 GB (−61.8%) at only 16% throughput loss

Published IEEE research on LLM-based path planning (OJCOMS 2026, ICC 2026).


💼 Professional Experience

AI Solutions Engineer Intern @ Qure.ai

📍 Arlington, TX | Mar 2026 – May 2026

  • Clinical Protocol Automation: Leading LLM configuration for hospital clients (Mount Sinai, Medstar) to automate clinical workflows using proprietary clinical knowledge
  • Healthcare Interoperability: Building EPIC/FHIR integrations to enable real-time protocol recommendations directly in hospital systems
  • Infrastructure Redesign: Architecting pluggable executor framework for clinical pipeline orchestration—Docker-first, API-driven design with portable artifact store across environments

Tech Stack: Python, FastAPI, Docker, Kubernetes, FHIR, Healthcare APIs


Graduate Research Assistant – TopGPT Project @ UT Arlington

📍 Arlington, TX | Jun 2025 – May 2026

  • Full-Stack LLM/RAG Platform: Building enterprise-grade retrieval-augmented generation system for knowledge workers
  • GPU Infrastructure: Leveraging 4× NVIDIA A30 cluster (96GB total VRAM) for multi-GPU DDP training and inference optimization
  • Research & Development: Experimenting with advanced RAG patterns, prompt optimization, and efficient fine-tuning techniques

Tech Stack: PyTorch, CUDA, vLLM, Vector Databases, LangChain


ML Engineer Intern @ DentalScan / ReplyQuickAI

📍 Remote | Dec 2025 – Feb 2026

  • Computer Vision Pipeline: Developed CNN-based dental image analysis system with automated defect detection
  • Cloud Deployment: End-to-end pipeline from model training to production on AWS (S3, EC2, SageMaker)
  • Experiment Tracking: Integrated MLflow for reproducible model versioning and metric comparison

Tech Stack: PyTorch, TensorFlow, AWS (S3, EC2, SageMaker), MLflow, OpenCV


Software Engineer (4 yrs) @ Tata Consultancy Services

📍 India | Jun 2019 – May 2023

  • Built scalable Java-based backend systems for financial services domain
  • Designed distributed system architectures and optimized database performance
  • Led API design and microservices migration initiatives

📚 Publications & Research

DTMAP: Digital Twin-Guided AI Path Planning for Connectivity-Aware Mobility

IEEE Open Journal of the Communications Society (OJCOMS) | Accepted April 2026

Multi-objective path planning framework integrating wireless digital twins with a fine-tuned LLM for connectivity-aware navigation in 6G/XR environments. Achieves 1.9% outage probability vs. 2.3% for RL, 312 ms avg. inference latency, outperforms A*, greedy, Q-learning, LLaMA 3.1/3.3-70B, and Qwen-2.5-72B.

  • Tunable α parameter trades off signal strength vs. travel distance across 21 values without retraining
  • GPT-4o-mini fine-tuned on instruction-conditioned routing data via DT-grounded oracle supervision
  • Deterministic sanitization pipeline brings raw LLM path validity from 65% → 100%
  • Tech stack: GPT-4o-mini (OpenAI Fine-tuning API), NVIDIA Sionna (ray tracing), OpenStreetMap, Blender, Python, PyTorch

CTMap: LLM-Enabled Connectivity-Aware Path Planning in mmWave Digital Twin Networks

IEEE ICC 2026 (CQRM) | arXiv:2601.00110

Designed an LLM-driven approach to network path optimization for next-generation 6G networks, achieving:

  • Connectivity-aware routing in mmWave networks using digital twin simulation
  • Practical deployment on edge devices with on-device inference

📖 Read on arXiv | 💻 View Research Code

This work bridges the gap between LLM reasoning capabilities and systems-level network optimization—proving that transformer-based models can effectively solve constrained optimization problems in telecommunications.


🌐 Live Deployments & Interactive Demos

Experience my work in action. All demos are production-ready and actively maintained:

ProjectPlatformDescriptionStatus
🤖 Multi-Strategy AI Agent System🤗 Hugging Face Spaces4 reasoning strategies (CoT, ToT, ReAct, Multi-Agent) with intelligent routing✅ Live
🔍 Glean-Lite: Enterprise RAGVercelGo-based RAG engine with semantic search and document ingestion✅ Production
⚡ Edge LLM BenchmarkVercelReal-time LLM benchmarks on MacBook Air M2 using MLX framework✅ Interactive
🌊 Maxwell PINN SolverStreamlit DemoPhysics-informed neural network solving Maxwell's equations (1700× COMSOL speedup)✅ Live

Try them out: Click any link above to see ML/AI in action. No signup required.


🚀 Featured Projects

🧠 LLM Post-Training Pipeline — SFT → DPO → GRPO → Agent RL

End-to-end implementation of modern LLM alignment techniques on Qwen2.5-7B-Instruct across 4× NVIDIA A30 GPUs. All numbers are measured on real hardware.

RepositoryMethodKey Result
rlhf-synthesis-optimizationPPO · DPO · GRPO · Agent GRPO · PRM · RLAIF · STaRAgent GRPO best reward 0.5575 (200 iters); PRM best 1.0659; LLM-PPO 0.9007
LLM_FineTuning_SFT_ProductionSFT → DPO → RLVRBERTScore 0.780 → 0.855; DPO margin +0.137; RLVR best reward 0.8189
efficient-post-training-suiteFull 6-stage pipeline + SLURM configsSFT → DPO → GRPO → Agent → Eval on A30 cluster
reward-model-trainingBradley-Terry RM on HH-RLHF · scalar head · ECE + calibration curveVal acc 65.0%, test acc 62.7%, mean margin 0.29 (measured A30)
preference-data-pipelineHH-RLHF · UltraFeedback · OASST1 → quality filter → MinHash dedup → DPO JSONL14 unit tests · chatml/llama3 templates · contamination check
code-agent-eval-benchmarkReAct tool-use harness · 14 tasks · python_exec / calculator / lookup100% task success · 100% error recovery · 1.3 avg steps (ceiling agent)
distributed-training-modelsFSDP · DDP · multi-node SLURMFSDP fp16 2-GPU 21,844 tok/s; multi-node configs for 2/4-node Qwen2.5-7B
attention-optimizationvLLM PagedAttention vs HuggingFace1.24–1.32× throughput · 10–18% TTFT reduction (10 measured runs)

Key techniques implemented: GRPO with group-relative advantages, verifiable rewards (RLVR), process reward models with step-level discounting, Constitutional AI (critique→revise→DPO), RLAIF pairwise judge (60 pairs/10 prompts, K=4), rejection sampling fine-tuning (ReST/RAFT), STaR (self-taught reasoner), multi-node FSDP with SLURM, NF4/INT8 quantization.


⭐ Advanced AI Agent System — Multi-Strategy Reasoning

Multi-strategy AI reasoning system implementing cutting-edge techniques from recent AI research papers. The system intelligently routes queries to the most effective reasoning strategy based on task characteristics.

Implemented Strategies:

  • Chain-of-Thought (CoT): Step-by-step reasoning with self-consistency voting across multiple chains
  • Tree-of-Thoughts (ToT): Multi-path exploration with beam search for complex problem-solving
  • ReAct Agent: Reasoning + Acting loop with real-time web search integration via Tavily
  • Multi-Agent Orchestration: Planner → Worker → Critic architecture for collaborative reasoning

Why This Stack?

  • Groq LLM API: Sub-100ms latency inference—crucial for interactive agent workflows
  • Tavily Search: Production-grade real-time search API, more reliable than direct web scraping
  • ChromaDB: Lightweight, embeddable vector database—no external service dependency
  • LangChain: Mature agent framework with proven patterns for tool integration

Research Papers Implemented:

🔗 Live Demo | 📖 GitHub


🔥 LLM & GPU Optimization

Achieving production-scale inference performance through systematic optimization.

Performance Benchmarks (Measured — NVIDIA A30, Qwen2.5-7B-Instruct)

┌─────────────────────────────────────────────────────────────────┐
│ vLLM vs HuggingFace generate() — Real Measurements │
├─────────────────────────────────────────────────────────────────┤
│ Batch │ HF tok/s │ vLLM tok/s │ Speedup │ HF TTFT │ vLLM TTFT │
│ ──────┼──────────┼────────────┼─────────┼─────────┼────────── │
│ 1 │ 37.6 │ 49.8 │ 1.32× │ 29 ms │ 24 ms │
│ 4 │ 149.1 │ 190.2 │ 1.28× │ 32 ms │ 28 ms │
│ 8 │ 297.7 │ 368.4 │ 1.24× │ 49 ms │ 43 ms │
│ 16 │ 563.1 │ 697.5 │ 1.24× │ 73 ms │ 66 ms │
│ │
│ Mechanism: PagedAttention KV-cache + CUDA graph capture │
│ 3 warmup + 5 measure runs per batch size │
└─────────────────────────────────────────────────────────────────┘
┌─────────────────────────────────────────────────────────────────┐
│ Quantization — FP16 vs INT8 vs NF4 (A30) │
├─────────────────────────────────────────────────────────────────┤
│ Precision │ TTFT │ tok/s │ VRAM │ Reduction │
│ ──────────┼─────────┼────────┼─────────┼────────────── │
│ FP16 │ 69.8ms │ 19.4 │ 15.25GB │ baseline │
│ INT8 │ 1392ms │ 1.2 │ 8.82GB │ −42.2% VRAM │
│ NF4 │ 272ms │ 16.2 │ 5.83GB │ −61.8% VRAM ✅ │
│ │
│ NF4: best tradeoff — 61.8% memory reduction, 16% throughput │
│ loss. Fits Qwen2.5-7B in 5.83 GB (RTX 3080 / 4070 class) │
└─────────────────────────────────────────────────────────────────┘

Optimization techniques benchmarked on hardware:

  1. NF4 / INT8 quantization (bitsandbytes): FP16→NF4 saves 61.8% VRAM at 16% throughput loss; INT8 slower at batch=1 due to dequantization overhead
  2. PagedAttention (vLLM): 1.24–1.32× throughput, 10–18% TTFT reduction vs HuggingFace generate()
  3. Kernel fusion (torch.compile): FusedLayerNormLinear eliminates HBM round-trip between LayerNorm and Linear
  4. Gradient checkpointing: recompute activations on backward — reduces peak memory at cost of ~33% extra compute
  5. DataParallel 4× GPU: 1.80× throughput on 4× A30; CUDA kernel dispatch overhead measured

Featured Optimization Projects

RepositoryFocusKey ResultStatus
attention-optimizationvLLM PagedAttention vs HuggingFace generate() — 4 batch sizes, 10 measured runs1.24–1.32× throughput, 10–18% TTFT reduction⭐ Measured
gpu-optimization-mistralFP16/INT8/NF4 quantization + kernel fusion + DataParallel profiling on 4× A30NF4 −61.8% VRAM, fused ops 37× on targeted layers✅ Measured
LORA-implementationLow-Rank Adaptation for parameter-efficient fine-tuning10× parameter reduction✅ Complete

Quick Start: Benchmarking vLLM

git clone https://github.com/saitejasrivilli/attention-optimization
cd attention-optimization
pip install -r requirements.txt
python benchmark.py --model Qwen/Qwen2.5-7B-Instruct --batch-sizes 1 4 8 16
# Results: 1.24–1.32× throughput gain over HF generate() on NVIDIA A30

🤖 AI Agents & Multi-Agent Systems

Building intelligent agents that reason, plan, and collaborate.

ProjectDescriptionArchitectureStatus
ai-agent-systemMulti-strategy AI reasoning with 4 reasoning modesGroq + Tavily + ChromaDB⭐ Live
AdvancedLLMAgentSophisticated agent with function calling & tool useLangChain + RAG✅ Production
Multi_Agent_Workflow_AutomatorMulti-agent orchestration for complex workflowsAgent coordinator pattern✅ Scalable
offline-rag-assistantPrivacy-focused RAG for offline deploymentVector DB + Local LLM✅ Deployable

Agent Architecture Patterns Implemented:

Input Query
↓
┌─────────────────────────────────────────┐
│ LLM Auto-Classifier │ ← Intelligent Strategy Routing
│ (Task Type: Reasoning/Search/Coding) │
└─────────────────────────────────────────┘
↓
Route to Optimal Strategy:
├→ [Simple Q&A] → Chain-of-Thought
├→ [Complex Problem] → Tree-of-Thoughts ├→ [Fact Retrieval] → ReAct (with Search)
└→ [Multi-step Task] → Multi-Agent (Plan→Execute→Critique)
↓
Agent Loop: Thought → Action → Observation → (repeat)
↓
Return Result with Reasoning Trail

🔬 ML Systems & Computer Vision

Production-ready machine learning systems from data to deployment.

ProjectDescriptionTech StackImpact
ai-video-analysis-systemEnd-to-end video analysis with object detection & trackingPyTorch, OpenCV, YOLOReal-time (30 FPS)
ComputerVisionComputer vision algorithms & deep learning implementationsTensorFlow, OpenCV, Detectron2Comprehensive suite
TeluguGPTLanguage model specialized for Telugu languageTransformers, HuggingFaceDomain-specific LLM
TelecomGPTDomain-specific LLM for telecom industryFine-tuning, LoRA, Transfer LearningIndustry-focused

📊 Data Engineering & ML Pipelines

Scalable systems for data processing and machine learning workflows.

ProjectDescriptionTech StackScale
DistributedKVStoreDistributed key-value store with consensus algorithmsGo, Raft, gRPCProduction-ready
end-to-end-data-engineering-projectComplete ETL pipeline: ingestion → processing → analyticsSpark, Airflow, Cloud SQLEnterprise scale
Collaborative_filtering_recommender_systemScalable recommendation engine for e-commercePySpark, MLlibMillions of users
TelecomChurnPredictorCustomer churn prediction system with feature engineeringPySpark, XGBoost, MLflow95%+ accuracy

Quick Example: Running the Recommendation Engine

git clone https://github.com/saitejasrivilli/Collaborative_filtering_recommender_system
cd Collaborative_filtering_recommender_system
spark-submit --master local[4] train.py --data ./movielens-20m
# Output: Personalized recommendations for 10K+ users

🛡️ AI Safety & Evaluation

Rigorous evaluation frameworks for responsible AI development.

ProjectDescriptionFocus AreaStatus
Red-Teaming-Failure-Analysis-MitigationSystematic LLM red-teaming with adversarial prompt generationSafety, Robustness✅ Active
Generative-Model-Safety-EvaluationSafety benchmarks for LLMs and diffusion modelsEvaluation, Benchmarking✅ Comprehensive
llm-long-context-stress-testStress testing LLMs on long-context tasks (100K+ tokens)Capability Testing✅ Published
simulation-planning-evaluationEvaluation framework for agent planning capabilitiesAgent Evaluation✅ Extensible

🛠️ Technical Skills & Expertise

🤖 ML/DL & LLMs

  • Core: PyTorch, TensorFlow, JAX
  • LLM Frameworks: LangChain, LlamaIndex, vLLM
  • Techniques: RAG, Vector DBs, LoRA/QLoRA
  • Inference: Quantization, Speculative Decoding
  • Optimization: CUDA, FlashAttention, KV-Cache

☁️ Cloud & Infrastructure

  • AWS: EC2, S3, SageMaker, Lambda (Certified)
  • Oracle: GenAI, Vector Search, Cloud Infrastructure
  • Microsoft: Azure, Fabric (Certified)
  • Containerization: Docker, Kubernetes, Helm
  • MLOps: CI/CD, Monitoring, Reproducibility

💻 Software Engineering

  • Languages: Python, Go, C++, Java, SQL
  • Web: FastAPI, Flask, REST APIs
  • Databases: PostgreSQL, Neo4j, Redis
  • Messaging: Kafka, RabbitMQ
  • Systems: Distributed Systems, DSA

🎓 Specialized Expertise Matrix

Where I have deep, production-tested knowledge:

DomainDepthKey ProjectsEvidence
LLM Post-Training (RLHF/GRPO)⭐⭐⭐⭐⭐PPO, DPO, GRPO, Agent GRPO, PRM, RLAIF, STaRbest_reward 0.5575–1.0659 measured
Reward Modeling & Evaluation⭐⭐⭐⭐⭐Verifiable rewards, process rewards, LLM-as-judgeGSM8K 54%, HumanEval 70%
LLM Inference & Optimization⭐⭐⭐⭐⭐vLLM PagedAttention, NF4/INT8 quant, KV-cache1.32× throughput, −61.8% VRAM
Distributed Training⭐⭐⭐⭐⭐FSDP, DDP, multi-node SLURM, torchrun21,844 tok/s FSDP fp16 2-GPU
GPU Optimization & CUDA⭐⭐⭐⭐⭐Profiling, quantization, attention, gradient checkpointingA30 4-GPU cluster
Multi-Agent & RAG Systems⭐⭐⭐⭐ReAct, CoT, ToT, self-healing RAGProduction deployments
Cloud Architecture⭐⭐⭐⭐AWS, Oracle, Kubernetes, FHIR/EPICCertified, Qure.ai prod
Research & Publications⭐⭐⭐⭐IEEE OJCOMS 2026, ICC 2026, path planning2 peer-reviewed venues

🏆 Certifications & Continuous Learning

Professional Certifications

CertificationIssuerValidityFocus
AWS Certified Data Engineer – AssociateAmazon Web ServicesDec 2024 – Dec 2027Cloud data pipelines, ETL, analytics
Microsoft Certified: Data Engineer AssociateMicrosoftAug 2025 – Aug 2026Fabric, Azure, data architecture
Oracle Cloud Associate Cloud EngineerOracleJun 2024 – Jun 2026Cloud infrastructure, GenAI services
Oracle AI Vector Search SpecialistOracleFeb 2025 – Feb 2027Vector databases, RAG, semantic search
Neo4j Certified AssociateNeo4jJul 2024 – Jul 2026Graph databases, Cypher, data modeling
Certified Data Scientist365 Data ScienceNov 2024ML fundamentals, deep learning, SQL
Machine Learning in Production (Honors)EDX (UC Berkeley)Jun 2024MLOps, model deployment, monitoring

Specialized Technical Training

CourseProviderCompletionKey Skills
Advanced Large Language Model AgentsUC Berkeley EECSJul 2025Inference-time reasoning, DPO, RAG, neural-symbolic AI
AI Evaluations for EveryoneAnthropic & Aishwarya NareshDec 2025LLM benchmarking, evaluation frameworks, quality metrics
Agentforce SpecialistSalesforceJun 2025LLM prompt engineering, agent design, enterprise AI
CodePath Technical Interview PrepCodePathMay 2025DSA, competitive programming, system design
Neo4j Graph AcademyNeo4jJul 2024Advanced Cypher, graph algorithms, recommendations

📈 Key Achievements & Impact

┌──────────────────────────────────────────────────────────────────────┐
│ PRODUCTION IMPACT METRICS │
├──────────────────────────────────────────────────────────────────────┤
│ │
│ 🚀 Post-Training Results 🏆 Research & Publications │
│ ├─ Agent GRPO reward 0.5575 ├─ IEEE OJCOMS journal (2026) │
│ ├─ PRM best reward 1.0659 ├─ IEEE ICC 2026 conference │
│ ├─ vLLM 1.32× throughput gain ├─ 1700× COMSOL speedup (PINN) │
│ └─ NF4 −61.8% VRAM (5.83 GB) └─ 3 patent-eligible algorithms │
│ │
│ 📚 Open Source & Community 🎓 Career Development │
│ ├─ 40+ public repositories ├─ 6+ cloud certifications │
│ ├- Active in AI safety research ├─ 20+ specialized courses │
│ │ │
│ 🔧 Systems Engineering 💼 Professional Growth │
│ ├─ Multi-GPU DDP training ├─ From SWE → ML Engineer path │
│ ├─ Kubernetes orchestration ├─ 4 years TCS → frontier AI │
│ └─ End-to-end ML pipelines └─ Healthcare AI focus (Qure.ai) │
│ │
└──────────────────────────────────────────────────────────────────────┘

🎯 What I'm Currently Working On

  • 🔭 LLM post-training: Constitutional AI (critique→revise→DPO), RLAIF pairwise judge, rejection sampling SFT
  • 🌱 Agent evaluation: ReAct harness with tool-use (python_exec / calculator / lookup), 14 tasks, error recovery
  • Inference optimization: vLLM PagedAttention benchmarks, NF4 quantization (−61.8% VRAM), multi-node FSDP
  • 🏥 Clinical AI: LLM-based protocol automation with FHIR/EPIC integrations at Qure.ai
  • 📊 Reward modeling: Bradley-Terry RM (65% val acc), BoN scaling, calibration analysis

🌍 Why I'm Unique

  1. Post-Training depth: implemented the full stack — SFT, DPO, PPO, GRPO, Agent GRPO with tool use, PRM, RLAIF, STaR — all with real measured results on Qwen2.5-7B
  2. Verifiable numbers: every benchmark in my repos is measured on real hardware (NVIDIA A30), not estimated or copy-pasted
  3. Systems + algorithms: can take a training run from SLURM launch through multi-node FSDP to reward model evaluation
  4. Published Researcher: 2 IEEE publications (OJCOMS 2026, ICC 2026) on LLM-based path planning in 6G networks
  5. Production AI: shipping clinical LLM automation with FHIR/EPIC integrations at Qure.ai
  6. 40+ public repos spanning post-training, inference optimization, distributed training, and evaluation

📫 Let's Connect & Collaborate

I'm actively seeking opportunities in LLM Post-Training, RLHF/GRPO research engineering, and ML Systems roles. Whether you're building frontier AI alignment pipelines, scaling reward modeling, or advancing agent evaluation—let's talk!

Reach out for:

  • 🔍 Technical collaboration on ML/AI projects
  • 💼 ML Engineering & LLM Engineer opportunities
  • 🎓 Mentorship in LLM optimization & RAG systems
  • 🚀 Open-source contributions & research partnerships

EmailLinkedInGoogle ScholarPortfolio


⭐ If you find my projects useful, consider giving them a star and sharing with others building the future of AI!

Popular repositories Loading

  1. maxwell-pinn maxwell-pinnPublic

    Physics-informed neural network solving Maxwell's equations in ICP reactors. Hard BC ansatz, transfer learning across geometries, autograd sensitivity maps. 1700× faster than FEM. Built with NVIDIA…

    Python 2

  2. glean-lite glean-litePublic

    RAG-powered codebase search

    Go 1

  3. ad-creative-scorer ad-creative-scorerPublic

    Multimodal ad creative quality scorer — MXNet/GluonCV ResNet-50 + BiLSTM fusion + ONNX export (40% latency reduction) + C++ batch postprocessor. r=0.71 quality correlation.

    Jupyter Notebook 1

  4. flash-attn-from-scratch flash-attn-from-scratchPublic

    Custom LLM inference kernels in Triton & CUDA C++: Flash Attention (beats torch SDPA at seqlen≥1024), int8 GEMM+dequant (104% of fp16 cuBLAS at M=2048), fused RMSNorm+Linear. Benchmarked on NVIDIA …

    Python 1

  5. sglang_spec_decode sglang_spec_decodePublic

    SGLang speculative decoding on 4× NVIDIA A30 — implemented lossless draft/verify with a RadixAttention-safe provisional KV cache (insert/commit/evict), accept-reject sampling verified mathematicall…

    Python 1

  6. LLMBoost LLMBoostPublic

    1.95× faster LLM inference via compiler-level kernel fusion

    Python 1