Skip to content

Commit 7ece21c

Browse files
committed
update: change codebase update to the org repo
1 parent 97232ba commit 7ece21c

File tree

6 files changed

+606
-297
lines changed

6 files changed

+606
-297
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,7 @@ cython_debug/
160160
#.idea/
161161

162162
# Vscode
163-
.vscode/
163+
.vscode/
164+
165+
#p Precommit
166+
.pre-commit-config.yaml

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
1111
FetchContent_Declare(sentencepiece GIT_REPOSITORY https://github.com/google/sentencepiece GIT_TAG 53de76561cfc149d3c01037f0595669ad32a5e7c)
1212
FetchContent_MakeAvailable(sentencepiece)
1313

14-
FetchContent_Declare(gemma GIT_REPOSITORY https://github.com/google/gemma.cpp GIT_TAG e29cd566cf3367671e8f59419a04e308796a7c57)
14+
FetchContent_Declare(gemma GIT_REPOSITORY https://github.com/google/gemma.cpp GIT_TAG origin/main)
1515
FetchContent_MakeAvailable(gemma)
1616

1717
FetchContent_Declare(highway GIT_REPOSITORY https://github.com/google/highway.git GIT_TAG da250571a45826b21eebbddc1e50d0c1137dee5f)

DEVELOPERS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## 🤝 Contributing
2+
Contributions are welcome. Please clone the repository, push your changes to a new branch, and submit a pull request.

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
pybind11
2-
pre-commit

0 commit comments

Comments
 (0)