Skip to content

Instantly share code, notes, and snippets.

View anfredette's full-sized avatar

Andre Fredette anfredette

  • Red Hat
  • Raleigh, NC
View GitHub Profile
sudo apt-get update
sudo apt-get -y install jq gh
sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq
sudo chmod +x /usr/local/bin/yq
sudo apt-get update
sudo apt-get -y install ca-certificates curl
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
@anfredette
anfredette / llm-d-planner-proposal.md
Last active March 10, 2026 19:03
llm-d Planner Proposal

An llm-d-planner for rapid llm-d configuration planning

Summary

Platform teams deploying LLMs on llm-d today must navigate a multitude of interacting configuration knobs across llm-d components, with no single tool that reasons across all of them. Config Explorer handles the hardware side well (memory estimation, roofline modeling, GPU ranking) but cannot capture business requirements or generate deployments. NeuralNav handles the user side well (conversational intent gathering,