From 2f5ad952f32b9499ba9e46bc11bbe80c00b28b8b Mon Sep 17 00:00:00 2001 From: Charlie Blake Date: Wed, 6 Nov 2024 15:49:35 +0000 Subject: [PATCH] fix description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 75496f4..86af2d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "unit-scaling" -description = "A library for unit scaling in PyTorch, based on the u-mup paper." +description = "A library for unit scaling in PyTorch, based on the paper 'u-muP: The Unit-Scaled Maximal Update Parametrization.'" readme = "README.md" authors = [ { name = "Charlie Blake", email = "charlieb@graphcore.ai" },