Skip to content

Commit

Permalink
update toml for metal and cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
AgainstEntropy committed Aug 21, 2024
1 parent de27ec8 commit c182be8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tomls/pyproject_cuda.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tomls/pyproject_metal.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c182be8

Please sign in to comment.