From 90d288b1e7ff681be2b107e65472646bc9c6d5a6 Mon Sep 17 00:00:00 2001 From: Jeremy Fowers Date: Wed, 28 Aug 2024 14:12:02 -0400 Subject: [PATCH] further packaging improvements --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 0040682..1cdc8cd 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,9 @@ "turnkeyml.cli", "turnkeyml.common", "turnkeyml.llm", + "turnkeyml.llm.tools", + "turnkeyml.llm.tools.ort_genai", + "turnkeyml.llm.tools.ryzenai_npu", "turnkeyml_models", "turnkeyml_models.graph_convolutions", "turnkeyml_models.selftest",