Skip to content

Commit c2d229f

Browse files
committed
first commit
0 parents  commit c2d229f

File tree

6 files changed

+17
-0
lines changed

6 files changed

+17
-0
lines changed

.gitignore

Whitespace-only changes.

LICENSE

Whitespace-only changes.

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Installation
2+
3+
Create conda environment
4+
```
5+
conda create -p ./env python=3.11 -y
6+
pip install -r requirements.txt
7+
```
8+
9+
Build the gemma package from source
10+
```
11+
pip install -e .
12+
```
13+
Or install it
14+
```
15+
pip install gemma-cpp-python
16+
```

pyproject.toml

Whitespace-only changes.

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pybind11

setup.py

Whitespace-only changes.

0 commit comments

Comments
 (0)