Commit Graph

  • 5be9a2243f initial (wip) convert_weights script from pytorch austinvhuang 2024-03-01 15:52:51 -0500
  • 808dbdc42b Merge pull request #71 from google:docs Copybara-Service 2024-03-01 06:04:51 -0800
  • b841620d6b add using gemma as a library notes to DEVELOPERS austinvhuang 2024-02-29 23:52:59 -0500
  • ae7901c3f4 Minor style fix Paul Chang 2024-02-29 13:07:48 -0800
  • 5d72c911fc
    Merge branch 'google:main' into main Sascha Ronnie Daoudia 2024-02-29 20:50:31 +0100
  • c26c954711 Analyzing codes... Rliop913 2024-03-01 02:57:04 +0900
  • 626be6deab add StaticCast enum-class 2024-02-29 21:00:54 +0800
  • d03ef2a26d fix bugs Rliop913 2024-02-29 20:37:52 +0900
  • 27f23fdae0 CL added Rliop913 2024-02-29 19:36:40 +0900
  • cf435b77f9 cl kernel embedder upload Rliop913 2024-02-29 18:56:25 +0900
  • e70abdba24 init CL SDK Rliop913 2024-02-29 17:30:06 +0900
  • 3b9b9c365a cl_init Rliop913 2024-02-29 17:29:13 +0900
  • e1ff772321 upload cl wrapper, Working -- Add annotation, enhance stability, enhance convenience Rliop913 2024-02-29 17:03:10 +0900
  • 22c187c4d3
    Update README.md Rliop913 2024-02-29 16:46:05 +0900
  • b6aaf6bbb8 Fix for Android's 32-bit off_t. Fixes #62 Jan Wassenberg 2024-02-28 15:29:45 -0800
  • c805fbe780 Merge pull request #66 from google:dev-cleanup Copybara-Service 2024-02-28 13:22:46 -0800
  • 0ea7b993de remove --log fixing https://github.com/google/gemma.cpp/issues/59, improve command line args help, add copybara #include sort guards in more source files, add README sections on running faster and related projects austinvhuang 2024-02-28 15:18:40 -0500
  • 40019eb603 fixup! Create example GRPC server justinsb 2024-02-28 10:32:55 -0500
  • 272f17ddb3 Warning fixes: unused member, cast, unused function Jan Wassenberg 2024-02-28 05:53:52 -0800
  • 06dd013397 Add clang-tidy, fix narrowing issues, fix constness enum-class 2024-02-28 20:04:09 +0800
  • f4a14bfdf2 Merge pull request #58 from google:dev-cleanup Copybara-Service 2024-02-27 18:47:38 -0800
  • 060c8862dd whitespace cleanup austinvhuang 2024-02-27 21:36:43 -0500
  • d37f9c3604 re-enable SortIncludes to conform to vanilla Google style, add comment lines to #includes in gemma.h as barriers to block destructive sorting, update doc + remove shell script austinvhuang 2024-02-27 21:23:33 -0500
  • 8f3bd63bf7 Fix copybara include path substitutions errors (which break the google3 build) arising from clang-format linter automation austinvhuang 2024-02-27 17:11:15 -0500
  • f70d2de16f use `style=Google` - dumped for .clang-format, gemma.h updated austinvhuang 2024-02-27 15:44:03 -0500
  • 1a1dd90287 Merge pull request #33 from shirayu:add_eot_option Copybara-Service 2024-02-27 12:32:01 -0800
  • 874deee302
    Update DEVELOPERS.md Dan Zheng 2024-02-27 11:32:33 -0800
  • 9cdc9223bc clean up formatting after 129e66ada2, add .clang-format defaults, minor updates to DEVELOPERS doc austinvhuang 2024-02-27 14:22:02 -0500
  • 179ecf9e78 Warn instead of assert for setaffinity. Fixes #49 Jan Wassenberg 2024-02-26 22:45:39 -0800
  • b3fecef45d Warning fix: sign cast Jan Wassenberg 2024-02-26 22:31:03 -0800
  • afc354dcb1 Import from GitHub. Dan Zheng 2024-02-26 19:04:33 -0800
  • 8db89304bd No public description Dan Zheng 2024-02-26 12:54:39 -0800
  • 129e66ada2 Reduce KV cache preallocation to 4096 and make it comptime configurable, add rm build note in readme, add note on comptime options in DEVELOPERS, make multiturn=0 the default austinvhuang 2024-02-26 17:05:32 -0500
  • 7aeade5c9d Copybara import of the project: David Coles 2024-02-26 10:22:24 -0800
  • 7ab968c957 Copybara import of the project: Naoki Kishida 2024-02-26 08:38:49 -0800
  • 4e2efbcbd8 Copybara import of the project: Kewde 2024-02-26 08:30:21 -0800
  • d64f1f3873 generated code justinsb 2024-02-26 08:12:55 -0500
  • c1ce0d3836 Create example GRPC server justinsb 2024-02-26 08:10:12 -0500
  • cbb06ecc9a
    Merge pull request #2 from Dadudidas/Dadudidas-patch-1 Sascha Ronnie Daoudia 2024-02-26 11:52:46 +0100
  • 81ebaa128d
    Update issue templates Sascha Ronnie Daoudia 2024-02-26 11:51:48 +0100
  • 4c155bd3df Restore reverted changes. Dan Zheng 2024-02-25 19:31:27 -0800
  • 6a3085828f Fixes #37, lambda issue: missing HWY_ATTR, and cannot capture SVE in/out vectors. Jan Wassenberg 2024-02-25 19:08:50 -0800
  • 1243be71c4 Copybara import of the project: Dan Zheng 2024-02-25 04:33:39 -0800
  • f4f2ff3c1a
    fix: add -fPIC to libgemma kewde 2024-02-25 11:53:50 +0100
  • 696597383c Copybara import of the project: Silvio Traversaro 2024-02-24 20:41:04 -0800
  • 26b541b666 add information for the reseting conversation kishida 2024-02-25 12:54:25 +0900
  • 84444c93a4 Revert "Copybara configuration update." Dan Zheng 2024-02-24 15:14:53 -0800
  • 621434e424 reset conversation (#34) Naoki Kishida 2024-02-25 07:21:01 +0900
  • 3af439621e
    Rename BUILD to BUILD.bazel. (#36) Dan Zheng 2024-02-24 14:52:59 -0800
  • b4b978f02b
    Merge branch 'dev' into rename-build-bzl Dan Zheng 2024-02-24 14:50:03 -0800
  • 5fe31ad0bc Copybara: rename BUILD to BUILD.bazel. Dan Zheng 2024-02-24 12:54:47 -0800
  • 5b5c080b10 Merge branch 'main' into dev austinvhuang 2024-02-24 17:21:41 -0500
  • 902adc5e62
    reset conversation (#34) Naoki Kishida 2024-02-25 07:21:01 +0900
  • e7a6f44ba5 Sync infra Jan Wassenberg 2024-02-24 12:21:19 -0800
  • d9e1af7551 Copybara fix. Dan Zheng 2024-02-24 12:02:16 -0800
  • c03b5da542 Copybara configuration update. Dan Zheng 2024-02-23 22:50:10 -0800
  • c08de58e6a Fix concurrency key in GitHub Actions. Dan Zheng 2024-02-24 11:12:37 -0800
  • 74b27074e1 Enable macos-latest in GitHub Actions CI. Dan Zheng 2024-02-24 10:59:46 -0800
  • e0179bad83 Rename BUILD to BUILD.bazel. Dan Zheng 2024-02-24 10:36:19 -0800
  • 4b1fa03e95
    Fix build. (#35) Dan Zheng 2024-02-24 11:03:36 -0800
  • 3bd9c1a3b8 Fix sentencepiece include directives. Dan Zheng 2024-02-24 10:53:46 -0800
  • d751cff3a7 Enable GitHub Actions CI for pull requests. Dan Zheng 2024-02-24 10:52:47 -0800
  • 830dda09b0
    Merge pull request #3 from traversaro/patch-1 Austin Huang 2024-02-24 12:28:03 -0500
  • 34b22c56f5
    Merge pull request #6 from dcoles/clang-cl Austin Huang 2024-02-24 12:27:40 -0500
  • ff8fb8cb9d Merge remote-tracking branch 'origin/main' into dev Austin Huang 2024-02-24 11:06:31 -0500
  • d9f0b7bfba
    Merge pull request #32 from shirayu/fix_typos Austin Huang 2024-02-24 11:03:30 -0500
  • 7c13bcbbc9 reset conversation kishida 2024-02-24 23:28:02 +0900
  • 1a95cf3274 Add --eot_line option Yuta Hayashibe 2024-02-24 20:25:07 +0900
  • 65b20f9c55 Fix typos Yuta Hayashibe 2024-02-24 19:15:52 +0900
  • 4a0d23f47e Add missing hn::, fixes #25 Jan Wassenberg 2024-02-23 21:01:26 -0800
  • af715d2436 Update readme to match code, see cl/609177092 Jan Wassenberg 2024-02-23 20:42:56 -0800
  • e4e02a17d4 Copybara import of the project: Ikko Eltociear Ashimine 2024-02-23 13:49:00 -0800
  • 9d4893d160
    Create touch text.txt Basleal 2024-02-23 19:43:48 -0800
  • 8f27580fb6
    Merge branch 'dev' into clang-cl Jan Wassenberg 2024-02-24 04:22:42 +0100
  • 7698e3c3de Merge remote-tracking branch 'origin/main' into dev Dan Zheng 2024-02-23 13:54:39 -0800
  • 52e8b88bb0
    Update build.yml (#22) Ikko Eltociear Ashimine 2024-02-24 05:58:39 +0900
  • 0dfd720ddb
    Merge pull request #24 from google/dev Austin Huang 2024-02-23 15:30:48 -0500
  • 5c7dbc6599
    Update build.yml Ikko Eltociear Ashimine 2024-02-24 01:43:57 +0900
  • a16df06cf2 Toward Bazel support: expose BUILD, add WORKSPACE/MODULE.bazel. Refs #16 The gemma.cpp Authors 2024-02-23 08:22:48 -0800
  • 7c9954dea5 Code update The gemma.cpp Authors 2024-02-23 07:12:42 -0800
  • 0263ccf276 remove UNROLL, negligible effect on codegen and may raise GCC warnings The gemma.cpp Authors 2024-02-23 01:19:17 -0800
  • ceea495693 Add CMakePresets and update README instructions David Coles 2024-02-23 00:12:21 -0800
  • 39e385782c Allow building on Windows using `clang-cl` toolchain David Coles 2024-02-21 22:46:24 -0800
  • 6747c24eef Copybara import of the project: Dan Zheng 2024-02-22 17:16:54 -0800
  • acafb83b5c [readme] Minor tweaks. Dan Zheng 2024-02-22 14:50:50 -0800
  • 0508e2c2e1 [readme] Clarify that development is done on dev branch. Dan Zheng 2024-02-22 14:32:24 -0800
  • a62f783efb Set up GitHub Actions CI. v0.1.0 Dan Zheng 2024-02-22 10:08:06 -0800
  • 587e80f276 Code update The gemma_cpp Authors 2024-02-22 09:12:39 -0800
  • 92f6b27d9e fix gcc8.3 linker can't find std::filesystem JackeyLove1 2024-02-22 23:42:36 +0800
  • 19694e1f2e
    Do not pass explicitly -O2 flag to compiler in Release build Silvio Traversaro 2024-02-21 21:02:48 +0100
  • fb6f266db1 Fix email addresses Jan Wassenberg 2024-02-21 07:53:56 +0100
  • e29cd566cf initial commit Austin Huang 2024-02-13 06:30:41 +0000