Skip to content

Commit 2e49bfb

Browse files
Merge pull request #13 from stackav-oss/feature/jmanning/update-project-name
Update project name
2 parents ac89e04 + caba7e7 commit 2e49bfb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/getting_started/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pip install -e .
2222
For Nvidia/CUDA platforms you can install `conch` from PyPi via:
2323

2424
```bash
25-
pip install conch-kernels
25+
pip install conch-triton-kernels
2626
```
2727

2828
### AMD/ROCm
@@ -37,5 +37,5 @@ After cloning the Conch repo, run this command from the repository root:
3737
The resulting wheel file will be generated under `dist/rocm/`.
3838

3939
```bash
40-
pip install dist/rocm/conch_kernels-{version}-py3-none-any.whl
40+
pip install dist/rocm/conch_triton_kernels-{version}-py3-none-any.whl
4141
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=42", "wheel", "setuptools-scm"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "conch-kernels"
6+
name = "conch-triton-kernels"
77
authors = [
88
{ name="Jacob Manning", email="jmanning+oss@stackav.com" },
99
{ name="Ryan Hsu", email="rhsu+oss@stackav.com" },

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def get_platform() -> str | Literal["cuda", "rocm", "cpu", "xpu"]:
9595

9696

9797
setup( # type: ignore[no-untyped-call]
98-
name="conch-kernels",
98+
name="conch-triton-kernels",
9999
install_requires=get_default_dependencies(),
100100
extras_require=get_optional_dependencies(),
101101
setup_requires=["wheel"],

0 commit comments

Comments
 (0)