From c182be8308567fff86807d80dab75924b8326423 Mon Sep 17 00:00:00 2001 From: Ethan Wang Date: Wed, 21 Aug 2024 19:07:44 +0000 Subject: [PATCH] update toml for metal and cuda --- tomls/pyproject_cuda.toml | 2 +- tomls/pyproject_metal.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tomls/pyproject_cuda.toml b/tomls/pyproject_cuda.toml index 75e9378a..bcc729d5 100644 --- a/tomls/pyproject_cuda.toml +++ b/tomls/pyproject_cuda.toml @@ -3,7 +3,7 @@ requires = ["scikit-build-core"] build-backend = "scikit_build_core.build" [project] -name = "nexaai-gpu" +name = "nexaai-cuda" version = "0.0.1" description = "Nexa AI SDK" readme = "README.md" diff --git a/tomls/pyproject_metal.toml b/tomls/pyproject_metal.toml index e8a3006e..3255f567 100644 --- a/tomls/pyproject_metal.toml +++ b/tomls/pyproject_metal.toml @@ -3,7 +3,7 @@ requires = ["scikit-build-core"] build-backend = "scikit_build_core.build" [project] -name = "nexaai-gpu" +name = "nexaai-metal" version = "0.0.1" description = "Nexa AI SDK" readme = "README.md"