Awesome-LLM-Inference

GitHub

๐Ÿ“šA curated list of Awesome LLM/VLM Inference Papers with Codes: Flash-Attention, Paged-Attention, WINT8/4, Parallelism, etc.๐ŸŽ‰

Awesome-LLM-Inference MCP Server

MCP server for xlite-dev/Awesome-LLM-Inference

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "Awesome-LLM-Inference": {
      "command": "npx",
      "args": [
        "-y",
        "@xlite-dev/Awesome-LLM-Inference"
      ]
    }
  }
}