File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
# gemma-cpp-python: Python Bindings for [ gemma.cpp] ( https://github.com/google/gemma.cpp )
2
2
3
- ** Latest Version: v0.1.1 **
4
- - Work for both Linux an MacOS machine
5
- - Remove the pybind11 from vendors
3
+ ** Latest Version: v0.1.2 **
4
+ - Support Completion function
5
+ - Fix the MacOS pip install
6
6
7
7
[ ![ License: MIT] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( LICENSE )
8
8
@@ -18,7 +18,7 @@ Special thanks to the creators and contributors of [gemma.cpp](https://github.co
18
18
### Install from PyPI
19
19
For a quick setup, install directly from PyPI:
20
20
``` bash
21
- pip install pygemma==0.1.0
21
+ pip install pygemma==0.1.2
22
22
```
23
23
24
24
### For Developers: Install from Source
Original file line number Diff line number Diff line change
1
+ rm -rf dist/*
2
+ python3 setup.py sdist bdist_wheel
3
+ delocate-wheel -w fixed_wheels -v dist/* .whl
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ def build_extension(self, ext):
55
55
56
56
setup (
57
57
name = "pygemma" ,
58
- version = "0.1.1 " ,
58
+ version = "0.1.2 " ,
59
59
author = "Nam Tran" ,
60
60
author_email = "namtran.ase@gmail.com" ,
61
61
description = "A Python package with a C++ backend using gemma." ,
You can’t perform that action at this time.
0 commit comments