Skip to content

Commit

Permalink
ci: rename python package name to flashinfer-python (#729)
Browse files Browse the repository at this point in the history
The name `flashinfer` is not available in PyPI and we haven't got
response from PyPI team
yet(pypi/support#5355).

In this PR, we rename the package to `flashinfer-python`, it is
approved, and we successfully uploaded a sdist of v0.2.0.post1 there:
https://pypi.org/project/flashinfer-python/0.2.0.post1/#history
  • Loading branch information
yzh119 authored Jan 9, 2025
1 parent 00ba0ae commit 9f5fbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

[project]
name = "flashinfer"
name = "flashinfer-python"
description = "FlashInfer: Kernel Library for LLM Serving"
requires-python = ">=3.8,<4.0"
authors = [{ name = "FlashInfer team" }]
Expand Down

0 comments on commit 9f5fbee

Please sign in to comment.