HappyZ happyz
happyz synced commits to gg/flash-attn at happyz/llama.cpp from mirror 2024-04-22 11:13:54 -07:00
c70bfd7bcb cuda : "constexpr dim3" -> "const dim3"
5408d55506 cuda : uint -> uint32_t
f725ca90fb ggml : ggml_soft_max support F16/F32 mask/pos
c11d05fec0 llama : force disable flash attention for incompatible models
cb76d747d1 ggml : fix num dimensions in ggml_flash_attn_ext
Compare 6 commits »
happyz synced and deleted reference refs/tags/refs/pull/6820/merge at happyz/llama.cpp from mirror 2024-04-22 11:13:54 -07:00
happyz synced and deleted reference refs/tags/refs/pull/6781/merge at happyz/llama.cpp from mirror 2024-04-22 11:13:54 -07:00
happyz synced and deleted reference refs/tags/hp/ci/fix-concurrency at happyz/llama.cpp from mirror 2024-04-22 11:13:53 -07:00
happyz synced commits to refs/pull/2783/merge at happyz/Fooocus from mirror 2024-04-22 11:13:50 -07:00
26ed7a9674 Merge remote-tracking branch 'origin/patch-1'
53a00e5c89 Create sin
1f412a994f docs: bump version number to 2.3.1, add changelog
Compare 4 commits »
happyz synced commits to refs/pull/2783/head at happyz/Fooocus from mirror 2024-04-22 11:13:50 -07:00
26ed7a9674 Merge remote-tracking branch 'origin/patch-1'
53a00e5c89 Create sin
1f412a994f docs: bump version number to 2.3.1, add changelog
Compare 3 commits »
happyz synced commits to refs/pull/5860/merge at happyz/fastapi from mirror 2024-04-22 11:13:43 -07:00
91dad1cb3a 📝 Update release notes
1551913223 🌐 Add Spanish translation for cookie-params `docs/es/docs/tutorial/cookie-params.md` (#11410)
e00d29e784 📝 Update release notes
ce1fb1a23b ✏️ Fix typo in `security/http.py` (#11455)
Compare 26 commits »
happyz synced commits to refs/pull/11093/merge at happyz/fastapi from mirror 2024-04-22 11:13:42 -07:00
91dad1cb3a 📝 Update release notes
1551913223 🌐 Add Spanish translation for cookie-params `docs/es/docs/tutorial/cookie-params.md` (#11410)
e00d29e784 📝 Update release notes
ce1fb1a23b ✏️ Fix typo in `security/http.py` (#11455)
Compare 26 commits »
happyz synced commits to refs/pull/5373/merge at happyz/fastapi from mirror 2024-04-22 11:13:42 -07:00
91dad1cb3a 📝 Update release notes
1551913223 🌐 Add Spanish translation for cookie-params `docs/es/docs/tutorial/cookie-params.md` (#11410)
e00d29e784 📝 Update release notes
ce1fb1a23b ✏️ Fix typo in `security/http.py` (#11455)
Compare 26 commits »
happyz synced commits to refs/pull/11291/merge at happyz/fastapi from mirror 2024-04-22 11:13:42 -07:00
91dad1cb3a 📝 Update release notes
1551913223 🌐 Add Spanish translation for cookie-params `docs/es/docs/tutorial/cookie-params.md` (#11410)
e00d29e784 📝 Update release notes
ce1fb1a23b ✏️ Fix typo in `security/http.py` (#11455)
Compare 26 commits »
happyz synced commits to refs/pull/11253/merge at happyz/fastapi from mirror 2024-04-22 11:13:42 -07:00
91dad1cb3a 📝 Update release notes
1551913223 🌐 Add Spanish translation for cookie-params `docs/es/docs/tutorial/cookie-params.md` (#11410)
e00d29e784 📝 Update release notes
ce1fb1a23b ✏️ Fix typo in `security/http.py` (#11455)
Compare 26 commits »
happyz synced new reference dependabot/go_modules/modernc.org/sqlite-1.29.8 to happyz/memos from mirror 2024-04-22 11:13:39 -07:00
happyz synced commits to dependabot/go_modules/modernc.org/sqlite-1.29.8 at happyz/memos from mirror 2024-04-22 11:13:39 -07:00
happyz synced commits to refs/tags/b2710 at happyz/llama.cpp from mirror 2024-04-21 23:14:05 -07:00
happyz synced new reference refs/tags/b2710 to happyz/llama.cpp from mirror 2024-04-21 23:14:05 -07:00
happyz synced commits to refs/pull/6796/merge at happyz/llama.cpp from mirror 2024-04-21 23:14:05 -07:00
6b220dca32 Help clang produce fma instructions
9d4d14c9b0 Address review comments
5cf5e7d490 `build`: generate hex dump of server assets during build (#6661)
Compare 4 commits »
happyz synced commits to refs/pull/6784/merge at happyz/llama.cpp from mirror 2024-04-21 23:14:05 -07:00
5cf5e7d490 `build`: generate hex dump of server assets during build (#6661)
Compare 2 commits »
happyz synced commits to refs/pull/6781/merge at happyz/llama.cpp from mirror 2024-04-21 23:14:05 -07:00
5cf5e7d490 `build`: generate hex dump of server assets during build (#6661)
40f74e4d73 llama : add option to render special/control tokens (#6807)
b9cc76d87e ggml : fix ggml_backend_cpu_supports_op() for CPY (#0)
7dbdba5690 llama : add llama-3 chat template (#6751)
Compare 5 commits »
happyz synced commits to refs/pull/6796/head at happyz/llama.cpp from mirror 2024-04-21 23:14:05 -07:00
6b220dca32 Help clang produce fma instructions
9d4d14c9b0 Address review comments
Compare 2 commits »
happyz synced commits to refs/pull/6658/head at happyz/llama.cpp from mirror 2024-04-21 23:14:04 -07:00
8360e0c960 no need to add a NUL to the std::vector, std::string can be initialized from a pair of iterators.