repo
stringclasses
15 values
fix_commit
stringlengths
40
40
buggy_commit
stringlengths
40
40
message
stringlengths
3
64.3k
files
listlengths
1
300
timestamp
timestamp[s]date
2013-03-13 20:45:00
2026-04-11 07:48:46
vuejs/vue
0163a6fe53cc17a69450f5c0ef0ac16308c1f5b6
8567e7dcedfdf0d8fb21e2c2f7ee935229b6a9e9
proper fix for #4392 (via #4402)
[ { "path": "src/platforms/web/runtime/modules/dom-props.js", "patch": "@@ -1,6 +1,6 @@\n /* @flow */\n \n-import { extend } from 'shared/util'\n+import { extend, toNumber } from 'shared/util'\n \n function updateDOMProps (oldVnode: VNodeWithData, vnode: VNodeWithData) {\n if (!oldVnode.data.domProps && !vn...
2016-12-08T21:02:26
ggml-org/llama.cpp
9b26511857ac09ae69ab485168fe2d3ee5fb1d6e
00217cd41388328c93e9e9644921c4319bb03bcc
ggml-cpu: implement MXFP4 SIMD for s390x (#16193) * ggml-cpu: impl mxfp4 s390x Signed-off-by: Aaron Teo <aaron.teo1@ibm.com> * ggml-cpu: missing s = sumf Signed-off-by: Aaron Teo <aaron.teo1@ibm.com> * ggml-cpu: fix incorrect kval_mxfp4 type Signed-off-by: Aaron Teo <aaron.teo1@ibm.com> * ggml-cpu: rework mxfp4 ...
[ { "path": "ggml/src/ggml-cpu/arch-fallback.h", "patch": "@@ -160,7 +160,6 @@\n #define ggml_vec_dot_iq3_s_q8_K_generic ggml_vec_dot_iq3_s_q8_K\n #define ggml_vec_dot_iq1_s_q8_K_generic ggml_vec_dot_iq1_s_q8_K\n #define ggml_vec_dot_iq1_m_q8_K_generic ggml_vec_dot_iq1_m_q8_K\n-#define ggml_vec_dot_mxfp4_q8_0...
2025-09-26T10:27:25
ollama/ollama
8ca50f24f3f980bf46a3c8ce1cf3c05f8f37b8c1
c149fc314364c48793c7ca365f3884aa074dbc9d
fix nous-hermes model file size listing in readme (#367) fix nous-hermes model file size listing in readme
[ { "path": "README.md", "patch": "@@ -41,7 +41,8 @@ Here are some example open-source models that can be downloaded:\n | Llama2 Uncensored | 7B | 3.8GB | `ollama pull llama2-uncensored` |\n | Orca Mini | 3B | 1.9GB | `ollama pull orca-mini` |\n | Vicuna ...
2023-08-17T03:42:00
denoland/deno
ce1d4514ac401d8550df16b59b37c20bb5958b3b
11e9e073d9fc0c670206f41727c54789a1be56af
fix(install): wait for package installations before applying patches (#31711) ## Overview In the current latest version of Deno (2.6.3), there is an issue where running the `deno install` command causes patched packages specified in the `links` property of `deno.json` to be overwritten with npm package sources. To re...
[ { "path": "libs/npm_installer/local.rs", "patch": "@@ -468,6 +468,12 @@ impl<\n }\n }\n \n+ // Wait for all npm package installations to complete before applying patches\n+ // This prevents race conditions where npm packages could overwrite patch files\n+ while let Some(result) = cache_fu...
2025-12-24T20:29:35
vuejs/vue
b141c6930d20eaec0f94a4fc7b2ebecab4651ac8
58949bd1c5c481570eb7b6dd4c6864866a301fdf
fix filter parsing for divisions (fix #4415)
[ { "path": "src/compiler/parser/filter-parser.js", "patch": "@@ -40,14 +40,25 @@ export function parseFilters (exp: string): string {\n case 0x22: inDouble = true; break // \"\n case 0x27: inSingle = true; break // '\n case 0x60: inTemplateString = true; break // `\n- ...
2016-12-08T18:15:33
huggingface/transformers
82ffeb28ad926938db1f81e2423b6ba4ffbed579
e064dc05c2dda50262179ad20eb8cc5ea484d24c
Add Top-H decoding (entropy-bounded truncation) as a LogitsWarper for text generation (#40837) * init * added TopH * Update TopH logits_process.py * Update logits_process.py * Update test_logits_process.py * Update test_logits_process.py * added test No. 4 * Resolving __init__.py issues * Resolving configurati...
[ { "path": "docs/source/en/internal/generation_utils.md", "patch": "@@ -153,6 +153,9 @@ generation.\n [[autodoc]] TemperatureLogitsWarper\n - __call__\n \n+[[autodoc]] TopHLogitsWarper\n+ - __call__\n+\n [[autodoc]] TopKLogitsWarper\n - __call__\n ", "additions": 3, "deletions": 0, "la...
2025-10-08T13:37:51
ggml-org/llama.cpp
0f7c69689f4e681948a6005adea9bee9c08ff903
835b2b915c52bcabcd688d025eacff9a07b65f52
musa: fix build warnings (#15611) Signed-off-by: Xiaodong Ye <xiaodong.ye@mthreads.com>
[ { "path": "ggml/src/ggml-cuda/binbcast.cu", "patch": "@@ -54,7 +54,7 @@ static __global__ void k_bin_bcast(const src0_t * src0,\n const uint32_t i2 = fastdiv((blockDim.z * blockIdx.z + threadIdx.z), ne3);\n const uint32_t i3 = (blockDim.z * blockIdx.z + threadIdx.z) - (i2 * ne3.z);\n \n- ...
2025-09-26T00:56:10
denoland/deno
11e9e073d9fc0c670206f41727c54789a1be56af
1ce0e55d7850de54ad27c48c1fb097cb6156af73
fix(ext/node): support for inspector.url() (#31705) Closes https://github.com/denoland/deno/issues/31700
[ { "path": "ext/node/lib.rs", "patch": "@@ -34,6 +34,7 @@ use deno_permissions::PermissionCheckError;\n pub use node_resolver::DENO_SUPPORTED_BUILTIN_NODE_MODULES as SUPPORTED_BUILTIN_NODE_MODULES;\n pub use node_resolver::PathClean;\n use ops::handle_wrap::AsyncId;\n+pub use ops::inspector::InspectorServerU...
2025-12-22T23:42:06
vuejs/vue
58949bd1c5c481570eb7b6dd4c6864866a301fdf
b48c45eb7ea8d6bdf1ec805fb4ade0576670e59a
use sameVnode check when pacthing keyed children (fix #4393)
[ { "path": "src/core/vdom/patch.js", "patch": "@@ -386,15 +386,15 @@ export function createPatchFunction (backend) {\n 'Make sure each v-for item has a unique key.'\n )\n }\n- if (elmToMove.tag !== newStartVnode.tag) {\n- // same key but different eleme...
2016-12-08T17:26:22
huggingface/transformers
e064dc05c2dda50262179ad20eb8cc5ea484d24c
20282f13fad8d9c40187b66f01ce8aecd48323a6
[testing] Fix `JetMoeIntegrationTest` (#41377) * fix * update --------- Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
[ { "path": "tests/models/jetmoe/test_modeling_jetmoe.py", "patch": "@@ -13,14 +13,13 @@\n # limitations under the License.\n \"\"\"Testing suite for the PyTorch JetMoe model.\"\"\"\n \n-import gc\n import unittest\n \n import pytest\n \n from transformers import AutoTokenizer, is_torch_available\n from trans...
2025-10-08T13:11:53
ggml-org/llama.cpp
835b2b915c52bcabcd688d025eacff9a07b65f52
b05a9d650f4da1e70e7e2cbe8fe44e61b39656db
model : add GroveMoE support (#15510) * add GroveMoE support * remove constexpr that fails on certain compilers * revert crude scalar div implementation, use cast * build_attn_inp_kv_unified -> build_attn_inp_kv * fix build_attn * re-apply ffn_exps regex changes
[ { "path": "common/common.h", "patch": "@@ -738,7 +738,7 @@ const char * const LLM_KV_SPLIT_TENSORS_COUNT = \"split.tensors.count\";\n // MoE utils\n //\n \n-const char * const LLM_FFN_EXPS_REGEX = \"\\\\.ffn_(up|down|gate)_exps\";\n+const char * const LLM_FFN_EXPS_REGEX = \"\\\\.ffn_(up|down|gate)_(ch|)exps...
2025-09-25T17:50:28
vuejs/vue
b48c45eb7ea8d6bdf1ec805fb4ade0576670e59a
4c3abdda92bd36b7b6026ae30b3b9960e486705f
ensure set value last in IE9 (fix #4391)
[ { "path": "src/platforms/web/runtime/modules/attrs.js", "patch": "@@ -1,6 +1,7 @@\n /* @flow */\n \n import { extend } from 'shared/util'\n+import { isIE9 } from 'core/util/env'\n import {\n isBooleanAttr,\n isEnumeratedAttr,\n@@ -17,7 +18,7 @@ function updateAttrs (oldVnode: VNodeWithData, vnode: VNode...
2016-12-08T17:12:11
huggingface/transformers
20282f13fad8d9c40187b66f01ce8aecd48323a6
c528f5066328734ada6b63143b4fd6058a7577df
[`JetMoe`] Fix KV head repetition and padding free (#41423) fix jetmoe
[ { "path": "src/transformers/models/jetmoe/modeling_jetmoe.py", "patch": "@@ -426,7 +426,8 @@ def __init__(self, config: JetMoeConfig, layer_idx: Optional[int] = None):\n \"when creating this class.\"\n )\n \n- self.num_key_value_groups = config.num_experts_per_tok\n+ ...
2025-10-08T12:27:22
denoland/deno
1ce0e55d7850de54ad27c48c1fb097cb6156af73
0a162aaecceb267f099b0347bc7722950de7be3e
fix(compile): make compile work with `--unstable-npm-lazy-caching` (#31704) Closes https://github.com/denoland/deno/issues/31703
[ { "path": "cli/standalone/binary.rs", "patch": "@@ -49,13 +49,15 @@ use deno_lib::util::v8::construct_v8_flags;\n use deno_lib::version::DENO_VERSION_INFO;\n use deno_npm::NpmSystemInfo;\n use deno_npm::resolution::SerializedNpmResolutionSnapshot;\n+use deno_npm::resolution::ValidSerializedNpmResolutionSnap...
2025-12-22T19:28:45
ggml-org/llama.cpp
077c94d0caf87fbd3cf3288dbb5c0fd9670294cf
aa3ee0eb0b80efca126cedf9bcb4fb5864b46ce3
CUDA: add a fused top-K MoE kernel (#16130) * CUDA: add a fused top-K MoE kernel This kernel does the following: 1. softmax over the logits per token [n_experts, n_tokens] 2. argmax reduce over the top-k (n_experts_used) logits 3. write weights + ids to global memory It is intended as fusion of softmax->top-k->get_r...
[ { "path": "ggml/src/ggml-cuda/ggml-cuda.cu", "patch": "@@ -45,6 +45,7 @@\n #include \"ggml-cuda/sumrows.cuh\"\n #include \"ggml-cuda/mean.cuh\"\n #include \"ggml-cuda/tsembd.cuh\"\n+#include \"ggml-cuda/topk-moe.cuh\"\n #include \"ggml-cuda/unary.cuh\"\n #include \"ggml-cuda/upscale.cuh\"\n #include \"ggml-...
2025-09-25T14:35:05
vuejs/vue
8a7b02a159dea19ff76c2308bceb9f1ef4738998
b9376eb5ff42e7c5e4a0862465c0fd8d0eee4ece
avoid v-model with .trim/.number updating value when in focus (fix #4392)
[ { "path": "src/platforms/web/compiler/directives/model.js", "patch": "@@ -127,10 +127,12 @@ function genDefaultModel (\n valueExpression = number || type === 'number'\n ? `_n(${valueExpression})`\n : valueExpression\n+\n let code = genAssignmentCode(value, valueExpression)\n if (isNative && ne...
2016-12-08T15:56:30
huggingface/transformers
8dfc8e8cfc80492e3af0e3d50dcc1803d3654634
2166e26cb1999d1fc6555bd4c1974c4464d1ea57
:facepalm: CB nit! (#41413) * :facepalm: * updates * update cb simple * merge * up * update * fix * up * nit * rumble this is annoying * update * update * up * fix * .... * cleanup a bit * nit * typo * typing and typo * nit * updates * up * final fix! * update * fix more import issues * nuke ...
[ { "path": "examples/pytorch/continuous_batching_simple.py", "patch": "@@ -33,15 +33,18 @@\n parser.add_argument(\"--max-batch-tokens\", \"-b\", type=int, default=None)\n parser.add_argument(\"--attn\", type=str, default=\"kernels-community/flash-attn\", help=\"Attention implementation\")\n parse...
2025-10-08T11:36:27
ggml-org/llama.cpp
d0991da39d3c39b3980c24cdfccb9a4c95a46870
aa719c2f886c445b78113bf1e5849f1fce4124a7
server : add support for external server for tests (#16243) This commit adds support for using an externally started llama-server instance for the server tests. This can be enabled by setting the DEBUG_EXTERNAL environment variable. The motivation for this is to allow debugging of the server itself when investigating...
[ { "path": "tools/server/tests/README.md", "patch": "@@ -64,3 +64,33 @@ cmake --build build -j --target llama-server && ./tools/server/tests/tests.sh\n ```\n \n To see all available arguments, please refer to [pytest documentation](https://docs.pytest.org/en/stable/how-to/usage.html)\n+\n+### Debugging exter...
2025-09-25T09:36:47
vuejs/vue
9cfd63a7d08c1eba029c8bd7463b3047c3347826
28ec3c7709b9d3cf18bfd1b2cbf6f1f2192d2ba4
fix weex tests
[ { "path": "test/weex/compiler/compile.spec.js", "patch": "@@ -3,28 +3,28 @@ import { compile } from '../../../packages/weex-template-compiler'\n describe('compile basic', () => {\n it('should be compiled', () => {\n const { render, staticRenderFns, errors } = compile(`<div>{{hi}}</div>`)\n- expect(...
2016-12-07T21:48:29
ollama/ollama
f0d7c2f5ea1d2654cde8c87ca43accb715a5879e
12052a7624413b4c2655c30161778b61cd71d316
retry download on network errors
[ { "path": "server/download.go", "patch": "@@ -25,17 +25,27 @@ type FileDownload struct {\n \n var inProgress sync.Map // map of digests currently being downloaded to their current download progress\n \n+type downloadOpts struct {\n+\tmp ModelPath\n+\tdigest string\n+\tregOpts *RegistryOptions\n+\tfn ...
2023-08-15T18:07:19
denoland/deno
6aaed850b8a775c85eb4a4a6f20024a3f0e62ae2
d3668555dceb0b252234e8af5e26fe6118ba440a
fix(check): improve node types handling (#31677) 1. Always injects node types when someone has a `node:` import (like before, so this isn't dependent on the lib setting... which fixes the linked issue) 2. Handles someone doing `/// <reference lib="node" />`. Previously this was slightly broken. * https://github.com/d...
[ { "path": "cli/lsp/documents.rs", "patch": "@@ -3,6 +3,7 @@\n use std::borrow::Cow;\n use std::collections::BTreeMap;\n use std::collections::HashMap;\n+use std::collections::HashSet;\n use std::fs;\n use std::future::Future;\n use std::ops::Range;\n@@ -1506,6 +1507,11 @@ impl DocumentModules {\n fo...
2025-12-20T10:17:45
ggml-org/llama.cpp
aa719c2f886c445b78113bf1e5849f1fce4124a7
4cdd0bb4537f9617e9efcfef6b9454fcefe2ff08
ggml : fix loongarch lsx compilation error (#15864)
[ { "path": "ggml/src/ggml-cpu/arch/loongarch/quants.c", "patch": "@@ -105,6 +105,18 @@ static inline float hsum_float_4x4(const __m128 a, const __m128 b, const __m128\n \n return ((v4f32)res)[0];\n }\n+\n+// multiply int8_t, add results pairwise twice\n+static inline __m128i mul_sum_i8_pairs(const __m128...
2025-09-25T09:22:55
ollama/ollama
76b85bc0e97e7499e100ecb2001c9573aeaba68b
2ab20095b321b101cde396e4580fbc0cc09a9061
set non-zero error code on error
[ { "path": "cmd/cmd.go", "patch": "@@ -75,6 +75,7 @@ func CreateHandler(cmd *cobra.Command, args []string) error {\n \t\t\tspinner = NewSpinner(resp.Status)\n \t\t\tgo spinner.Spin(100 * time.Millisecond)\n \t\t}\n+\n \t\treturn nil\n \t}\n \n@@ -84,6 +85,9 @@ func CreateHandler(cmd *cobra.Command, args []st...
2023-08-14T18:15:53
vuejs/vue
d2f7f1913edadda57e9a386dde08df226b29fa1f
4b51ad048306367a6fb6fbee7445e086d855f31e
fix codegen tests
[ { "path": "test/unit/modules/compiler/codegen.spec.js", "patch": "@@ -29,346 +29,351 @@ function assertCodegen (template, generatedCode, ...args) {\n }\n \n /* eslint-disable quotes */\n-xdescribe('codegen', () => {\n+describe('codegen', () => {\n it('generate directive', () => {\n assertCodegen(\n ...
2016-12-05T01:29:51
denoland/deno
d3668555dceb0b252234e8af5e26fe6118ba440a
9cd8077757a365f2e9e36499c2330d2d4facbb2e
Revert "fix(ext/node): stub out Module.register and Module.registerHooks" (#31684) Reverts denoland/deno#31666
[ { "path": "ext/node/polyfills/01_require.js", "patch": "@@ -1322,21 +1322,13 @@ Module.findSourceMap = findSourceMap;\n * @param {{ parentURL: string | URL, data: any, transferList: any[] }} [_options]\n */\n export function register(_specifier, _parentUrl, _options) {\n- throw new Error(\n- \"Module ...
2025-12-20T09:53:17
ggml-org/llama.cpp
4cdd0bb4537f9617e9efcfef6b9454fcefe2ff08
b5bd037832bcb8ed3086dfe26ce9090bea989af1
docs: fix typo [no ci] (#16244)
[ { "path": "CONTRIBUTING.md", "patch": "@@ -25,7 +25,7 @@ The project differentiates between 3 levels of contributors:\n - Squash-merge PRs\n - Use the following format for the squashed commit title: `<module> : <commit title> (#<issue_number>)`. For example: `utils : fix typo in utils.py (#1234)`\n - Option...
2025-09-25T09:12:27
denoland/deno
48c6d0e107e740116c96bf339eb0fdaad76ca82d
bd7b0a8f3a470e2323d6437c6fc677cfc8113564
fix(compile): ensure temp dir exists during x64 codesign (#31672) Closes https://github.com/denoland/deno/issues/31664
[ { "path": "Cargo.lock", "patch": "@@ -5773,9 +5773,9 @@ dependencies = [\n \n [[package]]\n name = \"libsui\"\n-version = \"0.12.4\"\n+version = \"0.12.5\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"31c0d3e44c406dd59a3366bf17b79bf60d22c4d47fe903b7bf84cb57e7b1314b\"\n...
2025-12-19T12:29:02
vuejs/vue
7c3c86f36044ada983c09e7733841cb4c55de9d1
79e1058799dcde0b7e341ef44b590ecbf1e3a722
fix namespace hoisting
[ { "path": "src/core/vdom/create-component.js", "patch": "@@ -85,7 +85,7 @@ export function createComponent (\n const name = Ctor.options.name || tag\n const vnode = new VNode(\n `vue-component-${Ctor.cid}${name ? `-${name}` : ''}`,\n- data, undefined, undefined, undefined, undefined, context,\n+ ...
2016-12-03T17:19:27
ggml-org/llama.cpp
dfcd53f7ecb9bb897a9d752d09c59d10be47237a
4ea00794b8c995b6deaf4bac159c1778dc27419a
metal : fuse NORM + MUL + ADD, support non-multiples of 4 (#16220) * metal : fuse NORM + MUL + ADD * metal : support norms of non-multiple of 4 * cont : fix comment [no ci]
[ { "path": "ggml/src/ggml-metal/ggml-metal-common.cpp", "patch": "@@ -383,6 +383,7 @@ void ggml_graph_optimize(ggml_cgraph * gf) {\n // fuse only ops that start with these operations\n // can be expanded when needed\n if (node.op() == GGML_OP_ADD ||\n+ node.op() == GGML_OP_...
2025-09-25T08:30:16
huggingface/transformers
2166e26cb1999d1fc6555bd4c1974c4464d1ea57
b13ee63b5a2a59fd76ec87608b685dfbf5605ff4
[torchao] Add regex support for ModuleFqnToConfig (#41242) * Add regex support for ModuleFqnToConfig Summary: Similar to https://github.com/pytorch/ao/pull/3084 we added regex support in transformers so people can use regex to quantize the models. See https://github.com/pytorch/ao/pull/3084 for docs and precedence o...
[ { "path": "docs/source/en/quantization/torchao.md", "patch": "@@ -445,7 +445,7 @@ output_text = tokenizer.batch_decode(\n print(output_text)\n ```\n \n-#### 2. Quantizing different layers with different quantization configs\n+#### 2. Quantizing different layers with different quantization configs (no regex)...
2025-10-08T11:05:15
ollama/ollama
6ed991c8e2ad6b3df201dd5d453be62464be5fe6
e41576e768e48afab0087eae73dc5d869c94c542
ggml: fix off by one error remove used Unknown FileType
[ { "path": "llm/ggml.go", "patch": "@@ -29,15 +29,14 @@ const (\n \tFileTypeQ4_0\n \tFileTypeQ4_1\n \tFileTypeQ4_1_F16\n-\tFileTypeQ8_0 = iota + 3\n+\tFileTypeQ8_0 = iota + 2\n \tFileTypeQ5_0\n \tFileTypeQ5_1\n \tFileTypeQ2_K\n \tFileTypeQ3_K\n \tFileTypeQ4_K\n \tFileTypeQ5_K\n \tFileTypeQ6_K\n-\tFileTypeUnk...
2023-08-11T17:45:19
denoland/deno
bd7b0a8f3a470e2323d6437c6fc677cfc8113564
d9a8d18a0bf7d0bc632bb8c7c430a01833f3582b
fix(ext/node): stub out Module.register and Module.registerHooks (#31666) Stubs out `Module.register` and `Module.registerHooks` functions that are meant to be used for Module Loader hooks as per https://nodejs.org/api/module.html#customization-hooks. This is a follow up to https://github.com/denoland/deno/pull/24965...
[ { "path": "ext/node/polyfills/01_require.js", "patch": "@@ -1322,13 +1322,21 @@ Module.findSourceMap = findSourceMap;\n * @param {{ parentURL: string | URL, data: any, transferList: any[] }} [_options]\n */\n export function register(_specifier, _parentUrl, _options) {\n- // TODO(@marvinhagemeister): Stu...
2025-12-19T12:28:29
ggml-org/llama.cpp
c498fc82fe5b83fc8c6e1627286bdc1f93caddbf
e7a5130a20cf45a3358308356c249734ca982143
rpc : use ggml logging facilities Use RPC_DEBUG environment variable to enable debug messages. Add helper macro LOG_DBG() which does an early check of the env var before calling GGML_LOG_DEBUG(). Make sure we log a debug message for every server function.
[ { "path": "ggml/src/ggml-rpc/ggml-rpc.cpp", "patch": "@@ -31,6 +31,12 @@\n #include <filesystem>\n #include <algorithm>\n \n+static const char * RPC_DEBUG = std::getenv(\"GGML_RPC_DEBUG\");\n+\n+#define LOG_DBG(...) \\\n+ do { if (RPC_DEBUG) GGML_LOG_DEBUG(__VA_ARGS__); } while (0)\n+\n+\n namespace fs =...
2025-09-25T07:20:02
vuejs/vue
79e1058799dcde0b7e341ef44b590ecbf1e3a722
1def2d11a5a2a5bf8cd43d6751d0a5f4677b7e72
wip: refactor compiler to skip normalization when possible wip fix wip fix wip fix
[ { "path": "flow/component.js", "patch": "@@ -88,6 +88,8 @@ declare interface Component {\n _o: (vnode: VNode | Array<VNode>, index: number, key: string) => VNode | VNodeChildren;\n // toString\n _s: (value: any) => string;\n+ // text to VNode\n+ _v: (value: string | number) => VNode;\n // toNumber...
2016-12-03T12:10:45
huggingface/transformers
b13ee63b5a2a59fd76ec87608b685dfbf5605ff4
1c5ac899e83c55ff64a020ae98ff2ae149791585
enable new model uts to xpu and fix some failures on xpu (#41386) * enable new model uts to xpu and fix some failures on xpu Signed-off-by: Yao, Matrix <matrix.yao@intel.com> * add more Signed-off-by: Yao, Matrix <matrix.yao@intel.com> * fix style Signed-off-by: Yao, Matrix <matrix.yao@intel.com> * Update test_m...
[ { "path": "tests/models/cohere2_vision/test_modeling_cohere2_vision.py", "patch": "@@ -223,7 +223,7 @@ def test_model_integration_forward(self):\n \n EXPECTED_LOGITS = Expectations(\n {\n- (\"xpu\", 3): [0.4109, 0.1532, 0.8018, 2.1328, 0.5483],\n+ (\"xpu\", ...
2025-10-08T10:14:50
denoland/deno
d9a8d18a0bf7d0bc632bb8c7c430a01833f3582b
dd47e25a3056dea79620ddb778834c462713881b
fix(audit): fix deserde for transitive npm audit actions (#31671) Fixes https://github.com/denoland/deno/issues/31613
[ { "path": "cli/tools/pm/audit.rs", "patch": "@@ -450,8 +450,8 @@ mod npm {\n #[derive(Debug, Deserialize)]\n pub struct AuditActionResolve {\n pub id: i32,\n+ pub path: Option<String>,\n // TODO(bartlomieju): currently not used, commented out so it's not flagged by clippy\n- // pub path: S...
2025-12-19T08:22:26
ggml-org/llama.cpp
bee378e0988b44bbe93b0768208080951b312363
5fb557653b8756ac2b6c6a102b1e44abcadf552f
ci: run the x64 and arm ci on the github machines instead (#16183) * run the x64 ci on regular machines * set up the same thing for arm fix test-quantize-perf just like #12306 * try to disable sve * add another sve run
[ { "path": ".github/workflows/build.yml", "patch": "@@ -1251,56 +1251,129 @@ jobs:\n # TODO: simplify the following workflows using a matrix\n # TODO: run lighter CI on PRs and the full CI only on master (if needed)\n ggml-ci-x64-cpu-low-perf:\n- runs-on: [self-hosted, Linux, X64, CPU, low-perf]\n+ r...
2025-09-25T05:06:06
vuejs/vue
1def2d11a5a2a5bf8cd43d6751d0a5f4677b7e72
7431e4d16c92862ac74fdb3053de9295c809b586
fix test for emptyVNode rename
[ { "path": "test/unit/modules/vdom/create-element.spec.js", "patch": "@@ -1,6 +1,6 @@\n import Vue from 'vue'\n import { createElement } from 'core/vdom/create-element'\n-import { emptyVNode } from 'core/vdom/vnode'\n+import { createEmptyVNode } from 'core/vdom/vnode'\n import { bind } from 'shared/util'\n \...
2016-12-03T04:57:39
huggingface/transformers
957b1f3696e6e8757058cebb3d8987c0a975f2df
13791d8f482aad9ac31c29866eafc760ccbfa0f3
Fixing comments in __init__ file (#41414) nit
[ { "path": "src/transformers/__init__.py", "patch": "@@ -705,8 +705,6 @@\n \n # Trainer\n from .trainer import Trainer as Trainer\n-\n- # Trainer\n from .trainer_callback import DefaultFlowCallback as DefaultFlowCallback\n from .trainer_callback import EarlyStoppingCallback as EarlyStoppin...
2025-10-08T10:07:26
ollama/ollama
89a92477ad4c85f81cb7b44058378a7959945163
5cda9cdd13ba703fdd2df4e1850ad0a4da6c1ef8
fix `README.md` for `privategpt` example
[ { "path": "examples/privategpt/README.md", "patch": "@@ -26,6 +26,7 @@ ollama pull llama2-uncensored\n ### Getting WeWork's latest quarterly report\n \n ```\n+mkdir source_documents\n curl https://d18rn0p25nwr6d.cloudfront.net/CIK-0001813756/975b3e9b-268e-4798-a9e4-2a9a7c92dc10.pdf -o source_documents/wewo...
2023-08-11T07:26:33
ggml-org/llama.cpp
5fb557653b8756ac2b6c6a102b1e44abcadf552f
4ae88d07d026e66b41e85afece74e88af54f4e66
devops: fix s390x docker release failure (#16231)
[ { "path": ".devops/s390x.Dockerfile", "patch": "@@ -2,10 +2,10 @@ ARG GCC_VERSION=15.2.0\n ARG UBUNTU_VERSION=24.04\n \n ### Build Llama.cpp stage\n-FROM --platform=linux/s390x gcc:${GCC_VERSION} AS build\n+FROM gcc:${GCC_VERSION} AS build\n \n-RUN --mount=type=cache,target=/var/cache/apt \\\n- --mount=t...
2025-09-25T03:36:30
vuejs/vue
1cf377f190edec763e2d6536e5cd7bbe99155c38
a8f41399ef7538176f8207af7b6a1180f3a13505
bind value as property for <select> (fix #4369)
[ { "path": "src/platforms/web/util/attrs.js", "patch": "@@ -3,9 +3,10 @@\n import { makeMap } from 'shared/util'\n \n // attributes that should be using props for binding\n+const acceptValue = makeMap('input,textarea,option,select')\n export const mustUseProp = (tag: string, attr: string): boolean => {\n r...
2016-12-02T13:54:40
denoland/deno
e76aa96376fdc12b1848fe3d74616c93e6e12b19
1d77081cc31720362e33a9063d354f07b0c786ed
fix(check): handle workspace members having different jsx import sources and importing each other (#31654)
[ { "path": "cli/lsp/tsc.rs", "patch": "@@ -4837,7 +4837,7 @@ fn op_release(\n #[allow(clippy::type_complexity)]\n fn op_resolve(\n state: &mut OpState,\n- #[string] base: String,\n+ #[string] base: &str,\n #[serde] specifiers: Vec<(bool, String)>,\n ) -> Result<Vec<Option<(String, Option<String>)>>, de...
2025-12-19T02:54:21
huggingface/transformers
13791d8f482aad9ac31c29866eafc760ccbfa0f3
7e475552be13be0d6c98adf02c199709a0d7b927
[v5] Bump min version of bitsandbytes to 0.46.1 (#41283) * bump bitsandbytes to 0.46.1 * huge cleanup * style * fix * req * fix * importerror * fix
[ { "path": "src/transformers/integrations/__init__.py", "patch": "@@ -34,10 +34,7 @@\n \"bitsandbytes\": [\n \"dequantize_and_replace\",\n \"get_keys_to_not_convert\",\n- \"replace_8bit_linear\",\n \"replace_with_bnb_linear\",\n- \"set_module_8bit_tensor_to_device\",...
2025-10-08T10:04:26
ollama/ollama
81d8d7b73f063434d71c83533dc7dcf23e4b5ecc
be889b2f814079a15261010ca9c038190b049507
fix could not convert int
[ { "path": "api/types.go", "patch": "@@ -218,13 +218,15 @@ func (opts *Options) FromMap(m map[string]interface{}) error {\n \t\t\tif field.IsValid() && field.CanSet() {\n \t\t\t\tswitch field.Kind() {\n \t\t\t\tcase reflect.Int:\n-\t\t\t\t\t// when JSON unmarshals numbers, it uses float64 by default, not int...
2023-08-10T23:18:55
vuejs/vue
c4da6c7f9cc606ed1da1a374021685ca3dd00df9
abb966b0b62b5f6077816192b41901a3a2e68b52
fix select multiple warning test case in IE
[ { "path": "test/unit/features/directives/model-select.spec.js", "patch": "@@ -334,15 +334,19 @@ describe('Directive v-model select', () => {\n .toHaveBeenWarned()\n })\n \n- it('should warn multiple with non-Array value', () => {\n+ it('should warn multiple with non-Array value', done => {\n n...
2016-12-01T23:32:46
ggml-org/llama.cpp
f2a789e33490deb483a2694b066b37e45524bb79
3a599719673c850647e3bb911ed6d91109bb91d2
ggml : split graph allocations according to backend max buffer size (#15815) * ggml : make gallocr respect the backend's max buffer size * if the graph requires more memory than can fit into a single allocation, split it into multiple backend buffers * vulkan: report the actual max allocation size in buffer type in...
[ { "path": "ggml/src/ggml-alloc.c", "patch": "@@ -23,7 +23,7 @@ static bool ggml_is_view(const struct ggml_tensor * t) {\n }\n \n // ops that return true for this function must not use restrict pointers for their backend implementations\n-static bool ggml_op_can_inplace(enum ggml_op op) {\n+bool ggml_op_can_...
2025-09-24T14:17:49
denoland/deno
1d77081cc31720362e33a9063d354f07b0c786ed
bf919416b3e28cb273ae6014f76235e0ca2b7ab2
fix(fetch): fix SOCKS5 proxy URL validation logic (#31604) Closes #31356
[ { "path": "ext/fetch/22_http_client.js", "patch": "@@ -64,7 +64,7 @@ function createHttpClient(options) {\n case \"socks5\": {\n const url = options.proxy.url;\n if (\n- !StringPrototypeStartsWith(url, \"socks5:\") ||\n+ !StringPrototypeStartsWith(url, \"soc...
2025-12-18T14:53:11
vuejs/vue
abb966b0b62b5f6077816192b41901a3a2e68b52
4fcb25330136d45a1473a83cdac9e82e9e38c3b1
fix stateful higher order transition components
[ { "path": "src/platforms/web/runtime/modules/transition.js", "patch": "@@ -51,10 +51,12 @@ export function enter (vnode: VNodeWithData) {\n // transition. One edge case to check is when the <transition> is placed\n // as the root node of a child component. In that case we need to check\n // <transitio...
2016-12-01T22:47:29
huggingface/transformers
46db0edf3b0a39b979e4a0e9b65e7f1adec6824a
ee5488440bcb8a45681b7cc04d0c73fb49ccf57a
🚨🚨 Remove all traces of legacy cache format (#41378) * remove * more * add back * tests * revert classes * tests * add exceptions * reapply modular * rename * oupsi * start with whisper * fix tests * fix * fix * fix * typing
[ { "path": "docs/source/en/cache_explanation.md", "patch": "@@ -156,31 +156,3 @@ inputs = tokenizer.apply_chat_template(messages, add_generation_prompt=True, ret\n generated_ids = model.generate(**inputs, use_cache=True, max_new_tokens=10)\n \n ```\n-\n-## Legacy cache format\n-\n-Before the [`Cache`] class,...
2025-10-08T09:14:44
ggml-org/llama.cpp
3a599719673c850647e3bb911ed6d91109bb91d2
63b54c81a620981be020184ab99e63a8e50e47cb
model : add label for LiquidAI LFM2-2.6B model (#16204) * model : add label for LiquidAI LFM2-2.6B model HF link: [LiquidAI/LFM2-2.6B](https://huggingface.co/LiquidAI/LFM2-2.6B). Support for GGUF conversion and inference is added in #14620. However, due to similar `n_embd`, it identifies as a 1.2B model. Fix the la...
[ { "path": "src/llama-model.cpp", "patch": "@@ -66,6 +66,7 @@ const char * llm_type_name(llm_type type) {\n case LLM_TYPE_1_7B: return \"1.7B\";\n case LLM_TYPE_1_8B: return \"1.8B\";\n case LLM_TYPE_2B: return \"2B\";\n+ case LLM_TYPE_2_6B: ...
2025-09-24T11:42:26
denoland/deno
bf919416b3e28cb273ae6014f76235e0ca2b7ab2
719132d265d2db95a00db863bab3b846ea7e2d8d
fix(ext/node): avoid env permission for TERM in console and readline (#31638) Fixes #30372
[ { "path": "ext/node/polyfills/internal/console/constructor.mjs", "patch": "@@ -1,7 +1,10 @@\n // Copyright 2018-2025 the Deno authors. MIT license.\n // Copyright Joyent and Node contributors. All rights reserved. MIT license.\n \n-import { op_preview_entries } from \"ext:core/ops\";\n+import {\n+ op_get_e...
2025-12-18T12:28:33
ollama/ollama
bea683e3bf92e9dd3cbe7346d47197549b460b3e
178237d37ffbb273017a0c620a84332b03acc432
cmd: check GetBlobsPath error (#317) The error returned by `server.GetBlobsPath` in `showLayer` was never checked. Check the error and return if not nil. Also, make newlines at the end of error messages consistent and fix a typo.
[ { "path": "cmd/cmd.go", "patch": "@@ -318,12 +318,16 @@ func generate(cmd *cobra.Command, model, prompt string) error {\n \n func showLayer(l *server.Layer) {\n \tfilename, err := server.GetBlobsPath(l.Digest)\n+\tif err != nil {\n+\t\tfmt.Println(\"Couldn't get layer's path\")\n+\t\treturn\n+\t}\n \tbts, e...
2023-08-10T16:57:49
huggingface/transformers
3553f0bc23011a5aa459c7b0cd282f570ecd7ac5
242eb9cbdc2513d347fe528f4ff7111e90bb4372
Fix overriding common_kwargs defaults in processor calls (#41381) * set common_kwargs defaults before updating with kwargs * change order to override defaults common_kwargs
[ { "path": "src/transformers/processing_utils.py", "patch": "@@ -1305,6 +1305,13 @@ class MyProcessingKwargs(ProcessingKwargs, CommonKwargs, TextKwargs, ImagesKwarg\n # pass defaults to output dictionary\n output_kwargs.update(default_kwargs)\n \n+ # For `common_kwargs` just update all...
2025-10-08T03:13:56
ggml-org/llama.cpp
4d9ea03d170cf504a40bf3a85788af84cccaee80
8ba548dae251f8f2e3834ed5226b76b6e4f4a485
codeowners : use slash prefix for root files [no ci] (#16210) This commit adds a leading slash to the paths of root-level files in the CODEOWNERS file. The motivation for this is that these might otherwise match files in subdirectories that have other/additional owners will override them. Refs: https://github.com/gg...
[ { "path": "CODEOWNERS", "patch": "@@ -95,12 +95,12 @@\n /tools/tokenize/ @ggerganov\n /tools/tts/ @ggerganov\n /vendor/ @ggerganov\n-.clang-format @slaren\n-.clang-tidy @sl...
2025-09-24T06:10:09
vuejs/vue
4fcb25330136d45a1473a83cdac9e82e9e38c3b1
e8d6bd9dc73cacbc665ce132d81a7b629bef764b
fix keyCodes proxy set return value
[ { "path": "src/core/instance/proxy.js", "patch": "@@ -32,8 +32,10 @@ if (process.env.NODE_ENV !== 'production') {\n set (target, key, value) {\n if (isBuiltInModifier(key)) {\n warn(`Avoid overwriting built-in modifier in config.keyCodes: .${key}`)\n+ return false\n ...
2016-12-01T22:46:31
denoland/deno
719132d265d2db95a00db863bab3b846ea7e2d8d
9ab949017d539d415c1759168fed945595291904
fix(ext/node): add error handling functions and tests for UV bindings (#31639)
[ { "path": "ext/node/polyfills/internal_binding/uv.ts", "patch": "@@ -545,3 +545,20 @@ export function errname(errno: number): string {\n }\n return `UNKNOWN (${errno})`;\n }\n+\n+export function getErrorMessage(errno: number): string {\n+ const err = errorMap.get(errno);\n+\n+ if (err) {\n+ return ...
2025-12-18T12:14:47
ggml-org/llama.cpp
8ba548dae251f8f2e3834ed5226b76b6e4f4a485
f505bd83ca7a43c4585ff3d59135e77eae9c793b
model-conversion : fix the make targets in the README.md (#16209) Fix two incorrect make targets in the readme. Signed-off-by: Jie Fu <jiefu@tencent.com>
[ { "path": "examples/model-conversion/README.md", "patch": "@@ -105,12 +105,12 @@ new model, the model can be converted to GGUF format using the following command\n ### Inspecting the converted model\n The converted model can be inspected using the following command:\n ```console\n-(venv) $ make inspect-conv...
2025-09-24T04:19:23
vuejs/vue
db0bf76e51262636ebd820ad56f2935737d038ac
de7764a38573e6e08498e9771d566968432d39e9
fix keep-alive component inner transition (fix #4339)
[ { "path": "src/core/vdom/patch.js", "patch": "@@ -20,7 +20,7 @@ import { registerRef } from './modules/ref'\n \n export const emptyNode = new VNode('', {}, [])\n \n-const hooks = ['create', 'update', 'remove', 'destroy']\n+const hooks = ['create', 'activate', 'update', 'remove', 'destroy']\n \n function isU...
2016-12-01T04:29:03
huggingface/transformers
242eb9cbdc2513d347fe528f4ff7111e90bb4372
50090c3fc82e1e0a06b4da366ea2fb6055d529e9
Remove deprecation warning (#41425) * remove * fix space
[ { "path": "examples/modular-transformers/modeling_add_function.py", "patch": "@@ -10,8 +10,6 @@\n import torch\n from torch import nn\n \n-from ...utils.deprecation import deprecate_kwarg\n-\n \n def rotate_half(x):\n \"\"\"Rotates half the hidden dims of the input.\"\"\"\n@@ -64,6 +62,5 @@ class TestAt...
2025-10-07T17:21:14
denoland/deno
9ab949017d539d415c1759168fed945595291904
8a00009a834cdb51df5f6678a7822f8dcade7d6b
fix: panic on dropped inspector session (#31658) Closes https://github.com/denoland/deno/issues/31652
[ { "path": "Cargo.lock", "patch": "@@ -1885,9 +1885,9 @@ dependencies = [\n \n [[package]]\n name = \"deno_core\"\n-version = \"0.375.0\"\n+version = \"0.376.0\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"9c1a2c21b05c4d0e26d7bf679390fe2aa4a822fcef4c88c5d6b269c104d44e4...
2025-12-18T09:54:08
ggml-org/llama.cpp
f505bd83ca7a43c4585ff3d59135e77eae9c793b
0889589dbe8c67dd518c58a57afbb02dde2dccbe
ci : disable AMD workflows + update NVIDIA workflows (#16200) * ci : disable AMD workflows + update NVIDIA workflows * cont : fixes * cont : update nvidia vulkan workflows
[ { "path": ".github/workflows/build.yml", "patch": "@@ -1302,8 +1302,8 @@ jobs:\n run: |\n GG_BUILD_NO_BF16=1 GG_BUILD_EXTRA_TESTS_0=1 bash ./ci/run.sh ~/results/llama.cpp /mnt/llama.cpp\n \n- ggml-ci-x64-nvidia-v100-cuda:\n- runs-on: [self-hosted, Linux, X64, NVIDIA, V100]\n+ ggml-ci-...
2025-09-23T17:41:40
vuejs/vue
de7764a38573e6e08498e9771d566968432d39e9
dde0454e7e6ee6ee9fe093bcfd4e943444b0ee12
refactor patch createElm function, fix component hook merging
[ { "path": "src/core/vdom/create-component.js", "patch": "@@ -172,7 +172,6 @@ function init (\n // kept-alive components, treat as a patch\n const mountedNode: any = vnode // work around flow\n prepatch(mountedNode, mountedNode)\n- return true // let the patcher know this is a reactivated comp...
2016-11-30T19:20:40
huggingface/transformers
ccbaa1670ad13fe0277bf42d94e69b220185f822
c562c5d801f94d2a3ef94a2cc09d16e274095397
Fix incorrect assignment in `update_device_map` for GPTQ quantizer (#41328) Fix incorrect assignment in update_device_map for GPTQ quantizer Co-authored-by: Mohamed Mekkouri <93391238+MekkCyber@users.noreply.github.com>
[ { "path": "src/transformers/quantizers/quantizer_gptq.py", "patch": "@@ -92,7 +92,7 @@ def update_device_map(self, device_map):\n device_map = {\"\": torch.device(\"cpu\")}\n # Only with auto-gptq do not support CPU, we should move the model to cuda if available.\n if not is_gptq...
2025-10-07T15:28:55
denoland/deno
8a00009a834cdb51df5f6678a7822f8dcade7d6b
892bc94afe9dd24133f52cd1d35c024aeb7679ff
fix(x): fix shim script when use custom alias name, re-enable alias tests (#31653)
[ { "path": "cli/args/flags.rs", "patch": "@@ -427,6 +427,7 @@ pub enum DenoXShimName {\n #[default]\n Dx,\n Denox,\n+ Dnx,\n Other(String),\n }\n \n@@ -435,6 +436,7 @@ impl DenoXShimName {\n match self {\n Self::Dx => \"dx\",\n Self::Denox => \"denox\",\n+ Self::Dnx => \"dnx\",\...
2025-12-18T09:06:35
ggml-org/llama.cpp
f6b4af3d04763b1e0130f5b5fce19c4bc6f83f1c
264f1b51872c125e23fa0ac1da5e2a1170de9a08
ggml : fix uninitialized is_on_grid in quantize_row_iq3_xxs_impl (#15928) * fix uninitialized is_on_grid in quantize_row_iq3_xxs_impl * change initialization to true
[ { "path": "ggml/src/ggml-quants.c", "patch": "@@ -3721,6 +3721,7 @@ static void quantize_row_iq3_xxs_impl(int grid_size, const float * GGML_RESTRICT\n }\n float best = 0;\n float scale = max/(2*kMaxQ-1);\n+ for (int k = 0; k < 8; ++k) is_on_grid[k] = true;\n ...
2025-09-23T08:25:20
ollama/ollama
10885986b8bc98218ca9034b5a7c28900276fc25
c4861360ec34f7f4eeaf757a1b3f218e9caa8b23
fix a typo in the tweetwriter example Modelfile
[ { "path": "examples/tweetwriter/Modelfile", "patch": "@@ -3,5 +3,5 @@\n \n FROM nous-hermes\n SYSTEM \"\"\"\n-You are a content marketer who needs to come up with a short but succinct tweet. Make sure to include the appropriate hashtags and links. Sometimes when appropriate, describe a meme that can be incl...
2023-08-10T11:42:48
huggingface/transformers
c562c5d801f94d2a3ef94a2cc09d16e274095397
88e946e06233b6e470f44443b71ef45829ef5d30
[v5] Bump accelerate to 1.1.0 (#41234) * bump to 1.1.0 ! * bump accelerate * fix * None * fixed ! * style
[ { "path": "setup.py", "patch": "@@ -94,7 +94,7 @@\n # 2. once modified, run: `make deps_table_update` to update src/transformers/dependency_versions_table.py\n _deps = [\n \"Pillow>=10.0.1,<=15.0\",\n- \"accelerate>=0.26.0\",\n+ \"accelerate>=1.1.0\",\n \"av\",\n \"beautifulsoup4\",\n ...
2025-10-07T15:18:32
ggml-org/llama.cpp
4b9f4cb0f89a88de4bdf97727d0457b0c648804c
85e72271ba1ce78adf34fd8997803c991e617ca6
devops: add s390x containers (#15915) * devops: add s390x dockerfile Signed-off-by: Aaron Teo <aaron.teo1@ibm.com> * devops: add missing ninja Signed-off-by: Aaron Teo <aaron.teo1@ibm.com> * devops: move s390x docker into cpu docker Signed-off-by: Aaron Teo <aaron.teo1@ibm.com> * devops: rework s390x docker Sig...
[ { "path": ".devops/s390x.Dockerfile", "patch": "@@ -0,0 +1,122 @@\n+ARG GCC_VERSION=15.2.0\n+ARG UBUNTU_VERSION=24.04\n+\n+### Build Llama.cpp stage\n+FROM --platform=linux/s390x gcc:${GCC_VERSION} AS build\n+\n+RUN --mount=type=cache,target=/var/cache/apt \\\n+ --mount=type=cache,target=/var/lib/apt/lis...
2025-09-23T05:59:34
denoland/deno
892bc94afe9dd24133f52cd1d35c024aeb7679ff
baf02f935a5a2025a7785886ea7bedf4cae8b368
fix(flags): implement a better sandbox subcommand (#31657)
[ { "path": "cli/args/flags.rs", "patch": "@@ -224,6 +224,11 @@ pub struct CoverageFlags {\n pub r#type: CoverageType,\n }\n \n+#[derive(Clone, Debug, Eq, PartialEq, Default)]\n+pub struct DeployFlags {\n+ pub sandbox: bool,\n+}\n+\n #[derive(Clone, Debug, Eq, PartialEq, Default)]\n pub enum DocSourceFileF...
2025-12-17T22:29:57
ollama/ollama
984c9c628cc990183e45b27dddf2d38537264ad3
9738ef85db2e064ef2ed90e864d6d05e87b03a31
fix embeddings invalid values
[ { "path": "llama/llama.go", "patch": "@@ -94,7 +94,6 @@ import (\n \t\"io\"\n \t\"log\"\n \t\"os\"\n-\t\"reflect\"\n \t\"strings\"\n \t\"sync\"\n \t\"unicode/utf8\"\n@@ -421,27 +420,20 @@ func (llm *LLM) Embedding(input string) ([]float64, error) {\n \t\treturn nil, errors.New(\"llama: tokenize embedding\")...
2023-08-09T20:13:24
huggingface/transformers
88e946e06233b6e470f44443b71ef45829ef5d30
93464a0279f6a163dae1e3f3a8cf1567691240b5
Fix early CUDA initialisation (#41409) Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
[ { "path": "src/transformers/generation/continuous_batching/continuous_api.py", "patch": "@@ -27,7 +27,6 @@\n \n from ...configuration_utils import PreTrainedConfig\n from ...generation.configuration_utils import GenerationConfig\n-from ...integrations.hub_kernels import load_and_register_kernel\n from ...ut...
2025-10-07T13:37:17
ggml-org/llama.cpp
85e72271ba1ce78adf34fd8997803c991e617ca6
1d0125bcf1cbd7195ad0faf826a20bc7cec7d3f4
ggml-cpu : fix typo in gemm comments [no ci] (#16189)
[ { "path": "ggml/src/ggml-cpu/arch/x86/repack.cpp", "patch": "@@ -878,7 +878,7 @@ static void gemm_q4_b32_8x8_q8_0_lut_avx(int n, float * GGML_RESTRICT s, size_t\n const __m256i rhs_raw_mat_89AB_1 = _mm256_loadu_si256((const __m256i *)(b_ptr_1[b].qs + 64));\n const __m256i rhs...
2025-09-23T03:59:03
vuejs/vue
dde0454e7e6ee6ee9fe093bcfd4e943444b0ee12
66bacb015c5edd27420c4f1ca181f4c36c315240
fix static style parse error. (#4349)
[ { "path": "src/platforms/web/util/style.js", "patch": "@@ -4,10 +4,8 @@ import { cached, extend, toObject } from 'shared/util'\n \n export const parseStyleText = cached(function (cssText) {\n const res = {}\n- const hasBackground = cssText.indexOf('background') >= 0\n- // maybe with background-image: ur...
2016-11-30T18:53:20
huggingface/transformers
93464a0279f6a163dae1e3f3a8cf1567691240b5
0c9a72e4576fe4c84077f066e585129c97bfd4e6
Prefer raising `TypeError` exception for invalid type (#41346) * Fixed raising of TypeError exception for invalid type * Fixed failing tests.
[ { "path": "src/transformers/cache_utils.py", "patch": "@@ -1313,7 +1313,7 @@ def check_dynamic_cache(self, method: str):\n isinstance(self.self_attention_cache, DynamicCache)\n and isinstance(self.cross_attention_cache, DynamicCache)\n ):\n- raise ValueError(\n+ ...
2025-10-07T13:11:42
ggml-org/llama.cpp
3ecb2f671a2f49d56357f99d135a94e841759178
432cf4304c5379bfbd1f3feed65ec205955b2f4b
ggml : implement set_rows with i32 index (#16159) * implement set_rows with i32 index * template fix * test quantized path warnings-- * Apply suggestions from code review Co-authored-by: Georgi Gerganov <ggerganov@gmail.com> * forgotten name change * deduplicate cuda/sycl and test-fix * indent++ * vulkan: sup...
[ { "path": "ggml/src/ggml-cpu/ops.cpp", "patch": "@@ -4739,6 +4739,7 @@ void ggml_compute_forward_get_rows(\n //}\n }\n \n+template<typename idx_t>\n static void ggml_compute_forward_set_rows_f32(\n const ggml_compute_params * params,\n ggml_tensor * dst) {\n@@ -4777,7 +4778,7 @@ st...
2025-09-22T17:13:00
vuejs/vue
9215ff0295ddd43d7d3d85c68a2bdb76f7c1bf63
b7fd05380de77e238bc6287d84fca7863444eb6e
Modifier once for v-on (#4267) * Modifier once for v-on * Reformat code * Modifier once for v-on: using removeEventListener instead, bug fix of handler arguments passing, bug fix of modifier ordering problem * Enhancement of event listener removal which allows rendering of capturing / once events for render f...
[ { "path": "src/compiler/helpers.js", "patch": "@@ -46,6 +46,10 @@ export function addHandler (\n delete modifiers.capture\n name = '!' + name // mark the event as captured\n }\n+ if (modifiers && modifiers.once) {\n+ delete modifiers.once\n+ name = '~' + name // mark the event as once\n+ }...
2016-11-30T17:15:18
huggingface/transformers
0c9a72e4576fe4c84077f066e585129c97bfd4e6
b4428d545fbe3bd4de874d35bd7204e9c6ae2403
[Model] Lfm2Moe (#41401) * [new-models] LFM2-MoE Signed-off-by: Paul Pak <paulpak58@gmail.com> * [docs] add in template lfm2_moe doc files Signed-off-by: Paul Pak <paulpak58@gmail.com> * [configuration] update configuration class Signed-off-by: Paul Pak <paulpak58@gmail.com> * [modular][lfm] minor: fix rotary_em...
[ { "path": "docs/source/en/_toctree.yml", "patch": "@@ -562,6 +562,8 @@\n title: LED\n - local: model_doc/lfm2\n title: LFM2\n+ - local: model_doc/lfm2_moe\n+ title: LFM2Moe\n - local: model_doc/llama\n title: LLaMA\n - local: model_doc/llama2", "addi...
2025-10-07T13:09:58
ggml-org/llama.cpp
37a23c17bdc9c99c9c6ad41168e4ced3724b72cd
138c87ce8bd558b2cc134ada7316a3dad8eb67ac
common : enable `--offline` mode without curl support (#16137) * common : use the json parser Signed-off-by: Adrien Gallouët <angt@huggingface.co> * common : enable --offline mode without CURL support This change refactors the download logic to properly support offline mode even when the project is built without CU...
[ { "path": "common/arg.cpp", "patch": "@@ -24,6 +24,7 @@\n #include <cstdarg>\n #include <filesystem>\n #include <fstream>\n+#include <future>\n #include <list>\n #include <regex>\n #include <set>\n@@ -36,9 +37,21 @@\n #if defined(LLAMA_USE_CURL)\n #include <curl/curl.h>\n #include <curl/easy.h>\n-#include <...
2025-09-22T12:13:51
vuejs/vue
9dce7adfa252eaf76468bbb5ed660675f7ef4e7b
68e560af24560954779ab5a84c690369ed01c845
Streaming render for weex fix append mode for keep-alive reactivation streaming render for weex fix weex test case inject __WEEX__ during tests fix append:tree for iOS ignore weex branch
[ { "path": ".eslintrc", "patch": "@@ -3,6 +3,9 @@\n \"parser\": \"babel-eslint\",\n \"extends\": \"vue\",\n \"plugins\": [\"flowtype\"],\n+ \"globals\": {\n+ \"__WEEX__\": true\n+ },\n \"rules\": {\n \"no-useless-escape\": 0,\n \"flowtype/define-flow-type\": 1,", "additions": 3, ...
2016-11-25T22:12:40
huggingface/transformers
b4428d545fbe3bd4de874d35bd7204e9c6ae2403
0464d9eb37b7e384f8d96b7c9bb9cfb61fcdfd1e
Fix test for model with dotted name and relative imports (#41343)
[ { "path": "tests/models/auto/test_modeling_auto.py", "patch": "@@ -579,9 +579,10 @@ def test_model_with_dotted_name_and_relative_imports(self):\n Test for issue #40496: AutoModel.from_pretrained() doesn't work for models with '.' in their name\n when there's a relative import.\n \n- W...
2025-10-07T12:55:54
ollama/ollama
09d8bf6730b5a3cd5449166b4299168c6bd4cb98
7a5f3616fd359152ad0eff7ef20acd03dd1e3ca5
fix build errors
[ { "path": "llama/llama.go", "patch": "@@ -416,7 +416,7 @@ func (llm *LLM) Embedding(input string) ([]float64, error) {\n \t\treturn nil, errors.New(\"llama: embedding not enabled\")\n \t}\n \n-\ttokens := llm.tokenize(input)\n+\ttokens := llm.Encode(input)\n \tif tokens == nil {\n \t\treturn nil, errors.New...
2023-08-09T14:45:57
ggml-org/llama.cpp
138c87ce8bd558b2cc134ada7316a3dad8eb67ac
c6db9a10278f40b4b8d3f6931728f2cce2356daa
webui : fix handling incomplete chunks (#16107)
[ { "path": "tools/server/webui/src/lib/services/chat.ts", "patch": "@@ -264,12 +264,14 @@ export class ChatService {\n \t\tlet lastTimings: ChatMessageTimings | undefined;\n \n \t\ttry {\n+\t\t\tlet chunk = '';\n \t\t\twhile (true) {\n \t\t\t\tconst { done, value } = await reader.read();\n \t\t\t\tif (done) ...
2025-09-22T08:53:13
denoland/deno
baf02f935a5a2025a7785886ea7bedf4cae8b368
15f9fe2f9248fbbf8cb74c5e87b20dce59f43b8b
chore: remove error-prone wildcard_match function (#31650) This function was error-prone. In one place it was causing output where it shouldn't and in another place it wasn't asserting the test.
[ { "path": "tests/integration/test_tests.rs", "patch": "@@ -1,12 +1,12 @@\n // Copyright 2018-2025 the Deno authors. MIT license.\n \n-use test_util as util;\n+use test_util::TestContext;\n+use test_util::TestContextBuilder;\n+use test_util::assert_contains;\n+use test_util::assert_not_contains;\n+use test_u...
2025-12-17T16:49:36
vuejs/vue
c7147e3b60cb8b4147f0132f63b70a527a47b2b6
326aef4a6ab84d044d9ed807c5dc4326249aa856
remove debugger
[ { "path": "src/core/instance/render.js", "patch": "@@ -257,7 +257,6 @@ export function resolveSlots (\n let name, child\n for (let i = 0, l = children.length; i < l; i++) {\n child = children[i]\n- debugger\n // named slots should only be respected if the vnode was rendered in the\n // sa...
2016-11-25T17:42:29
huggingface/transformers
da7b8ce11f5e2605301b0d576613bc2f00d32405
4763b8c5b87a3e62cab599cafc7f553f8375290a
[kernels] Kernel Config (#41232) * first config * add kernel_config * add import logic * fixing style * compare class name * add comments * rm import * adding kernel md files * add to toctree * adding to main_classes * simplify required config * add to doc * style * store the mapping * remove nested fun...
[ { "path": "docs/source/en/_toctree.yml", "patch": "@@ -216,6 +216,11 @@\n - local: quantization/contribute\n title: Contribute\n title: Quantization\n+- isExpanded: false\n+ sections:\n+ - local: kernel_doc/overview\n+ title: Kernels in transformers\n+ title: Kernels\n - isExpanded: false\n ...
2025-10-07T11:58:20
ollama/ollama
371d4e5df30dc55702ce812006e0624dbba9bbb0
1f78e409b442b9f56c5e5774690571ae19144c9b
docs: fix invalid json in `api.md`
[ { "path": "docs/api.md", "patch": "@@ -62,27 +62,28 @@ A stream of JSON objects:\n \n The final response in the stream also includes additional data about the generation:\n \n+- `total_duration`: time spent generating the response\n+- `load_duration`: time spent in nanoseconds loading the model\n+- `sample_...
2023-08-08T22:46:05
ggml-org/llama.cpp
c6db9a10278f40b4b8d3f6931728f2cce2356daa
d05affbab7d1364fa7ac06c03cd33f03235ae840
embedding : fix typos in README (#16171)
[ { "path": "examples/embedding/README.md", "patch": "@@ -43,8 +43,8 @@ The above command will output space-separated float values.\n | $\"string\"$ | |\n |--------------|-|\n | \"\\n\" | (default)\n-| \"<#embSep#>\" | for exemple\n-| \"<#sep#>\" | other exemple\n+| \"<#embSep#>\" | for example\n...
2025-09-22T08:49:58
vuejs/vue
326aef4a6ab84d044d9ed807c5dc4326249aa856
fba78d45984ec27fcf93941a5c5d41606bc047e6
fix incorrect context for slot content created in functional components (fix #4315)
[ { "path": "src/core/instance/lifecycle.js", "patch": "@@ -146,7 +146,7 @@ export function lifecycleMixin (Vue: Class<Component>) {\n }\n // resolve slots + force update if has children\n if (hasChildren) {\n- vm.$slots = resolveSlots(renderChildren, vm._renderContext)\n+ vm.$slots = re...
2016-11-25T17:41:42
denoland/deno
3df3f275dfef15a3e0bc58830d8330bd712c67a3
8aead9bf10e77f80fcad919174470036499bab64
fix(ext/node): fix hot loop in `setImmediate` with a pending timer (#31643) Contains fix from https://github.com/denoland/deno_core/pull/1263. This effectively reopens https://github.com/denoland/deno/issues/28016 for the time being as we're regressing one of the Node.js compat tests and the interaction between `setT...
[ { "path": "Cargo.lock", "patch": "@@ -1885,9 +1885,9 @@ dependencies = [\n \n [[package]]\n name = \"deno_core\"\n-version = \"0.374.0\"\n+version = \"0.375.0\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"2eb22113497200da6707378af84a45b48452e5e1a4c19aee595e9f9e42272b9...
2025-12-17T16:13:54
huggingface/transformers
caa14e7dabb086f167c14b7eecadc2ba9db25eb6
73f8c4b8ad5df9fad09e010eb989002ccd02053b
fix resample in asr pipeline (#41298)
[ { "path": "src/transformers/pipelines/automatic_speech_recognition.py", "patch": "@@ -415,7 +415,6 @@ def preprocess(self, inputs, chunk_length_s=0, stride_length_s=None):\n inputs = F.resample(\n torch.from_numpy(inputs) if isinstance(inputs, np.ndarray) else inputs,\n ...
2025-10-06T17:31:10
ollama/ollama
1bee2347bedb0ea43d15ffc42b481cb9a4804aea
884d78ceb3f0b6a3867186460d23015cdca7fab4
pr feedback - defer closing llm on embedding - do not override licenses - remove debugging print line - reformat model file docs
[ { "path": "docs/modelfile.md", "patch": "@@ -103,9 +103,7 @@ EMBED <file path>\n The `PARAMETER` instruction defines a parameter that can be set when the model is run.\n \n ```\n-\n PARAMETER <parameter> <parametervalue>\n-\n ```\n \n ### Valid Parameters and Values\n@@ -139,54 +137,40 @@ PARAMETER <paramet...
2023-08-08T20:56:48
ggml-org/llama.cpp
d05affbab7d1364fa7ac06c03cd33f03235ae840
4f324a556caa5be0be2261604ef4aab0faf36eb8
common : remove unused local variables (#16140) These two local variables 'arg' and 'arg_prefix' have been overriden by: 1. for (const auto & arg : opt.args) 2. for (int i = 1; i < argc; i++) { const std::string arg_prefix = "--"; std::string arg = argv[i];
[ { "path": "common/arg.cpp", "patch": "@@ -1068,8 +1068,6 @@ static std::string get_all_kv_cache_types() {\n //\n \n static bool common_params_parse_ex(int argc, char ** argv, common_params_context & ctx_arg) {\n- std::string arg;\n- const std::string arg_prefix = \"--\";\n common_params & params =...
2025-09-22T08:48:42
denoland/deno
26fdc29fe027eaf3f2c77dcdb48b568cc7684aac
22e550088d5c56447e074cfa52663a2e86817eb4
fix: update glob implementation to match with latest node (#31627) Fixes #31625
[ { "path": "ext/node/polyfills/_fs/_fs_glob.ts", "patch": "@@ -205,7 +205,7 @@ class Cache {\n const promise = PromisePrototypeThen(\n readdir(path, { __proto__: null, withFileTypes: true }),\n null,\n- () => null,\n+ () => [],\n );\n this.#readdirCache.set(path, promise);\n...
2025-12-17T16:05:08
vuejs/vue
16e3dae2455aa0f2955d95698c7dddb5b4c9440d
ae4db82c4b95b4daf50ac0898c4e715de079d25a
fix eslint and coverage
[ { "path": "src/core/instance/render.js", "patch": "@@ -4,7 +4,7 @@ import config from '../config'\n import VNode, { emptyVNode, cloneVNode, cloneVNodes } from '../vdom/vnode'\n import { normalizeChildren } from '../vdom/helpers/index'\n import {\n- warn, formatComponentName, bind, isObject, toObject, isSer...
2016-11-24T17:59:19
huggingface/transformers
73f8c4b8ad5df9fad09e010eb989002ccd02053b
57e82745f9b29397faf43b207815d86a8332099e
fix asr ut failures (#41332) Signed-off-by: Yao, Matrix <matrix.yao@intel.com>
[ { "path": "src/transformers/generation/logits_process.py", "patch": "@@ -1915,7 +1915,7 @@ def __init__(self, suppress_tokens, device: str = \"cpu\"):\n @add_start_docstrings(LOGITS_PROCESSOR_INPUTS_DOCSTRING)\n def __call__(self, input_ids: torch.LongTensor, scores: torch.FloatTensor) -> torch.Floa...
2025-10-06T17:12:19
ggml-org/llama.cpp
4f324a556caa5be0be2261604ef4aab0faf36eb8
a71ae3ba7a857394103f12e30b387c48242c84f2
ggml : extend ggml_can_fuse to work with non-sequential nodes (#16123) * ggml : extend ggml_can_fuse to work with non-sequential nodes in the graph * cont : fix wrong bounds check condition * cont : remove unnecessary overload
[ { "path": "ggml/src/ggml-impl.h", "patch": "@@ -583,27 +583,27 @@ static inline bool ggml_node_has_n_uses(const struct ggml_cgraph * cgraph, int n\n return true;\n }\n \n-// Returns true if nodes [i, i+ops.size()) are the sequence of ggml_ops in ops[]\n+// Returns true if nodes with indices { node_idxs ...
2025-09-22T08:12:37
ollama/ollama
a027a7dd65bb5f30ceabc45513956b4994581b92
22986ccb38abbbb29456aafcd85b303923cecabe
add `0.0.0.0` as an allowed origin by default Fixes #282
[ { "path": "server/routes.go", "patch": "@@ -323,7 +323,6 @@ func CopyModelHandler(c *gin.Context) {\n func Serve(ln net.Listener, extraOrigins []string) error {\n \tconfig := cors.DefaultConfig()\n \tconfig.AllowWildcard = true\n-\t// only allow http/https from localhost\n \tallowedOrigins := []string{\n \t...
2023-08-08T20:39:50
denoland/deno
22e550088d5c56447e074cfa52663a2e86817eb4
3dac3dfc6d64daf75fb7e71144c9de824da1998b
chore: update patchver to 0.5.0 (#31630) Includes the intel mac fix for future rc releases using the promote script
[ { "path": "tools/release/promote_to_release.ts", "patch": "@@ -5,7 +5,7 @@\n \n import { $ } from \"jsr:@david/dax@0.41.0\";\n import { gray } from \"jsr:@std/fmt@1/colors\";\n-import { patchver } from \"jsr:@deno/patchver@0.4.0\";\n+import { patchver } from \"jsr:@deno/patchver@0.5.0\";\n \n const SUPPORTE...
2025-12-17T13:13:36
vuejs/vue
ae4db82c4b95b4daf50ac0898c4e715de079d25a
7b389bc34e12442663de1939882b523345a9e46d
fix unexpected warnings in tests
[ { "path": "test/unit/features/component/component-keep-alive.spec.js", "patch": "@@ -265,7 +265,7 @@ describe('Component keep-alive', () => {\n <keep-alive>\n <component :is=\"view\" class=\"test\"></component>\n </keep-alive>\n- <transition>\n+ </tran...
2016-11-24T17:53:13