From ae1cbed8b3023c0820fe1784b2d28feae507f654 Mon Sep 17 00:00:00 2001 From: "Brandon T. Willard" Date: Sat, 23 Sep 2023 18:17:30 -0500 Subject: [PATCH] Update the package keywords --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1426b524f..d98162ac0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,11 +8,10 @@ authors= [{name = "Outlines Developers"}] description = "Probabilistic Generative Model Programming" requires-python = ">=3.10" keywords=[ - "normal computing", "machine learning", "deep learning", "language models", - "diffusion models", + "guided generation", ] classifiers = [ "Development Status :: 5 - Production/Stable",