Skip to content

Commit cdac88f

Browse files
committed
new pypi name
1 parent 558b8f0 commit cdac88f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
environment:
4141
name: pypi
42-
url: https://pypi.org/p/gadget
42+
url: https://pypi.org/p/gadget-ml
4343

4444
permissions:
4545
id-token: write # IMPORTANT: mandatory for trusted publishing

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ For more examples, see the `test_*` functions in `model.py` and `compute.py`, or
4747
To install with `pip` run:
4848

4949
```bash
50-
pip install gadget
50+
pip install gadget-ml
5151
```
5252

5353
You can pass arguments to `cmake` using the `CMAKE_ARGS` environment variable. For example, to add CUDA support:

gadget/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
from .ggml import GGMLQuantizationType as T
2323
from .tensor import get_tensor_info
2424

25-
__version__ = "0.4.4"
25+
__version__ = "0.4.5"

0 commit comments

Comments
 (0)