{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":730963292,"defaultBranch":"mistral.cpp","name":"llama.cpp","ownerLogin":"teleprint-me","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-12-13T04:00:37.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/77757836?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1724309469.0","currentOid":""},"activityList":{"items":[{"before":"06943a69f678fb32829ff06d9c18367b17d4b361","after":"1731d4238f9e4f925a750810e7f5480827c66dcf","ref":"refs/heads/master","pushedAt":"2024-08-22T05:58:20.000Z","pushType":"push","commitsCount":34,"pusher":{"login":"teleprint-me","name":"Austin","path":"/teleprint-me","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77757836?s=80&v=4"},"commit":{"message":"[SYCL] Add oneDNN primitive support (#9091)\n\n* add onednn\r\n\r\n* add sycl_f16\r\n\r\n* add dnnl stream\r\n\r\n* add engine map\r\n\r\n* use dnnl for intel only\r\n\r\n* use fp16fp16fp16\r\n\r\n* update doc","shortMessageHtmlLink":"[SYCL] Add oneDNN primitive support (ggerganov#9091)"}},{"before":"e038996aba118c7b1b8b16ebe8922451e8751e3d","after":"aca13303bc74400b2486170a3bfde1f1c5146caf","ref":"refs/heads/mistral.cpp","pushedAt":"2024-08-14T00:14:04.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"teleprint-me","name":"Austin","path":"/teleprint-me","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77757836?s=80&v=4"},"commit":{"message":"Merge branch 'master' into mistral.cpp","shortMessageHtmlLink":"Merge branch 'master' into mistral.cpp"}},{"before":"fc4ca27b25464a11b3b86c9dbb5b6ed6065965c2","after":"06943a69f678fb32829ff06d9c18367b17d4b361","ref":"refs/heads/master","pushedAt":"2024-08-14T00:13:09.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"teleprint-me","name":"Austin","path":"/teleprint-me","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77757836?s=80&v=4"},"commit":{"message":"ggml : move rope type enum to ggml.h (#8949)\n\n* ggml : move rope type enum to ggml.h\r\n\r\nThis commit moves the `llama_rope_type` enum from `llama.h` to\r\n`ggml.h` and changes its name to `ggml_rope_type`.\r\n\r\nThe motivation for this change is to address the TODO in `llama.h` and\r\nuse the enum in ggml.\r\n\r\nNote: This commit does not change the `mode` parameter to be of type\r\n`enum ggml_rope_type`. The name `mode` and its usage suggest that it\r\nmight be more generic and possibly used as a bit field for multiple\r\nflags. Further investigation/discussion may be needed to determine\r\nif `mode` should be restricted to RoPE types.\r\n\r\n* squash! ggml : move rope type enum to ggml.h\r\n\r\nThis commit removes GGML_ROPE_TYPE_NONE and GGML_ROPE_TYPE_GLM from\r\nggml.h, and back the llama_rope_type enum.\r\n\r\nI've kept the assert for GGML_ROPE_TYPE_GLM as I'm not sure if it is\r\nsafe to remove it yet.\r\n\r\n* squash! ggml : move rope type enum to ggml.h\r\n\r\nThis commit removes the enum ggml_rope_type from ggml.h and replaces it\r\nwith a define (GGML_ROPE_TYPE_NEOX). This define is used in the code to\r\ncheck if the mode is set to GPT-NeoX. Also the enum llama_rope_type has\r\nbeen updated to reflect this change.\r\n\r\n* squash! ggml : move rope type enum to ggml.h\r\n\r\nThis commit contains a suggestion enable the GGML_ROPE_TYPE_NEOX\r\nmacro/define to be passed to the shader compiler.\r\n\r\n* squash! ggml : move rope type enum to ggml.h\r\n\r\nThis commit fixes the editorconfig-checker warnings.\r\n\r\n* squash! ggml : move rope type enum to ggml.h\r\n\r\nUpdate comment for ggml_rope function.\r\n\r\n* Revert \"squash! ggml : move rope type enum to ggml.h\"\r\n\r\nThis reverts commit 6261222bd0dc0efd51f0fb0435ad3f16a5b52fd6.\r\n\r\n* squash! ggml : move rope type enum to ggml.h\r\n\r\nAdd GGML_ROPE_TYPE_NEOX to rope_common.comp.\r\n\r\n* remove extra line\r\n\r\n---------\r\n\r\nCo-authored-by: slaren ","shortMessageHtmlLink":"ggml : move rope type enum to ggml.h (ggerganov#8949)"}},{"before":"cee1c07aef3cf88274352c4cfe20d85420a46deb","after":"e038996aba118c7b1b8b16ebe8922451e8751e3d","ref":"refs/heads/mistral.cpp","pushedAt":"2024-08-14T00:12:42.000Z","pushType":"push","commitsCount":20,"pusher":{"login":"teleprint-me","name":"Austin","path":"/teleprint-me","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77757836?s=80&v=4"},"commit":{"message":"Merge branch 'master' into mistral.cpp","shortMessageHtmlLink":"Merge branch 'master' into mistral.cpp"}},{"before":"84eb2f4fad28ceadd415a4e775320c983f4d9a7d","after":"fc4ca27b25464a11b3b86c9dbb5b6ed6065965c2","ref":"refs/heads/master","pushedAt":"2024-08-12T16:45:35.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"teleprint-me","name":"Austin","path":"/teleprint-me","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77757836?s=80&v=4"},"commit":{"message":"ci : fix github workflow vulnerable to script injection (#9008)\n\nSigned-off-by: Diogo Teles Sant'Anna ","shortMessageHtmlLink":"ci : fix github workflow vulnerable to script injection (ggerganov#9008)"}},{"before":"6e02327e8b7837358e0406bf90a4632e18e27846","after":"84eb2f4fad28ceadd415a4e775320c983f4d9a7d","ref":"refs/heads/master","pushedAt":"2024-08-12T15:10:31.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"teleprint-me","name":"Austin","path":"/teleprint-me","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77757836?s=80&v=4"},"commit":{"message":"docs: introduce gpustack and gguf-parser (#8873)\n\n* readme: introduce gpustack\r\n\r\nGPUStack is an open-source GPU cluster manager for running large\r\nlanguage models, which uses llama.cpp as the backend.\r\n\r\nSigned-off-by: thxCode \r\n\r\n* readme: introduce gguf-parser\r\n\r\nGGUF Parser is a tool to review/check the GGUF file and estimate the\r\nmemory usage without downloading the whole model.\r\n\r\nSigned-off-by: thxCode \r\n\r\n---------\r\n\r\nSigned-off-by: thxCode ","shortMessageHtmlLink":"docs: introduce gpustack and gguf-parser (ggerganov#8873)"}},{"before":"b72942fac998672a79a1ae3c03b340f7e629980b","after":"6e02327e8b7837358e0406bf90a4632e18e27846","ref":"refs/heads/master","pushedAt":"2024-08-11T02:55:00.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"teleprint-me","name":"Austin","path":"/teleprint-me","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77757836?s=80&v=4"},"commit":{"message":"metal : fix uninitialized abort_callback (#8968)","shortMessageHtmlLink":"metal : fix uninitialized abort_callback (ggerganov#8968)"}},{"before":"a174896b77131c9d920a34c3c0e8b0aeb6c0a064","after":"cee1c07aef3cf88274352c4cfe20d85420a46deb","ref":"refs/heads/mistral.cpp","pushedAt":"2024-08-10T03:51:04.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"teleprint-me","name":"Austin","path":"/teleprint-me","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77757836?s=80&v=4"},"commit":{"message":"train(chore): Add spacing for improved readability","shortMessageHtmlLink":"train(chore): Add spacing for improved readability"}},{"before":"4064e7c58b5272eefd67292e6abdf879c35daaec","after":"a174896b77131c9d920a34c3c0e8b0aeb6c0a064","ref":"refs/heads/mistral.cpp","pushedAt":"2024-08-09T23:15:55.000Z","pushType":"push","commitsCount":20,"pusher":{"login":"teleprint-me","name":"Austin","path":"/teleprint-me","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77757836?s=80&v=4"},"commit":{"message":"Merge branch 'ggerganov:master' into mistral.cpp","shortMessageHtmlLink":"Merge branch 'ggerganov:master' into mistral.cpp"}},{"before":"3a14e00366399040a139c67dd5951177a8cb5695","after":"b72942fac998672a79a1ae3c03b340f7e629980b","ref":"refs/heads/master","pushedAt":"2024-08-09T22:58:56.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"teleprint-me","name":"Austin","path":"/teleprint-me","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77757836?s=80&v=4"},"commit":{"message":"Merge commit from fork","shortMessageHtmlLink":"Merge commit from fork"}},{"before":"15fa07a5c564d3ed7e7eb64b73272cedb27e73ec","after":"3a14e00366399040a139c67dd5951177a8cb5695","ref":"refs/heads/master","pushedAt":"2024-08-09T01:49:12.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"teleprint-me","name":"Austin","path":"/teleprint-me","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77757836?s=80&v=4"},"commit":{"message":"gguf-py : simplify support for quant types (#8838)\n\n* gguf-py : use classes for quants\r\n\r\n* convert_hf : simplify internal quantization type selection\r\n\r\n* gguf-py : fix flake8 lint\r\n\r\n* gguf-py : fix BF16 numpy view type\r\n\r\n* gguf-py : remove LlamaFileTypeMap\r\n\r\nToo specific to 'llama.cpp', and would be a maintenance burden\r\nto keep up to date.\r\n\r\n* gguf-py : add generic quantize and dequantize functions\r\n\r\nThe quant classes no longer need to be known,\r\nonly the target or the source type,\r\nfor 'quantize' and 'dequantize', respectively.","shortMessageHtmlLink":"gguf-py : simplify support for quant types (ggerganov#8838)"}},{"before":"92bb200eeadd4744908cd89368ecb12384dd781f","after":"4064e7c58b5272eefd67292e6abdf879c35daaec","ref":"refs/heads/mistral.cpp","pushedAt":"2024-08-07T19:46:06.000Z","pushType":"push","commitsCount":59,"pusher":{"login":"teleprint-me","name":"Austin","path":"/teleprint-me","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77757836?s=80&v=4"},"commit":{"message":"Merge branch 'ggerganov:master' into mistral.cpp","shortMessageHtmlLink":"Merge branch 'ggerganov:master' into mistral.cpp"}},{"before":"76614f352e94d25659306d9e97321f204e5de0d3","after":"15fa07a5c564d3ed7e7eb64b73272cedb27e73ec","ref":"refs/heads/master","pushedAt":"2024-08-07T19:45:50.000Z","pushType":"push","commitsCount":36,"pusher":{"login":"teleprint-me","name":"Austin","path":"/teleprint-me","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77757836?s=80&v=4"},"commit":{"message":"make : use C compiler to build metal embed object (#8899)\n\n* make : use C compiler to build metal embed object\r\n\r\n* use rm + rmdir to avoid -r flag in rm","shortMessageHtmlLink":"make : use C compiler to build metal embed object (ggerganov#8899)"}},{"before":"0fbbd884589d585c3b43cae8c16938ffffb863b9","after":"76614f352e94d25659306d9e97321f204e5de0d3","ref":"refs/heads/master","pushedAt":"2024-08-04T00:14:50.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"teleprint-me","name":"Austin","path":"/teleprint-me","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77757836?s=80&v=4"},"commit":{"message":"ggml : reading the runtime sve config of the cpu (#8709)\n\n* ggml : reading the runtime sve config of the cpu\r\n\r\n* change to one time init to prevent performance drop\r\n\r\n* prefix variable to avoid possible conflicts\r\n\r\n* revert xxhash fix and add brackets\r\n\r\n---------\r\n\r\nCo-authored-by: domke <673751-domke@users.noreply.gitlab.com>","shortMessageHtmlLink":"ggml : reading the runtime sve config of the cpu (ggerganov#8709)"}},{"before":"7e72aa74fd676a093eb9970e761085ec22734c71","after":"0fbbd884589d585c3b43cae8c16938ffffb863b9","ref":"refs/heads/master","pushedAt":"2024-08-02T03:53:51.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"teleprint-me","name":"Austin","path":"/teleprint-me","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77757836?s=80&v=4"},"commit":{"message":"[SYCL] Fixing wrong VDR iq4nl value (#8812)","shortMessageHtmlLink":"[SYCL] Fixing wrong VDR iq4nl value (ggerganov#8812)"}},{"before":"4730faca618ff9cee0780580145e3cbe86f24876","after":"7e72aa74fd676a093eb9970e761085ec22734c71","ref":"refs/heads/master","pushedAt":"2024-07-30T15:32:16.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"teleprint-me","name":"Austin","path":"/teleprint-me","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77757836?s=80&v=4"},"commit":{"message":"py: add_array() will not add to kv store if value is an empty array (#8774)\n\n* gguf_writer.py: add_array() should not add to kv store if empty\r\n\r\n* Apply suggestions from code review\r\n\r\nI was wondering if there was a specific reason for `if val` but good to hear we can safely use `len(val == 0`\r\n\r\nCo-authored-by: compilade \r\n\r\n---------\r\n\r\nCo-authored-by: compilade ","shortMessageHtmlLink":"py: add_array() will not add to kv store if value is an empty array (g…"}},{"before":"43eef8d287aa1a64a1b72e7d7e8421ac258ea623","after":"964ee4b2ca27f71863432a0f829a7af61f338ba0","ref":"refs/heads/gguf-model-template","pushedAt":"2024-07-28T22:57:52.000Z","pushType":"push","commitsCount":20,"pusher":{"login":"teleprint-me","name":"Austin","path":"/teleprint-me","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77757836?s=80&v=4"},"commit":{"message":"Merge branch 'ggerganov:master' into gguf-model-template","shortMessageHtmlLink":"Merge branch 'ggerganov:master' into gguf-model-template"}},{"before":"9ed0b71aa8eb2d45c09d45210ebd8068b20bc6ea","after":"92bb200eeadd4744908cd89368ecb12384dd781f","ref":"refs/heads/mistral.cpp","pushedAt":"2024-07-28T17:49:22.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"teleprint-me","name":"Austin","path":"/teleprint-me","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77757836?s=80&v=4"},"commit":{"message":"Merge branch 'master' into mistral.cpp","shortMessageHtmlLink":"Merge branch 'master' into mistral.cpp"}},{"before":"e54c35e4fb5777c76316a50671640e6e144c9538","after":"4730faca618ff9cee0780580145e3cbe86f24876","ref":"refs/heads/master","pushedAt":"2024-07-28T07:54:17.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"teleprint-me","name":"Austin","path":"/teleprint-me","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77757836?s=80&v=4"},"commit":{"message":"chore : Fix vulkan related compiler warnings, add help text, improve CLI options (#8477)\n\n* chore: Fix compiler warnings, add help text, improve CLI options\r\n\r\n* Add prototypes for function definitions\r\n* Invert logic of --no-clean option to be more intuitive\r\n* Provide a new help prompt with clear instructions\r\n\r\n* chore : Add ignore rule for vulkan shader generator\r\n\r\nSigned-off-by: teleprint-me <77757836+teleprint-me@users.noreply.github.com>\r\n\r\n* Update ggml/src/vulkan-shaders/vulkan-shaders-gen.cpp\r\n\r\nCo-authored-by: 0cc4m \r\n\r\n* chore : Remove void and apply C++ style empty parameters\r\n\r\n* chore : Remove void and apply C++ style empty parameters\r\n\r\n---------\r\n\r\nSigned-off-by: teleprint-me <77757836+teleprint-me@users.noreply.github.com>\r\nCo-authored-by: 0cc4m ","shortMessageHtmlLink":"chore : Fix vulkan related compiler warnings, add help text, improve …"}},{"before":"e2bd03092c97ebb3f2b4a67ac4c5c31a8fde1b85","after":null,"ref":"refs/heads/fix-vulkan-shader-warnings","pushedAt":"2024-07-28T07:53:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"teleprint-me","name":"Austin","path":"/teleprint-me","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77757836?s=80&v=4"}},{"before":"d474f821d932c84453dcb861509a7d4bac3fc165","after":"9ed0b71aa8eb2d45c09d45210ebd8068b20bc6ea","ref":"refs/heads/mistral.cpp","pushedAt":"2024-07-28T06:56:12.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"teleprint-me","name":"Austin","path":"/teleprint-me","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77757836?s=80&v=4"},"commit":{"message":"Merge branch 'ggerganov:master' into mistral.cpp","shortMessageHtmlLink":"Merge branch 'ggerganov:master' into mistral.cpp"}},{"before":"19aa1321beef0e97e61d5103a38b3cbdcd432a54","after":"e2bd03092c97ebb3f2b4a67ac4c5c31a8fde1b85","ref":"refs/heads/fix-vulkan-shader-warnings","pushedAt":"2024-07-28T06:53:57.000Z","pushType":"push","commitsCount":18,"pusher":{"login":"teleprint-me","name":"Austin","path":"/teleprint-me","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77757836?s=80&v=4"},"commit":{"message":"Merge branch 'ggerganov:master' into fix-vulkan-shader-warnings","shortMessageHtmlLink":"Merge branch 'ggerganov:master' into fix-vulkan-shader-warnings"}},{"before":"963590ba13029b3dee1e4b80087af6f017972358","after":"19aa1321beef0e97e61d5103a38b3cbdcd432a54","ref":"refs/heads/fix-vulkan-shader-warnings","pushedAt":"2024-07-28T06:52:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"teleprint-me","name":"Austin","path":"/teleprint-me","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77757836?s=80&v=4"},"commit":{"message":"chore : Remove void and apply C++ style empty parameters","shortMessageHtmlLink":"chore : Remove void and apply C++ style empty parameters"}},{"before":"b8a415ac8d6ae54e6b044263cc82dadb81a6b5b6","after":"963590ba13029b3dee1e4b80087af6f017972358","ref":"refs/heads/fix-vulkan-shader-warnings","pushedAt":"2024-07-28T06:50:49.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"teleprint-me","name":"Austin","path":"/teleprint-me","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77757836?s=80&v=4"},"commit":{"message":"Merge branch 'fix-vulkan-shader-warnings' of github.com:teleprint-me/llama.cpp into fix-vulkan-shader-warnings","shortMessageHtmlLink":"Merge branch 'fix-vulkan-shader-warnings' of github.com:teleprint-me/…"}},{"before":"f2f715a4606a414f0921188ee55da115dfbcfcad","after":"d474f821d932c84453dcb861509a7d4bac3fc165","ref":"refs/heads/mistral.cpp","pushedAt":"2024-07-28T05:47:58.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"teleprint-me","name":"Austin","path":"/teleprint-me","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77757836?s=80&v=4"},"commit":{"message":"ggml(docs): Add comment to ensure clarity that ggml_type is referencing a data type","shortMessageHtmlLink":"ggml(docs): Add comment to ensure clarity that ggml_type is referenci…"}},{"before":"5e2727fe0321c38d1664d26173c654fa1801dc5f","after":"e54c35e4fb5777c76316a50671640e6e144c9538","ref":"refs/heads/master","pushedAt":"2024-07-28T02:42:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"teleprint-me","name":"Austin","path":"/teleprint-me","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77757836?s=80&v=4"},"commit":{"message":"feat: Support Moore Threads GPU (#8383)\n\n* Update doc for MUSA\r\n\r\nSigned-off-by: Xiaodong Ye \r\n\r\n* Add GGML_MUSA in Makefile\r\n\r\nSigned-off-by: Xiaodong Ye \r\n\r\n* Add GGML_MUSA in CMake\r\n\r\nSigned-off-by: Xiaodong Ye \r\n\r\n* CUDA => MUSA\r\n\r\nSigned-off-by: Xiaodong Ye \r\n\r\n* MUSA adds support for __vsubss4\r\n\r\nSigned-off-by: Xiaodong Ye \r\n\r\n* Fix CI build failure\r\n\r\nSigned-off-by: Xiaodong Ye \r\n\r\n---------\r\n\r\nSigned-off-by: Xiaodong Ye ","shortMessageHtmlLink":"feat: Support Moore Threads GPU (ggerganov#8383)"}},{"before":"78fde42ec5ae84f63204bc993f42eb6079ab9f48","after":"f2f715a4606a414f0921188ee55da115dfbcfcad","ref":"refs/heads/mistral.cpp","pushedAt":"2024-07-28T02:42:51.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"teleprint-me","name":"Austin","path":"/teleprint-me","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77757836?s=80&v=4"},"commit":{"message":"Merge branch 'ggerganov:master' into mistral.cpp","shortMessageHtmlLink":"Merge branch 'ggerganov:master' into mistral.cpp"}},{"before":"e58d3cc27907a78a56454d1a45fc71dd0cd4ead5","after":"b8a415ac8d6ae54e6b044263cc82dadb81a6b5b6","ref":"refs/heads/fix-vulkan-shader-warnings","pushedAt":"2024-07-28T01:45:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"teleprint-me","name":"Austin","path":"/teleprint-me","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77757836?s=80&v=4"},"commit":{"message":"Update ggml/src/vulkan-shaders/vulkan-shaders-gen.cpp\n\nCo-authored-by: 0cc4m ","shortMessageHtmlLink":"Update ggml/src/vulkan-shaders/vulkan-shaders-gen.cpp"}},{"before":"203bbdde7deb36e2e57e3024f6094ddc74deca8e","after":"78fde42ec5ae84f63204bc993f42eb6079ab9f48","ref":"refs/heads/mistral.cpp","pushedAt":"2024-07-28T01:24:37.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"teleprint-me","name":"Austin","path":"/teleprint-me","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77757836?s=80&v=4"},"commit":{"message":"train(feat): Add vulkan pipeline to training text from scratch\n\n* TODO: Attempt to discover root cause of set replacement keys not being NULL","shortMessageHtmlLink":"train(feat): Add vulkan pipeline to training text from scratch"}},{"before":"fa2261aaa1e469c7cade4fe1c9efa721547b2ed9","after":"203bbdde7deb36e2e57e3024f6094ddc74deca8e","ref":"refs/heads/mistral.cpp","pushedAt":"2024-07-27T16:58:17.000Z","pushType":"push","commitsCount":15,"pusher":{"login":"teleprint-me","name":"Austin","path":"/teleprint-me","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77757836?s=80&v=4"},"commit":{"message":"Merge branch 'master' into mistral.cpp","shortMessageHtmlLink":"Merge branch 'master' into mistral.cpp"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0yMlQwNTo1ODoyMC4wMDAwMDBazwAAAASg6m2D","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0yMlQwNTo1ODoyMC4wMDAwMDBazwAAAASg6m2D","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNy0yN1QxNjo1ODoxNy4wMDAwMDBazwAAAASKzRId"}},"title":"Activity · teleprint-me/llama.cpp"}