You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To acctually run the model, you need to install the model followed on the [gemma.cpp](https://github.com/google/gemma.cpp?tab=readme-ov-file#step-1-obtain-model-weights-and-tokenizer-from-kaggle) repo
25
+
22
26
For usage examples, refer to tests/test_chat.py. Here's a quick start:
23
27
```bash
24
28
import pygemma
25
29
pygemma.show_help()
26
30
```
27
31
32
+
33
+
28
34
## 🤝 Contributing
29
35
Contributions are welcome. Please clone the repository, push your changes to a new branch, and submit a pull request.
30
36
31
37
## License
32
38
gemma-cpp-python is MIT licensed. See the LICENSE file for details.
0 commit comments