Skip to content

Commit

Permalink
Merge pull request #24 from NexaAI/ethan/cd
Browse files Browse the repository at this point in the history
update toml for metal and cuda
  • Loading branch information
zhiyuan8 authored Aug 21, 2024
2 parents ad1123e + c182be8 commit d005d2f
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 d005d2f

Please sign in to comment.