From 427d00982483b773be765febf71513925ec0eed3 Mon Sep 17 00:00:00 2001 From: Break Yang Date: Tue, 20 May 2025 14:27:18 -0700 Subject: [PATCH] Update pkgs/development/python-modules/flashinfer/default.nix Co-authored-by: Connor Baker --- .../python-modules/flashinfer/default.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pkgs/development/python-modules/flashinfer/default.nix b/pkgs/development/python-modules/flashinfer/default.nix index fb2004be007f..09b74b3ba3c8 100644 --- a/pkgs/development/python-modules/flashinfer/default.nix +++ b/pkgs/development/python-modules/flashinfer/default.nix @@ -88,13 +88,13 @@ buildPythonPackage { meta = with lib; { homepage = "https://flashinfer.ai/"; - description = '' - ; - FlashInfer is a library and kernel generator for Large Language Models - that provides high-performance implementation of LLM GPU kernels such as - FlashAttention, PageAttention and LoRA. FlashInfer focus on LLM serving - and inference, and delivers state-of-the-art performance across diverse - scenarios. + description = "Library and kernel generator for Large Language Models"; + longDescription = '' + FlashInfer is a library and kernel generator for Large Language Models + that provides high-performance implementation of LLM GPU kernels such as + FlashAttention, PageAttention and LoRA. FlashInfer focus on LLM serving + and inference, and delivers state-of-the-art performance across diverse + scenarios. ''; license = licenses.asl20; maintainers = with maintainers; [ breakds ];