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 |
|---|---|---|---|---|---|
huggingface/transformers | 6408d3b01a4b5446655c222daa0b947bddf7db82 | f40ef032145c36387e26b7acd22f9a6a1811aee1 | [`PEFT`] Fix prefix tuning (#41696)
* fix
* simplify
* add my 2 cents | [
{
"path": "src/transformers/masking_utils.py",
"patch": "@@ -733,9 +733,19 @@ def _preprocess_mask_arguments(\n # If using a cache, it can give all information about mask sizes based on seen tokens\n if past_key_values is not None:\n kv_length, kv_offset = past_key_values.get_mask_sizes(cach... | 2025-11-13T10:58:26 |
denoland/deno | fd7ab8a43abfc932d9a679acd8b1234683500328 | f08c376cad1898753f400eba47be10b93632b1d7 | Revert "fix(compile): use SHT_NOTE to prevent `strip` from removing deno compiler data" (#32171)
Reverts denoland/deno#32102 | [
{
"path": "Cargo.lock",
"patch": "@@ -6090,14 +6090,13 @@ dependencies = [\n \n [[package]]\n name = \"libsui\"\n-version = \"0.13.0\"\n+version = \"0.12.6\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"4dd268ef2098e102e82c67d9de9076a2f1cef12ae284a7a35635ea30fa2dda9e\"... | 2026-02-14T14:04:26 |
huggingface/transformers | 5150dac727fa30fb066f5b495bb30539ef9a6a5f | 27c3807991fbfb81cd74bcb852c5b39d05c78e20 | Fix helper fn for new processor config format (#42085)
* fix the helper fn for new processor config format
* change the priority order
* maybe we need to explicitly load and then decide
* Apply suggestions from code review
Co-authored-by: Pablo Montalvo <39954772+molbap@users.noreply.github.com>
* use helper fn f... | [
{
"path": "src/transformers/feature_extraction_utils.py",
"patch": "@@ -39,6 +39,7 @@\n is_torch_dtype,\n logging,\n requires_backends,\n+ safe_load_json_file,\n )\n from .utils.hub import cached_file\n \n@@ -427,35 +428,42 @@ def get_feature_extractor_dict(\n feature_extractor_fi... | 2025-11-13T09:06:24 |
vuejs/vue | 8d66691ee264969447390822971b8caa029cac3e | 5dbca4e3c4641a652163aac8b5c9d4e214ca2597 | fix(core): should preserve reactivity-ness of injected objects
fix #5913 | [
{
"path": "src/core/instance/inject.js",
"patch": "@@ -3,7 +3,7 @@\n import { warn } from '../util/index'\n import { hasOwn } from 'shared/util'\n import { hasSymbol } from 'core/util/env'\n-import { defineReactive } from '../observer/index'\n+import { defineReactive, observerState } from '../observer/index... | 2017-07-10T13:12:43 |
ggml-org/llama.cpp | 1920345c3bcec451421bb6abc4981678cc721154 | 561a3e2788b6310f5ac6691d1b2a91546887191e | common : Generalized XML-style tool-call parsing with streaming support (GLM 4.5/4.6 + MiniMax M2 + SeedOSS + Kimi-K2 + Qwen3-Coder + Apriel-1.5 + Xiaomi-MiMo) (#16932)
* Add files via upload
* fix unit test
* fix crashes for --reasoning-format=none
* Patch buggy official MiniMax-M2 chat template
* add upstream mi... | [
{
"path": "common/CMakeLists.txt",
"patch": "@@ -50,6 +50,8 @@ add_library(${TARGET} STATIC\n base64.hpp\n chat-parser.cpp\n chat-parser.h\n+ chat-parser-xml-toolcall.h\n+ chat-parser-xml-toolcall.cpp\n chat.cpp\n chat.h\n common.cpp",
"additions": 2,
"deletions": 0,
... | 2025-11-18T17:54:15 |
ollama/ollama | 2ef9352b941bce4280d5a42a7781984b1625f7df | 3a9f4471412cf132f0fa7b872cb4f616a1dd8b59 | fix(cmd): history in alt mode | [
{
"path": "readline/buffer.go",
"patch": "@@ -25,10 +25,7 @@ func NewBuffer(prompt *Prompt) (*Buffer, error) {\n \t\treturn nil, err\n \t}\n \n-\tlwidth := width - len(prompt.Prompt)\n-\tif prompt.UseAlt {\n-\t\tlwidth = width - len(prompt.AltPrompt)\n-\t}\n+\tlwidth := width - len(prompt.prompt())\n \n \tb... | 2024-01-06T00:19:37 |
huggingface/transformers | 27c3807991fbfb81cd74bcb852c5b39d05c78e20 | ffb35fe14283d61cd5434a32d04d07993e66477a | [`Pop2Piano`] Fix cache usage (#42170)
fix | [
{
"path": "src/transformers/models/pop2piano/modeling_pop2piano.py",
"patch": "@@ -750,7 +750,8 @@ def forward(\n position_bias,\n encoder_hidden_states,\n encoder_extended_attention_mask,\n- encoder_decoder_position_bias, # as a positional arg... | 2025-11-13T08:19:56 |
vuejs/vue | 0d6ad12a4805473579440d0f817641760c364dcf | 306997eaf4ff36f4757c753c8a00ce3851e29cca | refactor(weex): sync recent changes of Weex (#6028)
* compile bundle on native side if 'compileBundle()' is available on
native side.
* refactor sendTasks
* reset renderer.compileBundle
* v2.2.2-weex.1
* v2.2.2-weex.2 && fixed memory leak
* call C++ timer instead of WxTimerModule in weex-vue-framwork
... | [
{
"path": "src/platforms/weex/entry-framework.js",
"patch": "@@ -22,7 +22,7 @@ export function init (cfg) {\n renderer.Document = cfg.Document\n renderer.Element = cfg.Element\n renderer.Comment = cfg.Comment\n- renderer.sendTasks = cfg.sendTasks\n+ renderer.compileBundle = cfg.compileBundle\n }\n \... | 2017-07-07T03:42:47 |
ggml-org/llama.cpp | 561a3e2788b6310f5ac6691d1b2a91546887191e | f40a2e5f1134cd78cca4f2c911685517e5deb8a7 | ci : change the openEuler-310p image to fix release (#17361) | [
{
"path": ".github/workflows/build.yml",
"patch": "@@ -1390,14 +1390,10 @@ jobs:\n strategy:\n matrix:\n arch: [x86, aarch64]\n- cann:\n- - '8.3.rc1.alpha001-910b-openeuler22.03-py3.11'\n- chip_type:\n- - '910b'\n- build:\n- - 'Release'\n+ ... | 2025-11-18T17:10:23 |
denoland/deno | f08c376cad1898753f400eba47be10b93632b1d7 | fb701ea348214d960dc79d8f4edf94264744d3fb | fix(compile): use SHT_NOTE to prevent `strip` from removing deno compiler data (#32102)
Fixes https://github.com/denoland/deno/issues/22556
> Data is stored in ELF notes using a section of type SHT_NOTE and a
program
header of type PT_NOTE. The .note.sui section is placed inside a PT_LOAD
segment so it is mapped at r... | [
{
"path": "Cargo.lock",
"patch": "@@ -6090,13 +6090,14 @@ dependencies = [\n \n [[package]]\n name = \"libsui\"\n-version = \"0.12.6\"\n+version = \"0.13.0\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"e2b6d6bbf43ba95540d1681826c8d7acb9744708398463ccbcd3c3a5d04c2fdc\"... | 2026-02-14T11:32:30 |
ollama/ollama | 5580ae2472f982db5c3aae1433a02a56e0b967ec | 9c2941e61b31ca3c90098d10f3cef496011ddf0a | fix: set template without triple quotes | [
{
"path": "cmd/interactive.go",
"patch": "@@ -139,8 +139,8 @@ func generateInteractive(cmd *cobra.Command, opts generateOptions) error {\n \tfmt.Print(readline.StartBracketedPaste)\n \tdefer fmt.Printf(readline.EndBracketedPaste)\n \n+\tvar sb strings.Builder\n \tvar multiline MultilineState\n-\tvar prompt ... | 2024-01-05T23:51:33 |
huggingface/transformers | ffb35fe14283d61cd5434a32d04d07993e66477a | 1fd63dd5328ba4fdc847831c32b618e321945e7e | Fix in-place modification of user-input in SAM2 embed boxes (#42173)
* Do not modify boxes tensor in-place | [
{
"path": "src/transformers/models/edgetam/modeling_edgetam.py",
"patch": "@@ -600,7 +600,7 @@ def _embed_points(self, points: torch.Tensor, labels: torch.Tensor, pad: bool) -\n \n def _embed_boxes(self, boxes: torch.Tensor) -> torch.Tensor:\n \"\"\"Embeds box prompts.\"\"\"\n- boxes += 0... | 2025-11-12T20:52:33 |
ggml-org/llama.cpp | bc4064cfea99e139f92bdefcead7ba2af5d7b496 | 97cb3fd5ae65dfeee93af677549e75a81d23120c | CANN: fix acl_tensor_ptr usage in ASCEND_310P ROPE (#17347)
* cann: fix acl_tensor_ptr usage in ASCEND_310P ROPE implementation
Fix compilation errors in the ASCEND_310P-specific ROPE operation code
by adding .get() calls when passing acl_tensor_ptr smart pointers to
functions expecting raw aclTensor* pointers.
This... | [
{
"path": "ggml/src/ggml-cann/aclnn_ops.cpp",
"patch": "@@ -2544,7 +2544,7 @@ void ggml_cann_rope(ggml_backend_cann_context & ctx, ggml_tensor * dst) {\n \n int64_t shifts[] = { 1 };\n int64_t dims[] = { 3 };\n- aclnn_roll(ctx, acl_input_tensor, acl_input_roll_tensor, shifts, dims);... | 2025-11-18T08:41:52 |
vuejs/vue | 306997eaf4ff36f4757c753c8a00ce3851e29cca | 254d85cfc42d58bf9e3d0626ba959379bdc32d6f | fix(core): add merge strategy for provide option (#6025)
Fix #6008 | [
{
"path": "src/core/util/options.js",
"patch": "@@ -63,7 +63,7 @@ function mergeData (to: Object, from: ?Object): Object {\n /**\n * Data\n */\n-strats.data = function (\n+export function mergeDataOrFn (\n parentVal: any,\n childVal: any,\n vm?: Component\n@@ -73,15 +73,6 @@ strats.data = function (... | 2017-07-07T03:39:25 |
denoland/deno | 7a048f40f980f63a646444e3386e3e92d0e6a0c1 | db1386570f5fdfa7712de275ca41d1501c17dec8 | fix(ext/node): forward stdout from worker_threads to parent (#32160)
Closes #31889
## Summary
- Adds `stdout` and `stderr` as `Readable` streams on the `Worker`
class, and `stdin` (null by default), matching the Node.js API surface
- Forwards `process.stdout.write()` and `process.stderr.write()` from
worker threads t... | [
{
"path": "ext/node/polyfills/worker_threads.ts",
"patch": "@@ -38,6 +38,7 @@ import {\n validateObject,\n } from \"ext:deno_node/internal/validators.mjs\";\n import { EventEmitter } from \"node:events\";\n+import { Readable } from \"node:stream\";\n import {\n BroadcastChannel as WebBroadcastChannel,\n... | 2026-02-14T10:03:25 |
ollama/ollama | 22e93efa410a5523c5896a0ac6597fc4534f1b3e | 2909dce89435fdf7227233483a64558ac593e9ec | add show info command and fix the modelfile | [
{
"path": "api/types.go",
"patch": "@@ -148,7 +148,12 @@ type DeleteRequest struct {\n }\n \n type ShowRequest struct {\n-\tName string `json:\"name\"`\n+\tName string `json:\"name\"`\n+\tModel string `json:\"model\"`\n+\tSystem string `json:\"system\"`\n+\tTemplate string `json:\"template\"`\n+\n+... | 2024-01-05T01:23:11 |
huggingface/transformers | 240d19f4a38087ac4fc38c396f57a9c63a45c187 | ba938fa59049e365714c8dad0d12b7dbe59646b8 | pin `pytest<9` for now (#42162)
fix
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com> | [
{
"path": "setup.py",
"patch": "@@ -137,7 +137,7 @@\n \"psutil\",\n \"pyyaml>=5.1\",\n \"pydantic>=2\",\n- \"pytest>=7.2.0\",\n+ \"pytest>=7.2.0,<9.0.0\",\n \"pytest-asyncio>=1.2.0\",\n \"pytest-rerunfailures<16.0\",\n \"pytest-timeout\",",
"additions": 1,
"deletions": ... | 2025-11-12T17:10:49 |
ggml-org/llama.cpp | 97cb3fd5ae65dfeee93af677549e75a81d23120c | ffa277a54c7c7a9838da8b332e66dba761015a32 | fix: resolve undefined variable 'svr' compilation error (#17348) | [
{
"path": "tools/server/server-http.cpp",
"patch": "@@ -46,25 +46,26 @@ bool server_http_context::init(const common_params & params) {\n port = params.port;\n hostname = params.hostname;\n \n+ auto & srv = pimpl->srv;\n+\n #ifdef CPPHTTPLIB_OPENSSL_SUPPORT\n if (params.ssl_file_key != \"\" &&... | 2025-11-18T08:10:47 |
vuejs/vue | 254d85cfc42d58bf9e3d0626ba959379bdc32d6f | d8d4ca6763af55e1715bbc1e0fadd10e5be41db3 | fix(ref): refactor function registerRef (#6039)
fix #5997 | [
{
"path": ".flowconfig",
"patch": "@@ -20,3 +20,4 @@ module.name_mapper='^weex/\\(.*\\)$' -> '<PROJECT_ROOT>/src/platforms/weex/\\1'\n module.name_mapper='^server/\\(.*\\)$' -> '<PROJECT_ROOT>/src/server/\\1'\n module.name_mapper='^entries/\\(.*\\)$' -> '<PROJECT_ROOT>/src/entries/\\1'\n module.name_mapper=... | 2017-07-07T03:37:19 |
ollama/ollama | df086d3c8c7fc79164aa02d6a8b927473c450d34 | cd8fad339826b15c109f8a9487ac0a7577f98b3b | fix docker doc to point to hub
Signed-off-by: Matt Williams <m@technovangelist.com> | [
{
"path": "docs/README.md",
"patch": "@@ -12,7 +12,7 @@ Import models using source model weights found on Hugging Face and similar sites\n \n Installing on Linux in most cases is easy using the script on Ollama.ai. To get more detail about the install, including CUDA drivers, see the **[Linux Documentation]... | 2024-01-05T02:42:23 |
denoland/deno | 0ea7d9f8130a2f803258d15ea641133a743ba410 | 1108e77020c560c5a777e585c1464e891ed67b0f | feat(ext/tls): add `SSLKEYLOGFILE` support for TLS key logging (#31867)
Adds support for the `SSLKEYLOGFILE` environment variable, enabling TLS
session key logging for debugging encrypted traffic.
When `SSLKEYLOGFILE` is set to a file path, Deno writes TLS session keys
in NSS Key Log format, which can be used by tool... | [
{
"path": "Cargo.lock",
"patch": "@@ -3119,6 +3119,7 @@ dependencies = [\n \"deno_core\",\n \"deno_error\",\n \"deno_native_certs\",\n+ \"log\",\n \"rustls\",\n \"rustls-pemfile\",\n \"rustls-tokio-stream\",",
"additions": 1,
"deletions": 0,
"language": "Unknown"
},
{
"path": "cli/... | 2026-02-13T16:01:10 |
huggingface/transformers | ba938fa59049e365714c8dad0d12b7dbe59646b8 | 6744ebe745e049ed45feff685bcb1b5f9805ad31 | fix(ci): unexpected keyword argument `streaming` (#42102)
* debug(ci): run `pwd` to check what we're working with
* fix(ci): `ls -lR`
* fix(ci): remove working directory which should not be there?
* fix(cb): make sure memory is freed when calling `stop`
* fix(ci): effectively clear cache
* fix(ci): reduce memory ... | [
{
"path": ".github/workflows/benchmark.yml",
"patch": "@@ -40,7 +40,6 @@ jobs:\n run: python3 -m pip install -r benchmark_v2/requirements.txt kernels\r\n \r\n - name: Reinstall transformers in edit mode (remove the one installed during docker image build)\r\n- working-directory: /transf... | 2025-11-12T16:29:09 |
ggml-org/llama.cpp | ffa277a54c7c7a9838da8b332e66dba761015a32 | da95bf2a8577ab4ba20b12fd0e7bdf4617abb7e0 | CANN: Add openEuler-cann in build and release (#17192)
Update openEuler version
Remove variable ASCEND_SOC_TYPE
Modify the chip type
Fix case in zip filename
Change "device" to "chip_type"
Modify the value of chip_type | [
{
"path": ".devops/cann.Dockerfile",
"patch": "@@ -3,17 +3,15 @@\n # ==============================================================================\n \n # Define the CANN base image for easier version updates later\n-ARG CANN_BASE_IMAGE=quay.io/ascend/cann:8.1.rc1-910b-openeuler22.03-py3.10\n+ARG CHIP_TYPE=... | 2025-11-18T08:08:55 |
vuejs/vue | d8d4ca6763af55e1715bbc1e0fadd10e5be41db3 | 8ff77a243cae0627a651fe852a6c07f7bcfce2a3 | fix: transition group should work with dynamic name (#6006) (#6019)
* fix: transition group should work with dynamic name (#6006)
* fix: improve remove class | [
{
"path": "src/platforms/web/runtime/class-util.js",
"patch": "@@ -42,12 +42,20 @@ export function removeClass (el: HTMLElement, cls: ?string) {\n } else {\n el.classList.remove(cls)\n }\n+ if (!el.classList.length) {\n+ el.removeAttribute('class')\n+ }\n } else {\n let cur = ... | 2017-07-05T01:17:35 |
ollama/ollama | 8baaaa39c0c58bf2abf334aa9edebe3fcca23942 | cd8fad339826b15c109f8a9487ac0a7577f98b3b | Allow extension origins (still needs explicit listing), fixes #1686 | [
{
"path": "server/routes.go",
"patch": "@@ -837,6 +837,7 @@ func (s *Server) GenerateRoutes() http.Handler {\n \n \tconfig := cors.DefaultConfig()\n \tconfig.AllowWildcard = true\n+\tconfig.AllowBrowserExtensions = true\n \n \tconfig.AllowOrigins = origins\n \tfor _, allowOrigin := range defaultAllowOrigins... | 2024-01-05T01:55:47 |
denoland/deno | 1108e77020c560c5a777e585c1464e891ed67b0f | f72ef98854679bf50d2b479743fb98171df94869 | chore: split up deno_node to improve compile times (#32142)
I let claude loose on improving compile times and it suggested splitting
up `deno_node` by extracting the crypto stuff and node sqlite. And the
other change is getting rid of all unused constants in `winerror.rs`.
That changes it from 17k lines down to 240.
... | [
{
"path": ".github/workflows/ci.yml",
"patch": "@@ -506,17 +506,17 @@ jobs:\n if: '!(matrix.skip) && matrix.job == ''test'' && matrix.profile == ''debug'' && !startsWith(github.ref, ''refs/tags/'') && runner.os == ''Linux'''\n env:\n CARGO_PROFILE_DEV_DEBUG: 0\n- run: cargo ... | 2026-02-13T15:48:57 |
vuejs/vue | 8ff77a243cae0627a651fe852a6c07f7bcfce2a3 | 275d95d0fe79b667dafb353b974812ed9837f1cf | fix typos in src/server/bundle-renderer/create-bundle-runner.js (#6010) | [
{
"path": "src/server/bundle-renderer/create-bundle-runner.js",
"patch": "@@ -115,7 +115,7 @@ export function createBundleRunner (entry, files, basedir, runInNewContext) {\n // styles injected by vue-style-loader.\n initialContext = sandbox.__VUE_SSR_CONTEXT__ = {}\n runner = evaluat... | 2017-07-01T13:36:23 |
ollama/ollama | e9ce91e9a609968e066859900e06e663b929d197 | 4ad6c9b11f558a3822bb7f720e51f0224228257a | Load dynamic cpu lib on windows
On linux, we link the CPU library in to the Go app and fall back to it
when no GPU match is found. On windows we do not link in the CPU library
so that we can better control our dependencies for the CLI. This fixes
the logic so we correctly fallback to the dynamic CPU library
on window... | [
{
"path": "llm/ext_server_windows.go",
"patch": "@@ -1,15 +1,12 @@\n package llm\n \n import (\n-\t\"fmt\"\n-\n \t\"github.com/jmorganca/ollama/api\"\n )\n \n func newDefaultExtServer(model string, adapters, projectors []string, numLayers int64, opts api.Options) (extServer, error) {\n \t// On windows we al... | 2024-01-04T16:41:41 |
huggingface/transformers | 1709ed96e47f36fe926e2cd2556fa839b41c2afd | fd36275be2f3e56bc20da01f1f320b623b413957 | [models] Add AudioFlamingo3 integration (#40290)
* Audio Flamingo 3 initial integration
* Added local Qwen
* Moving to AF3
* Loading directly from HF
* Formatting
* add snapshot_download
* Loading from hub
* Import gating
* Pass audio arrays directly
* Remove requires_backend
* Move constants to config.json
... | [
{
"path": "docs/source/en/_toctree.yml",
"patch": "@@ -1008,6 +1008,8 @@\n title: AltCLIP\n - local: model_doc/aria\n title: Aria\n+ - local: model_doc/audioflamingo3\n+ title: AudioFlamingo3\n - local: model_doc/aya_vision\n title: AyaVision\n - local: ... | 2025-11-12T14:24:09 |
ggml-org/llama.cpp | 0de8878c961c36c88cca5a0c188ae7a6e5a4b778 | 38e2c1b4128fe3ac75dc563dd12d31b9011f4a26 | server: split HTTP into its own interface (#17216)
* server: split HTTP into its own interface
* move server-http and httplib to its own file
* add the remaining endpoints
* fix exception/error handling
* renaming
* missing header
* fix missing windows header
* fix error responses from http layer
* fix slot sa... | [
{
"path": "tools/server/CMakeLists.txt",
"patch": "@@ -14,6 +14,8 @@ endif()\n set(TARGET_SRCS\n server.cpp\n utils.hpp\n+ server-http.cpp\n+ server-http.h\n )\n set(PUBLIC_ASSETS\n index.html.gz",
"additions": 2,
"deletions": 0,
"language": "Plain Text"
},
{
"path": "t... | 2025-11-17T21:05:44 |
denoland/deno | f72ef98854679bf50d2b479743fb98171df94869 | cf25db5ce03f61c3455b85833558278c4199bad1 | tests(node/ext): ignore zlib kmaxlength tests (#32137)
Deno pre-loads polyfills as ESM, so kMaxLength is a live binding that
can't be snapshotted like Node.js CJS require
Ignore 3 node_compat tests:
- test-zlib-kmaxlength-rangeerror
- test-zlib-brotli-kmaxlength-rangeerror
- test-zlib-zstd-kmaxlength-rangeerror | [
{
"path": "tests/node_compat/config.jsonc",
"patch": "@@ -1595,7 +1595,12 @@\n \"parallel/test-zlib-brotli-flush.js\": {},\n \"parallel/test-zlib-brotli-from-brotli.js\": {},\n \"parallel/test-zlib-brotli-from-string.js\": {},\n- // \"parallel/test-zlib-brotli-kmaxlength-rangeerror.js\": {},\... | 2026-02-13T14:32:39 |
vuejs/vue | eea0920f14d0ea63d1b94c648eeb36ac7dfb4b05 | 458030ae19a51982d028dcacfc77ab2cfac8ac26 | fix: improve Vue.set/Vue.delete API to support multi type of array index (#5973)
related #5884 | [
{
"path": "src/core/observer/index.js",
"patch": "@@ -6,6 +6,7 @@ import {\n def,\n isObject,\n isPlainObject,\n+ isValidArrayIndex,\n hasProto,\n hasOwn,\n warn,\n@@ -189,7 +190,7 @@ export function defineReactive (\n * already exist.\n */\n export function set (target: Array<any> | Object, ... | 2017-07-01T03:22:25 |
ollama/ollama | 4ad6c9b11f558a3822bb7f720e51f0224228257a | c0285158a91809d059ff9006dae5ce545bf9c812 | fix: pull either original model or from model on create (#1774) | [
{
"path": "server/images.go",
"patch": "@@ -485,9 +485,15 @@ func CreateModel(ctx context.Context, name, modelFileDir string, commands []pars\n \t\t\t\t\tif err != nil {\n \t\t\t\t\t\treturn err\n \t\t\t\t\t}\n-\t\t\t\t\tif err := PullModel(ctx, parent.OriginalModel, &RegistryOptions{}, fn); err != nil {\n-... | 2024-01-04T06:34:38 |
huggingface/transformers | fd36275be2f3e56bc20da01f1f320b623b413957 | 922e85487b496fb22f44b4a0b697f63726306c1d | handle inputs from Siglip/Siglip2 non-automapped encoder layers (#41930)
* handle inputs from non-automapped encoder layers
* correct inheritance + protect executorch
* fixup
* fix tests
* missing docstring
* attn support
* fix initialization
* reorder/simplify
* flag test as broken
* minor changes
* modulaa... | [
{
"path": "src/transformers/models/siglip/modeling_siglip.py",
"patch": "@@ -678,9 +678,14 @@ def forward(\n )\n \n \n-class SiglipVisionTransformer(nn.Module):\n+class SiglipVisionTransformer(SiglipPreTrainedModel):\n+ _can_record_outputs = {\n+ \"hidden_states\": SiglipEncoderLayer,\n+ ... | 2025-11-12T13:58:44 |
denoland/deno | cf25db5ce03f61c3455b85833558278c4199bad1 | 6393dc0f7e34d2fb13f4c489b6211173bce08f35 | fix(ext/node): validate execArgv flags in worker_threads instead of rejecting all (#32145)
## Summary
- Validate `execArgv` flags against
`process.allowedNodeEnvironmentFlags` and
a set of worker-disallowed per-process flags, instead of rejecting all
non-empty `execArgv` arrays
- Pass `execArgv` through worker me... | [
{
"path": "ext/node/polyfills/worker_threads.ts",
"patch": "@@ -59,9 +59,13 @@ const {\n PromiseReject,\n PromiseResolve,\n SafeMap,\n+ SafeRegExp,\n SafeSet,\n SafeWeakMap,\n String,\n+ StringPrototypeIndexOf,\n+ StringPrototypeSlice,\n+ StringPrototypeSplit,\n StringPrototypeStartsWith,\... | 2026-02-13T10:13:39 |
ggml-org/llama.cpp | 38e2c1b4128fe3ac75dc563dd12d31b9011f4a26 | cb44fc84e8450acf88e913611f5c26a0c8b1aefa | vulkan: add log RTE support to fix Nvidia CI (#17320)
* vulkan: add log RTE support to fix Nvidia CI
* actually use the rte shader | [
{
"path": "ggml/src/ggml-vulkan/ggml-vulkan.cpp",
"patch": "@@ -3793,8 +3793,14 @@ static void ggml_vk_load_shaders(vk_device& device) {\n ggml_vk_create_pipeline(device, device->pipeline_sqrt_f32, \"sqrt_f32\", sqrt_f32_len, sqrt_f32_data, \"main\", 2, sizeof(vk_op_unary_push_constants), {512, 1, 1}, {... | 2025-11-17T20:37:49 |
vuejs/vue | 458030ae19a51982d028dcacfc77ab2cfac8ac26 | 34d8c796ac6a8e47bf23155bad71d07fafd1aa51 | fix: v-bind object should not override props on scopedSlots (#5995)
* v-bind object should not override props on scopedSlots
* Update render-slot.js | [
{
"path": "src/core/instance/render-helpers/render-slot.js",
"patch": "@@ -15,7 +15,7 @@ export function renderSlot (\n if (scopedSlotFn) { // scoped slot\n props = props || {}\n if (bindObject) {\n- extend(props, bindObject)\n+ props = extend(extend({}, bindObject), props)\n }\n ... | 2017-06-30T06:58:07 |
ollama/ollama | c0285158a91809d059ff9006dae5ce545bf9c812 | 77a66df72cc085b487c2e3df38f1eacb59daafa7 | tweak memory requirements error text | [
{
"path": "llm/llm.go",
"patch": "@@ -63,9 +63,9 @@ func New(workDir, model string, adapters, projectors []string, opts api.Options)\n \t\tsystemMemory := int64(memory.TotalMemory())\n \n \t\tif ggml.FileType() == \"F16\" && requiredMemory*f16Multiplier > systemMemory {\n-\t\t\treturn nil, fmt.Errorf(\"F16 ... | 2024-01-04T00:47:18 |
huggingface/transformers | 58a3f8caacdb95c6a9393ea9499defab89b0ae73 | fcea1e1fe060bddf364a3936dded1ab1e23fdb33 | fix test failure of speculative_generation on xpu (#42052)
* fix test failure of speculative_generation on xpu
Signed-off-by: Wang, Yi A <yi.a.wang@intel.com>
* code refine
Signed-off-by: Wang, Yi A <yi.a.wang@intel.com>
* address review comment
Signed-off-by: Wang, Yi A <yi.a.wang@intel.com>
---------
Signed-o... | [
{
"path": "src/transformers/masking_utils.py",
"patch": "@@ -177,6 +177,42 @@ def prepare_padding_mask(\n return local_padding_mask\n \n \n+def _can_skip_causal_mask_xpu(\n+ padding_mask: Optional[torch.Tensor],\n+ query_length: int,\n+ kv_length: int,\n+ local_attention_size: Optional[int],... | 2025-11-12T12:33:41 |
ggml-org/llama.cpp | cb44fc84e8450acf88e913611f5c26a0c8b1aefa | cb623de3fc61011e5062522b4d05721a22f2e916 | cmake : fix ARM feature verification (#17170)
* cmake : fix ARM feature verification
Use check_cxx_source_compiles to prevent conflicts with
the existing GGML_NATIVE detection code.
Signed-off-by: Adrien Gallouët <angt@huggingface.co>
* cmake : unset __ARM_FEATURE when feature is disabled
Signed-off-by: Adrien Gal... | [
{
"path": "ggml/src/ggml-cpu/CMakeLists.txt",
"patch": "@@ -145,26 +145,27 @@ function(ggml_add_cpu_backend_variant_impl tag_name)\n \n include(CheckCXXSourceRuns)\n \n- function(check_arm_feature tag code)\n+ macro(check_arm_feature tag feature code)\n ... | 2025-11-17T20:37:29 |
vuejs/vue | 34d8c796ac6a8e47bf23155bad71d07fafd1aa51 | 049f3171a9d2e97f62c209a4b78a71ec9dae810f | fix: check enterToClass/leaveToClass existence before adding it (#5912)
related: #5800 | [
{
"path": "src/platforms/web/runtime/transition-util.js",
"patch": "@@ -69,8 +69,11 @@ export function nextFrame (fn: Function) {\n }\n \n export function addTransitionClass (el: any, cls: string) {\n- (el._transitionClasses || (el._transitionClasses = [])).push(cls)\n- addClass(el, cls)\n+ const transit... | 2017-06-30T06:57:16 |
denoland/deno | cb8326224826ec684229f9c99bb5ccfd2e8650fe | db4ebb78e898660c11e6c7ac64855ee44fa52895 | fix(lsp): replace lsp-types with tower-lsp-community/ls-types (#32138) | [
{
"path": "Cargo.lock",
"patch": "@@ -685,6 +685,12 @@ dependencies = [\n \"generic-array\",\n ]\n \n+[[package]]\n+name = \"borrow-or-share\"\n+version = \"0.2.4\"\n+source = \"registry+https://github.com/rust-lang/crates.io-index\"\n+checksum = \"dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8... | 2026-02-12T19:56:04 |
huggingface/transformers | fcea1e1fe060bddf364a3936dded1ab1e23fdb33 | 563f2ffb21544ed7d2981c43179c27266a41cfb7 | Fixes Flash Attention implementation for models (#42149)
* flash-att3 fix for smolvlm2
* flash-att3 fix for idefics2
* idefics2 changes
* reset idefics2 | [
{
"path": "src/transformers/models/idefics3/modeling_idefics3.py",
"patch": "@@ -24,7 +24,7 @@\n from ...activations import ACT2FN\n from ...cache_utils import Cache, DynamicCache\n from ...generation import GenerationMixin\n-from ...modeling_attn_mask_utils import _prepare_4d_attention_mask\n+from ...maski... | 2025-11-12T12:33:15 |
ggml-org/llama.cpp | dbed61294abbc91b93aef64047bf2fecbf44b48b | 80deff3648b93727422461c41c7279ef1dac7452 | vulkan: add LOG operation support for F32 and F16 (#17183)
* vulkan: add LOG operation support for F32 and F16
Part of #14909.
* vulkan: Fix LOG operation types
* docs: Update operation support documentation for Vulkan LOG operation
* vulkan: fix log_f16 shader
* docs: restore missing LOG test cases and regenerat... | [
{
"path": "docs/ops.md",
"patch": "@@ -63,7 +63,7 @@ Legend:\n | IM2COL_3D | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ |\n | L2_NORM | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | ❌ |\n | LEAKY_RELU | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | 🟡 | ❌ |\n-| ... | 2025-11-16T21:50:09 |
ollama/ollama | ddbfa6fe31c4fc1894dbfdf77df53590dfdf5119 | c7ea8f237ea1f38f664ffb2450f57f13677772f7 | Fix CPU only builds
Go embed doesn't like when there's no matching files, so put
a dummy placeholder in to allow building without any GPU support
If no "server" library is found, it's safely ignored at runtime. | [
{
"path": "llm/llama.cpp/gen_linux.sh",
"patch": "@@ -35,6 +35,9 @@ BUILD_DIR=\"gguf/build/linux/cpu\"\n build\n install\n \n+# Placeholder to keep go embed happy until we start building dynamic CPU lib variants\n+touch ${BUILD_DIR}/lib/dummy.so\n+\n if [ -d /usr/local/cuda/lib64/ ]; then\n echo \"CUDA ... | 2024-01-04T00:08:34 |
vuejs/vue | 049f3171a9d2e97f62c209a4b78a71ec9dae810f | 27a1b03827d431ef5dc3ad301099b30179551cd7 | fix: support plugin with multi version vue (#5985)
close #5970 | [
{
"path": "src/core/global-api/use.js",
"patch": "@@ -4,13 +4,11 @@ import { toArray } from '../util/index'\n \n export function initUse (Vue: GlobalAPI) {\n Vue.use = function (plugin: Function | Object) {\n- const cid = this.cid\n- if (!plugin._installed) {\n- plugin._installed = {}\n- }\n... | 2017-06-30T03:20:43 |
huggingface/transformers | 563f2ffb21544ed7d2981c43179c27266a41cfb7 | 6f479d5d7512f4ce037e3e0974fcad43474358b2 | fix failure of tests/models/shieldgemma2/test_modeling_shieldgemma2.p… (#42022)
* fix failure of tests/models/shieldgemma2/test_modeling_shieldgemma2.py::ShieldGemma2IntegrationTest::test_model
Signed-off-by: Wang, Yi <yi.a.wang@intel.com>
* add common kwargs in processing_shieldgemma2.py
---------
Signed-off-by: ... | [
{
"path": "src/transformers/models/shieldgemma2/processing_shieldgemma2.py",
"patch": "@@ -126,6 +126,10 @@ def __call__(\n if not self.chat_template:\n raise ValueError(\"ShieldGemma 2 requires the use of a specific chat template\")\n \n+ common_kwargs = kwargs.setdefault(\"commo... | 2025-11-12T09:59:50 |
denoland/deno | db4ebb78e898660c11e6c7ac64855ee44fa52895 | 6869ed4737f0225e4f14a801ae66b9e4a97810e9 | chore: error when creating error message in lint script (#32143)
There is no `.join()` on `Set`. | [
{
"path": "tools/lint.js",
"patch": "@@ -382,7 +382,7 @@ async function ensureNoNewTopLevelEntries() {\n throw new Error(\n `New top-level entries detected: ${newEntries.join(\", \")}. ` +\n `Only the following top-level entries are allowed: ${\n- allowed.join(\", \")\n+ ... | 2026-02-12T15:55:47 |
ggml-org/llama.cpp | 80deff3648b93727422461c41c7279ef1dac7452 | 8b1c339bd2eb04f5771b4f1e6c88ab95438f109e | vulkan: fix MMQ quantize_y condition (#17301) | [
{
"path": "ggml/src/ggml-vulkan/ggml-vulkan.cpp",
"patch": "@@ -6444,7 +6444,7 @@ static void ggml_vk_mul_mat_q_f16(ggml_backend_vk_context * ctx, vk_context& sub\n \n const bool y_f32_kernel = src1->type == GGML_TYPE_F32 && !y_non_contig;\n \n- bool quantize_y = ctx->device->integer_dot_product && s... | 2025-11-16T18:38:17 |
huggingface/transformers | e76364d5c12e66eb02c035d5a4f39450bb6aab56 | 2b8068c306a4c79350e1af5fea5f7e3d93d82d95 | fix: improve visibility of ValueError root causes in model config loading (#41972)
* Make config util exception handling more informative when ValueError is raised
* transform ValueError into OSError and propagate upstream instead
---------
Co-authored-by: Scott Zhang <scottzh@fb.com> | [
{
"path": "src/transformers/utils/hub.py",
"patch": "@@ -514,6 +514,8 @@ def cached_files(\n \"Check cache directory permissions. Common causes: 1) another user is downloading the same model (please wait); \"\n \"2) a previous download was canceled and the lock file needs man... | 2025-11-12T08:51:43 |
vuejs/vue | de42186d52562a0ce506580484ff64fe86b765bd | e4da249ab8ef32a0b8156c840c9d2b9773090f8a | fix(ssr): fix bundleRenderer mapped async chunks caching check (#5963)
_mappedfiles => _mappedFiles | [
{
"path": "src/server/template-renderer/index.js",
"patch": "@@ -217,7 +217,7 @@ export default class TemplateRenderer {\n }\n \n getUsedAsyncFiles (context: Object): ?Array<string> {\n- if (!context._mappedfiles && context._registeredComponents && this.mapFiles) {\n+ if (!context._mappedFiles && ... | 2017-06-30T00:58:08 |
denoland/deno | 0d86c74f9cbec8262f3a6b9dafad8736fa7eb9e6 | b42e616c87840dd51d4433d0b338a78eec82a42b | fix(compile): remove data.is_empty() check (#32125)
This check is not needed | [
{
"path": "cli/standalone/binary.rs",
"patch": "@@ -185,7 +185,6 @@ pub fn is_standalone_binary(exe_path: &Path) -> bool {\n libsui::utils::is_elf(&data)\n || libsui::utils::is_pe(&data)\n || libsui::utils::is_macho(&data)\n- || data.is_empty()\n }\n \n pub struct WriteBinOptions<'a> {",
"a... | 2026-02-12T10:45:22 |
ggml-org/llama.cpp | 52e5d421f1d0584d2dc2caaa1c35126215660bde | 4db56412103502347e000142ffc01b1eca217e27 | opencl: fix rms_norm_mul (#17250)
* opencl: use subgrroup reduce for reduction in rms_norm_mul
* opencl: add comment about workgroup size | [
{
"path": "ggml/src/ggml-opencl/ggml-opencl.cpp",
"patch": "@@ -5705,7 +5705,7 @@ static void ggml_opencl_op_rms_norm_fused(ggml_backend_t backend, ggml_tensor *\n CL_CHECK(clSetKernelArg(kernel, 21, sizeof(cl_ulong), &nb2));\n CL_CHECK(clSetKernelArg(kernel, 22, sizeof(cl_ulong), &nb3));\... | 2025-11-16T01:40:14 |
vuejs/vue | 51c595a7cef24e12094f66e0f8934fa41edde07d | e01c09adad84fbcf9821ba7bbfc5e3300b2ba853 | feat(keep-alive): support Array for include and exclude (#5956)
* allow array index on keep-alive:include/exclude
* add Array in patternTypes
* fix flow type
* add flow type for include/exclude in watch
* add test case | [
{
"path": "src/core/components/keep-alive.js",
"patch": "@@ -5,14 +5,16 @@ import { getFirstComponentChild } from 'core/vdom/helpers/index'\n \n type VNodeCache = { [key: string]: ?VNode };\n \n-const patternTypes: Array<Function> = [String, RegExp]\n+const patternTypes: Array<Function> = [String, RegExp, A... | 2017-06-30T00:50:30 |
huggingface/transformers | 2b8068c306a4c79350e1af5fea5f7e3d93d82d95 | 33c60a52540962d1d5efdbf29ef0b585649ff175 | T5 migration to new masking interface (#41804)
* Refactor: migrate T5 attention masking to masking_utils interface
* Refactor: migrate T5 attention masking to masking_utils interface
* create_bidirectional_mask function with appropriate paramaters
* create_bidirectional_mask function with appropriate paramaters
* ... | [
{
"path": "src/transformers/models/mt5/modeling_mt5.py",
"patch": "@@ -25,7 +25,7 @@\n from ...activations import ACT2FN\n from ...cache_utils import Cache, DynamicCache, EncoderDecoderCache\n from ...generation import GenerationMixin\n-from ...modeling_attn_mask_utils import AttentionMaskConverter\n+from .... | 2025-11-11T18:10:12 |
denoland/deno | 1b2a9f1615f227d354b49e391cae590f3267b500 | 53b9903d811a9451cf225e5444fe1c8308c9b432 | fix(ext/node): fix worker exit code propagation in `worker_threads` (#32124)
## Summary
- Properly propagate `process.exitCode` from Node `worker_threads` to
the parent, matching Node.js behavior. Previously exit codes were
hardcoded to 0 (natural exit) or 1 (error exit), ignoring
`process.exitCode` set by the worker.... | [
{
"path": "ext/node/polyfills/process.ts",
"patch": "@@ -696,6 +696,17 @@ process.reallyExit = (code: number) => {\n \n process._exiting = _exiting;\n \n+// deno-lint-ignore no-explicit-any\n+process._fatalException = function (err: any, fromPromise?: boolean) {\n+ const origin = fromPromise ? \"unhandledR... | 2026-02-12T09:38:40 |
ollama/ollama | 0b3118e0afe1a4658264081979b04aab9fda82d6 | 05face44efdb06d978394aadfce98daae7dca8a8 | fix: relay request opts to loaded llm prediction (#1761) | [
{
"path": "llm/ext_server_common.go",
"patch": "@@ -153,7 +153,7 @@ func newExtServer(server extServer, model string, adapters, projectors []string,\n \treturn server, nil\n }\n \n-func predict(llm extServer, opts api.Options, ctx context.Context, predict PredictOpts, fn func(PredictResult)) error {\n+func ... | 2024-01-03T17:01:42 |
ggml-org/llama.cpp | 4db56412103502347e000142ffc01b1eca217e27 | 72bd7321a7d7465d371eb2ae46cd5518842c8f44 | opencl: add kernel to handle mat mul in attention to improve encoding speed (#17181)
* Add mul_mm_f16_f32_kq_kqv kernel
* Add ggml_cl_mul_mat_kq_kqv_adreno func
* fix whitespace
* remove unused variable
* remove redundant
* refactor and clean up
* remove trailing whitespace | [
{
"path": "ggml/src/ggml-opencl/CMakeLists.txt",
"patch": "@@ -119,6 +119,7 @@ set(GGML_OPENCL_KERNELS\n pad\n repeat\n mul_mat_f16_f32\n+ mul_mm_f16_f32_kq_kqv\n conv2d\n conv2d_f16_f32\n flash_attn_f32_f16",
"additions": 1,
"deletions": 0,
"language": "Plain Text"
... | 2025-11-16T01:33:10 |
vuejs/vue | 00a3085628e78176fe02a3c5eb58bb0199c6ca91 | f6cd44c48b83640e5d3fbbea46d7b1b9cb439543 | test: correcting existing test case (#5909)
Fix the location of the test case | [
{
"path": "test/unit/features/global-api/set-delete.spec.js",
"patch": "@@ -52,6 +52,24 @@ describe('Global API: set/delete', () => {\n expect(vm.$el.innerHTML).toBe('')\n }).then(done)\n })\n+\n+ it('be able to use string type index in array', done => {\n+ const vm = new Vue({\n+ ... | 2017-06-29T04:39:02 |
huggingface/transformers | 33c60a52540962d1d5efdbf29ef0b585649ff175 | fa22b569038540d31eacbf5d333a1e9aa0787131 | [`T5Gemma`] Fix cross attention cache (#41890)
* fix
* add test
* style
* added comment | [
{
"path": "src/transformers/models/t5gemma/modeling_t5gemma.py",
"patch": "@@ -797,7 +797,9 @@ def forward(\n inputs_embeds = self.embed_tokens(input_ids)\n \n if not self.training and use_cache and past_key_values is None:\n- past_key_values = EncoderDecoderCache(DynamicCache... | 2025-11-11T18:08:34 |
denoland/deno | 53b9903d811a9451cf225e5444fe1c8308c9b432 | 7b43bca73e176f5ff6bbc7e8760eca296d5bf55f | fix(ext/web): recheck state after signaling abort on writable stream (#32129)
See the note under
[WritableStreamAbort](https://streams.spec.whatwg.org/#writable-stream-abort). | [
{
"path": "ext/web/06_streams.js",
"patch": "@@ -4308,11 +4308,12 @@ function transformStreamUnblockWrite(stream) {\n * @returns {Promise<void>}\n */\n function writableStreamAbort(stream, reason) {\n- const state = stream[_state];\n+ let state = stream[_state];\n if (state === \"closed\" || state ===... | 2026-02-12T09:13:09 |
vuejs/vue | f6cd44c48b83640e5d3fbbea46d7b1b9cb439543 | 55816543c46e75aa53481ac95a89ff6f87a2d704 | fix: ensure cleanup in watcher.get (#5988)
watcher.get should always clean up observee stack in order to prevent memory leak. Also, non-user
defined watch should rethrow error.
fix #5975 | [
{
"path": "src/core/observer/watcher.js",
"patch": "@@ -94,22 +94,23 @@ export default class Watcher {\n pushTarget(this)\n let value\n const vm = this.vm\n- if (this.user) {\n- try {\n- value = this.getter.call(vm, vm)\n- } catch (e) {\n+ try {\n+ value = this.getter... | 2017-06-29T04:38:14 |
ggml-org/llama.cpp | 72bd7321a7d7465d371eb2ae46cd5518842c8f44 | 22e1ce2f81c0495699502309dc279f1eac2dfdfe | sycl : unify unary kernels with a generic implementation and enable wide operator support (#17213)
* SYCL: add generic unary op implementation for multiple ops (ABS/SGN/…); unify non-contiguous access
* SYCL: update documentation and sycl.csv to reflect new unary op support
* update ops.md after syncing SYCL.csv cha... | [
{
"path": "docs/ops.md",
"patch": "@@ -14,7 +14,7 @@ Legend:\n \n | Operation | BLAS | CANN | CPU | CUDA | Metal | OpenCL | SYCL | Vulkan | zDNN |\n |-----------|------|------|------|------|------|------|------|------|------|\n-| ABS | ❌ | ✅ | ✅ | 🟡 | 🟡 | ❌ | 🟡 | 🟡 | ❌ |\n+|... | 2025-11-15T23:52:42 |
huggingface/transformers | fa22b569038540d31eacbf5d333a1e9aa0787131 | f30c22500b126aa42e73ee86b7db5e3d7564734b | :rotating_light: Fix gradient checkpointing for several models and improve test robustness (#41818)
* Implement gradient checkpointing in GPTBigCode
Support for gradient checkpointing was lost in the major refactoring in PR #38635
and this is the attempt to re-add it.
I extended the tests to
- test `use_reentrant=... | [
{
"path": "src/transformers/models/gpt_bigcode/modeling_gpt_bigcode.py",
"patch": "@@ -26,6 +26,7 @@\n from ...generation import GenerationMixin\n from ...masking_utils import create_causal_mask\n from ...modeling_flash_attention_utils import is_flash_attn_available\n+from ...modeling_layers import Gradient... | 2025-11-11T17:13:38 |
denoland/deno | 7b43bca73e176f5ff6bbc7e8760eca296d5bf55f | 82b506dbccc0be9f352da65796a9e2774b0d3b5f | fix(deploy): bypass minimumDependencyAge (#32136)
Closes #32135 | [
{
"path": "cli/tools/deploy.rs",
"patch": "@@ -2,6 +2,7 @@\n \n use std::sync::Arc;\n \n+use deno_config::deno_json::NewestDependencyDate;\n use deno_config::deno_json::NodeModulesDirMode;\n use deno_core::error::AnyError;\n use deno_core::url::Url;\n@@ -22,6 +23,7 @@ pub async fn deploy(\n ) -> Result<i32,... | 2026-02-12T02:31:17 |
ollama/ollama | a2ad952440feaf997cfdc9f0d81d0f545bec4974 | 5fea4410be0420fabfb6c75390ad8081d49fca42 | Fix windows system memory lookup
This refines the gpu package error handling and fixes a bug with the
system memory lookup on windows. | [
{
"path": "gpu/gpu.go",
"patch": "@@ -66,7 +66,7 @@ func GetGPUInfo() GpuInfo {\n \t}\n \n \tvar memInfo C.mem_info_t\n-\tresp := GpuInfo{\"\", 0, 0}\n+\tresp := GpuInfo{}\n \tif gpuHandles.cuda != nil {\n \t\tC.cuda_check_vram(*gpuHandles.cuda, &memInfo)\n \t\tif memInfo.err != nil {\n@@ -103,6 +103,19 @@ ... | 2023-12-22T23:43:31 |
ggml-org/llama.cpp | 22e1ce2f81c0495699502309dc279f1eac2dfdfe | 1411d9275ad7d2af44543fb9c1e64eea1e1c8de7 | webui: Fix clickability around chat processing statistics UI (#17278)
* fix: Better pointer events handling in chat processing info elements
* chore: update webui build output | [
{
"path": "tools/server/webui/src/lib/components/app/chat/ChatProcessingInfo.svelte",
"patch": "@@ -76,10 +76,10 @@\n \t});\n </script>\n \n-<div class=\"chat-processing-info-container\" class:visible={showSlotsInfo}>\n+<div class=\"chat-processing-info-container pointer-events-none\" class:visible={showSlo... | 2025-11-15T21:41:41 |
vuejs/vue | 55816543c46e75aa53481ac95a89ff6f87a2d704 | 0cd6ef321b3168d6c46c7a870c3d2a53fd9d4bde | fix(ssr): reference error when create $ssrContext for root component (#5981)
fix #5941 | [
{
"path": "src/core/index.js",
"patch": "@@ -11,7 +11,7 @@ Object.defineProperty(Vue.prototype, '$isServer', {\n Object.defineProperty(Vue.prototype, '$ssrContext', {\n get () {\n /* istanbul ignore next */\n- return this.$vnode.ssrContext\n+ return this.$vnode && this.$vnode.ssrContext\n }\n ... | 2017-06-29T04:37:03 |
huggingface/transformers | f30c22500b126aa42e73ee86b7db5e3d7564734b | 496c283615dc1aaf0863089b16d55abbf17ac681 | Fix logic error in `prepare_inputs_for_generation` cache slicing condition (#41764)
Fix logic error in cache slicing condition
Co-authored-by: Raushan Turganbay <raushan@huggingface.co> | [
{
"path": "src/transformers/generation/utils.py",
"patch": "@@ -608,7 +608,7 @@ def prepare_inputs_for_generation(\n use_cache = kwargs.get(\"use_cache\")\n if use_cache is None:\n use_cache = getattr(self.config, \"use_cache\", False)\n- if past_key_values is None or use_... | 2025-11-11T16:52:38 |
ggml-org/llama.cpp | 4dca015b7e019d5bfa9d3872b19ad4cf97859c22 | 9a8860cf5d3b694170c035f6b61db72a3a59920a | vulkan: Replace 16-bit unpack8 calls to work around legacy Windows AMD driver bug (#17285) | [
{
"path": "ggml/src/ggml-vulkan/vulkan-shaders/mul_mmq_funcs.glsl",
"patch": "@@ -300,7 +300,7 @@ void block_a_to_shmem(const uint buf_ib, const uint ib, const uint iqs) {\n \n if (iqs == 0) {\n buf_a[buf_ib].dm = FLOAT_TYPE_VEC2(data_a_packed32[ib_k].dm);\n- buf_a[buf_ib].scales = unpack... | 2025-11-15T14:18:58 |
vuejs/vue | 4acc8c8be1971112be45e0feb7fb7eddbfc9d247 | 4f8f4db5dd529a18753150f1c4f4528fd0dab6b0 | fix(v-model): use consistent behavior during IME composition for other text-like input types (fix #5902) | [
{
"path": "src/platforms/web/runtime/directives/model.js",
"patch": "@@ -3,9 +3,11 @@\n * properties to Elements.\n */\n \n-import { looseEqual, looseIndexOf } from 'shared/util'\n+import { looseEqual, looseIndexOf, makeMap } from 'shared/util'\n import { warn, isAndroid, isIE9, isIE, isEdge } from 'core/... | 2017-06-17T08:32:08 |
ollama/ollama | b846eb64d0df18e472ea52383d8c0c2078815da2 | 3c5dd9ed1d66e3f96ed75bf9162b29e7b923b018 | Fix `template` api doc description (#1661) | [
{
"path": "docs/api.md",
"patch": "@@ -46,7 +46,7 @@ Advanced parameters (optional):\n - `format`: the format to return a response in. Currently the only accepted value is `json`\n - `options`: additional model parameters listed in the documentation for the [Modelfile](./modelfile.md#valid-parameters-and-va... | 2024-01-03T16:00:59 |
huggingface/transformers | 496c283615dc1aaf0863089b16d55abbf17ac681 | df45a92cea0385970fabb21f8c329150cc3d5a9c | Add dinov3 autobackbone (#41276)
* feat: Add DINOv3 support to AutoBackbone [DRAFT]
- Implement DINOv3ViTConfig, DINOv3ViTModel, and DINOv3ViTBackbone
- Add DINOv3 to MODEL_FOR_BACKBONE_MAPPING_NAMES
- Support get_intermediate_layers for Facebook compatibility
- Enable multi-scale feature extraction for detection/seg... | [
{
"path": "docs/source/en/model_doc/dinov3.md",
"patch": "@@ -169,6 +169,9 @@ print(\"Pooled output shape:\", pooled_output.shape)\n [[autodoc]] DINOv3ViTModel\n - forward\n \n+## DINOv3ViTBackbone \n+[[autodoc]] DINOv3ViTBackbone\n+\n ## DINOv3ConvNextModel\n \n [[autodoc]] DINOv3ConvNextModel",
... | 2025-11-11T16:22:06 |
denoland/deno | 82b506dbccc0be9f352da65796a9e2774b0d3b5f | 8cabe269e9335ddec286ad59504936ad769422fc | fix(node/ext): make zlib write callback async to match node behavior (#32130)
Deno's zlib `Zlib::write` was calling `processCallback` synchronously,
while Node.js runs compression on the libuv threadpool and calls it
asynchronously. This caused several issues:
- destroy() couldn't propagate before subsequent write ca... | [
{
"path": "ext/node/ops/zlib/mod.rs",
"patch": "@@ -473,7 +473,7 @@ impl Zlib {\n #[smi] out_off: u32,\n #[smi] out_len: u32,\n ) -> Result<(), ZlibError> {\n- let (err_info, callback) = {\n+ let err_info = {\n let mut zlib = self.inner.borrow_mut();\n let zlib = zlib.as_mut().ok... | 2026-02-12T01:02:19 |
ggml-org/llama.cpp | 38eaf32af1da66caa930ce37e9dca1137c66f91c | 9b17d74ab7d31cb7d15ee7eec1616c3d825a84c0 | vulkan: change graph_compute to be async and enable get_tensor_async (#17158)
* vulkan: change graph_compute to be async and enable get_tensor_async
This allows some additional CPU/GPU overlap for large pp workloads. Also seems
to help a bit for token gen, maybe getting rid of a small bubble between
graph_compute and... | [
{
"path": "ggml/src/ggml-vulkan/ggml-vulkan.cpp",
"patch": "@@ -234,6 +234,7 @@ class vk_memory_logger;\n #endif\n class vk_perf_logger;\n static void ggml_vk_destroy_buffer(vk_buffer& buf);\n+static void ggml_vk_synchronize(ggml_backend_vk_context * ctx);\n \n static constexpr uint32_t mul_mat_vec_max_cols... | 2025-11-15T08:06:41 |
vuejs/vue | 213f136a6ebf4e18e65f4da7dce6e7293e585b5a | 2f628c3114a3d3c859d46827455f3eae0e4edd08 | fix slot resolved incorrect with abstract component (fix #5888) (#5895) | [
{
"path": "src/core/vdom/create-component.js",
"patch": "@@ -169,8 +169,14 @@ export function createComponent (\n \n if (isTrue(Ctor.options.abstract)) {\n // abstract components do not keep anything\n- // other than props & listeners\n+ // other than props & listeners & slot\n+\n+ // work ar... | 2017-06-16T18:03:36 |
huggingface/transformers | df45a92cea0385970fabb21f8c329150cc3d5a9c | 3ff0e69f84247ec8ed263ca412adc42f19fadbe2 | Enforce check_auto_docstring (#41635)
fix issues and enforce check_auto_docstring | [
{
"path": "src/transformers/models/deprecated/gptsan_japanese/modeling_gptsan_japanese.py",
"patch": "@@ -22,7 +22,7 @@\n from ....cache_utils import Cache\n from ....modeling_outputs import MoECausalLMOutputWithPast, MoEModelOutputWithPastAndCrossAttentions\n from ....modeling_utils import PreTrainedModel\... | 2025-11-11T16:05:55 |
ollama/ollama | e5202eb6879a8c29b5b4646ac0d4d93e1b0d1c54 | 96fb441abd297748cfddb173289af7d54dbeee4d | Quiet down llama.cpp logging by default
By default builds will now produce non-debug and non-verbose binaries.
To enable verbose logs in llama.cpp and debug symbols in the
native code, set `CGO_CFLAGS=-g` | [
{
"path": "docs/development.md",
"patch": "@@ -14,7 +14,13 @@ Install required tools:\n brew install go cmake gcc\n ```\n \n-Get the required libraries:\n+Optionally enable debugging and more verbose logging:\n+\n+```bash\n+export CGO_CFLAGS=\"-g\"\n+```\n+\n+Get the required libraries and build the native ... | 2023-12-22T16:47:18 |
denoland/deno | 133d02e064a8e07cabab226d815d0b3ba684fc88 | c6ed5f01c5b0361fd582a4b19f97aa5f2effad36 | fix(node): unconditionally call `Module.prototype._compile` with the file content in `loadMaybeCjs` (#32131) | [
{
"path": "ext/node/polyfills/01_require.js",
"patch": "@@ -1080,9 +1080,8 @@ Module._extensions[\".mjs\"] = loadESMFromCJS;\n Module._extensions[\".wasm\"] = loadESMFromCJS;\n \n function loadMaybeCjs(module, filename) {\n- const isMaybeCjs = op_require_is_maybe_cjs(filename);\n- const format = isMaybeCj... | 2026-02-11T21:08:15 |
vuejs/vue | d33c1250ee77dd337eb4979851ade331f177b890 | 8a2c5147ad9ac9444c0f7c30b5f4a3c4e15c033b | fix:when using object syntax in v-bind, special attribute have no effect | [
{
"path": "flow/vnode.js",
"patch": "@@ -35,6 +35,7 @@ declare interface VNodeData {\n key?: string | number;\n slot?: string;\n ref?: string;\n+ is?: string;\n pre?: boolean;\n tag?: string;\n staticClass?: string;",
"additions": 1,
"deletions": 0,
"language": "JavaScript"
},
{... | 2017-06-16T12:40:56 |
ggml-org/llama.cpp | e1fcf8b09b8115156313c61bdd42186a7c7fb7be | 6cd0cf72ce96393f06bd271731e7a8bebeb481c0 | model : add AfmoeForCausalLM support (#16477)
* Add AFMOE model support
* Update to vocab
* Add model sizing
* Undo Rope change for ARCEE model
* Address review comments
* Update modeling code is_sliding -> use_rope, replace hard-coded logic
* Fix AFMOE tokenizer
* Update convert_hf_to_gguf.py
Co-authored-by: ... | [
{
"path": "convert_hf_to_gguf.py",
"patch": "@@ -1124,6 +1124,9 @@ def get_vocab_base_pre(self, tokenizer) -> str:\n if chkhsh == \"a1e163ecab2e718a4c829d1148b6e86824ec36163bb71941c3dca9cd5ac25756\":\n # ref: https://huggingface.co/JetBrains/Mellum-4b-base\n res = \"mellum\"\... | 2025-11-14T12:54:10 |
huggingface/transformers | 3ff0e69f84247ec8ed263ca412adc42f19fadbe2 | 31839d741a30d7fe5daf982d9f2d9cc549ec6181 | Avoid mutating user-provided arguments in preprocessing utils (#42126)
* fix: deepcopy kwargs to avoid mutating user-provided arguments
* mod: shallow copy instead of deepcopy
---------
Co-authored-by: Leonardo Emili <lemili@apple.com> | [
{
"path": "src/transformers/processing_utils.py",
"patch": "@@ -1226,6 +1226,9 @@ class MyProcessingKwargs(ProcessingKwargs, CommonKwargs, TextKwargs, ImagesKwarg\n Dictionary of per-modality kwargs to be passed to each modality-specific processor.\n \n \"\"\"\n+ # holding a c... | 2025-11-11T14:52:07 |
ollama/ollama | 495c06e4a67ecc1171faa22115443103a24af1da | fa24e73b8253a554ec840395a5d1dfdb91d3598b | Fix doc glitch | [
{
"path": "docs/modelfile.md",
"patch": "@@ -188,7 +188,7 @@ SYSTEM \"\"\"<system message>\"\"\"\n \n ### ADAPTER\n \n-The `ADAPTER` instruction specifies the LoRA adapter to apply to the base model. The value of this instruction should be an absolute path or a path relative to the Modelfile and the file mu... | 2023-12-22T00:57:58 |
denoland/deno | 512d9196c5056933ff032a3c52efb4e8fae95d0d | 652d4d2055e7ef2e9c41c9346051db5101aa01bc | fix(install): cleanup `node_modules` folder on install (#32058)
This is only for `deno install/add/remove`. We don't do this for other
commands because it could cause problems (ex. two deno subprocesses
running at the same time with "lazy npm deps" or whatever it's called)
and also it would add more startup time. | [
{
"path": "Cargo.lock",
"patch": "@@ -9528,9 +9528,9 @@ dependencies = [\n \n [[package]]\n name = \"sys_traits\"\n-version = \"0.1.22\"\n+version = \"0.1.24\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"4121e69c72108134f9daf82cf6580269f018f5d8fb8cd3063df17699fbb84cb1... | 2026-02-11T20:08:25 |
ggml-org/llama.cpp | 6cd0cf72ce96393f06bd271731e7a8bebeb481c0 | d396b4374804bcb91cf969141ed75282245a12bc | fix : Dangling pointer for non-empty trigger words in lazy grammar construction (#17048)
* fix : Dangling pointer for non-empty trigger words in llama_sampler_init_grammar_impl (#17047)
* Replace 'static' workaround, with keeping variable in scope for longer
* Create std::array directly and pass into llama_grammar_i... | [
{
"path": "src/llama-sampling.cpp",
"patch": "@@ -4,6 +4,7 @@\n #include \"llama-vocab.h\"\n #include \"llama-grammar.h\"\n \n+#include <array>\n #include <algorithm>\n #include <cassert>\n #include <cfloat>\n@@ -1625,10 +1626,12 @@ static struct llama_sampler * llama_sampler_init_grammar_impl(\n auto *... | 2025-11-14T12:35:26 |
vuejs/vue | 080c387d49cd5cc43726d73ab886650dedd244db | 9831b403cf0506a873f03cc008e9debe6ef1f137 | Merge inject when extending a component (#5827)
* simply fix inject extends
* add comments for normalizeInject
* normalizeInect should return for non-array
* remove isArray branch in resolveInject
* add test case for extending injection
* Create options.js
* type of inject should be object now
* R... | [
{
"path": "src/core/instance/inject.js",
"patch": "@@ -38,18 +38,14 @@ export function initInjections (vm: Component) {\n export function resolveInject (inject: any, vm: Component): ?Object {\n if (inject) {\n // inject is :any because flow is not smart enough to figure out cached\n- // isArray her... | 2017-06-15T14:15:36 |
ollama/ollama | fa24e73b8253a554ec840395a5d1dfdb91d3598b | 325d74985b9f31917ead1585ea22389a39b280b5 | Remove CPU build, fixup linux build script | [
{
"path": "Dockerfile.build",
"patch": "@@ -4,6 +4,7 @@ ARG CUDA_VERSION=11.3.1-1\n ARG CMAKE_VERSION=3.22.1\n # ROCm only supports amd64\n ARG ROCM_VERSION=6.0\n+ARG CLBLAST_VER=1.6.1\n \n # Note: https://rocm.docs.amd.com/en/latest/release/user_kernel_space_compat_matrix.html\n RUN apt-get update && \\\n@... | 2023-12-22T00:54:54 |
huggingface/transformers | 31839d741a30d7fe5daf982d9f2d9cc549ec6181 | 2072f3059eea2d5c5061516b8fc089853e50a654 | Bugfix/remove emojis from print (#42091)
* Removed initial batch of emojis from strings and print statements.
* Removed many of the emojis that are printed to the client.
* Removed the Hugging Face emoji from the arg-parse help descriptions.
* Removed even more emojis.
* Used cursor to do a pass on top of my manua... | [
{
"path": "examples/pytorch/language-modeling/run_clm_no_trainer.py",
"patch": "@@ -127,7 +127,7 @@ def parse_args():\n parser.add_argument(\n \"--use_slow_tokenizer\",\n action=\"store_true\",\n- help=\"If passed, will use a slow tokenizer (not backed by the 🤗 Tokenizers library... | 2025-11-11T14:38:38 |
ggml-org/llama.cpp | d396b4374804bcb91cf969141ed75282245a12bc | 45c6ef7307e8ab383a8b6557f8ed8d237b26c452 | server : fix "can batch with" bug (#17263) | [
{
"path": "tools/server/server.cpp",
"patch": "@@ -3591,13 +3591,13 @@ struct server_context {\n // next, batch any pending prompts without exceeding n_batch\n if (params_base.cont_batching || batch.n_tokens == 0) {\n for (auto & slot : slots) {\n+ if (!slot.is_pro... | 2025-11-14T12:03:45 |
vuejs/vue | 9831b403cf0506a873f03cc008e9debe6ef1f137 | 69f946b4372fd74a1f2b1b8460fcd06ec8dd0a91 | Add warnHandler to allow users to set a custom warn callback, similar to errorHandler (#5883) | [
{
"path": "src/core/config.js",
"patch": "@@ -16,6 +16,7 @@ export type Config = {\n performance: boolean;\n devtools: boolean;\n errorHandler: ?(err: Error, vm: Component, info: string) => void;\n+ warnHandler: ?(msg: string, vm: Component, trace: string) => void;\n ignoredElements: Array<string>;... | 2017-06-14T13:37:26 |
denoland/deno | 652d4d2055e7ef2e9c41c9346051db5101aa01bc | d09571c95ed9e56fb870abc82bb876cbadf02ea3 | fix(ext/web): prevent GC of AbortSignal.any() (#32118)
The new exposed `AbortSignal.any()`, stores dependent signals via
`WeakRef` in the source signal's `dependentSignals` set. When the
dependent signal is created as a temporary (e.g.
`AbortSignal.any([...]).addEventListener("abort", cb)`), there are no
strong refere... | [
{
"path": "ext/web/03_abort_signal.js",
"patch": "@@ -79,6 +79,7 @@ const sourceSignals = Symbol(\"[[sourceSignals]]\");\n const dependentSignals = Symbol(\"[[dependentSignals]]\");\n const signal = Symbol(\"[[signal]]\");\n const timerId = Symbol(\"[[timerId]]\");\n+const activeDependents = Symbol(\"[[acti... | 2026-02-11T15:17:41 |
ollama/ollama | 325d74985b9f31917ead1585ea22389a39b280b5 | d9cd3d9667d83f68040378dc2834a49962e08244 | Fix CPU performance on hyperthreaded systems
The default thread count logic was broken and resulted in 2x the number
of threads as it should on a hyperthreading CPU
resulting in thrashing and poor performance. | [
{
"path": "llm/ext_server.go",
"patch": "@@ -37,7 +37,6 @@ import (\n \t\"fmt\"\n \t\"log\"\n \t\"os\"\n-\t\"runtime\"\n \t\"strings\"\n \t\"sync\"\n \t\"time\"\n@@ -185,11 +184,7 @@ func newExtServer(server extServer, model string, adapters, projectors []string,\n \t\tsparams.mmproj = nil\n \t}\n \n-\tif o... | 2023-12-22T00:23:36 |
huggingface/transformers | 2072f3059eea2d5c5061516b8fc089853e50a654 | 3760afb21c1f4c14aa48c41d1b025702777b1c53 | DataCollatorForLanguageModeling warning error fixed (#42144)
* warning error fixed
* Update src/transformers/data/data_collator.py
---------
Co-authored-by: Matt <Rocketknight1@users.noreply.github.com> | [
{
"path": "src/transformers/data/data_collator.py",
"patch": "@@ -723,7 +723,7 @@ def __post_init__(self):\n \n if self.mask_replace_prob < 1:\n warnings.warn(\n- \"Random token replacement is not supported with whole word masking.\",\n+ \"Ra... | 2025-11-11T14:22:20 |
ggml-org/llama.cpp | becc4816dd6e601d2e0beb7b9c7e6767c8688b12 | c4abcb2457217198efdd67d02675f5fddb7071c2 | ggml-cpu: handle 3d tensors in repack mat_mul (#17241)
* ggml-cpu: handle 3d tensors in repack mul_mat
* Removed unnecessary branch, removed need for <algorithm>
* Fixed dst_ptr pointer in chunk + clang_format
* GGML_ASSERT to check wdata within bounds
* Accidental ggml.h inclusion
* Improved GGML_ASSERT on wdata... | [
{
"path": "ggml/src/ggml-cpu/repack.cpp",
"patch": "@@ -1600,29 +1600,52 @@ template <typename BLOC_TYPE, int64_t INTER_SIZE, int64_t NB_COLS, ggml_type PAR\n return false;\n }\n \n- void forward_mul_mat_one_chunk(ggml_compute_params * params, ggml_tensor * op, int64_t src0_start, int64_t src... | 2025-11-13T20:53:00 |
vuejs/vue | 69f946b4372fd74a1f2b1b8460fcd06ec8dd0a91 | f3a15220c5c1d38a509a80b5be795ac89753f4a3 | Fix XHTML incompatibility (fix #5852) (#5853) | [
{
"path": "src/platforms/web/util/compat.js",
"patch": "@@ -5,7 +5,7 @@ import { inBrowser } from 'core/util/index'\n // check whether current browser encodes a char inside attribute values\n function shouldDecode (content: string, encoded: string): boolean {\n const div = document.createElement('div')\n-... | 2017-06-13T13:53:38 |
denoland/deno | d09571c95ed9e56fb870abc82bb876cbadf02ea3 | 77c1c1920fb5236dc98748b56a55e7f3ce622a86 | fix(ext/napi): don't mark accessor properties as read-only in napi_define_class (#32105)
## Summary
- In `napi_define_class`, accessor properties (getter/setter) were
incorrectly marked `READ_ONLY` when `napi_writable` was not set in the
property attributes. Per the Node-API spec, `napi_writable` only applies
to data... | [
{
"path": "ext/napi/js_native_api.rs",
"patch": "@@ -285,13 +285,6 @@ fn napi_define_class<'s>(\n let setter = p\n .setter\n .map(|s| create_function_template(scope, env_ptr, None, s, p.data));\n- if getter.is_some()\n- && setter.is_some()\n- && (p.attributes & napi_... | 2026-02-11T07:38:42 |
huggingface/transformers | 3760afb21c1f4c14aa48c41d1b025702777b1c53 | 3c0b2b101ec4bd68bf1c0c3edfd81ccd9a422236 | Fix T5Gemma module structure (#42145)
* fix modular
* oupsi typo | [
{
"path": "src/transformers/models/t5gemma/modeling_t5gemma.py",
"patch": "@@ -448,11 +448,28 @@ def forward(\n return hidden_states\n \n \n-class T5GemmaDecoderLayer(T5GemmaEncoderLayer):\n+class T5GemmaDecoderLayer(GradientCheckpointingLayer):\n \"\"\"Decoder sub-layer: an extra cross-attentio... | 2025-11-11T11:26:03 |
ggml-org/llama.cpp | c4abcb2457217198efdd67d02675f5fddb7071c2 | 389ac78b2675ffe5054134f3037b11642a31a09f | server: fixing naming conflict res_error (#17243) | [
{
"path": "tools/server/server.cpp",
"patch": "@@ -4431,7 +4431,7 @@ static void log_server_request(const httplib::Request & req, const httplib::Resp\n SRV_DBG(\"response: %s\\n\", res.body.c_str());\n }\n \n-static void res_error(httplib::Response & res, const json & error_data) {\n+static void res_err... | 2025-11-13T19:53:47 |
vuejs/vue | deae1ff851f19c0644b9cf1554ccf4899e9d52c6 | c994e5cf48a912d98c1a302375bb9964dba98113 | fix type tests | [
{
"path": "types/options.d.ts",
"patch": "@@ -57,10 +57,10 @@ export interface ComponentOptions<V extends Vue> {\n }\n \n export interface FunctionalComponentOptions {\n+ name?: string;\n props?: string[] | { [key: string]: PropOptions | Constructor | Constructor[] };\n functional: boolean;\n- render(... | 2017-06-13T09:49:52 |
huggingface/transformers | 3c0b2b101ec4bd68bf1c0c3edfd81ccd9a422236 | e869e9df5426d5a7ffc9ad32d4199b177e5c5382 | fix: improve video processing fps assignment logic (#42009)
* fix: improve video processing fps and do_sample_frames assignment logic
* fix: set return_metadata=True to get metadata
* reformat the modular file
* fix typo
* revert flag change and fix fps assignment
* Taking 'num_frames' into considered.
Avoid err... | [
{
"path": "src/transformers/models/qwen2_5_vl/modular_qwen2_5_vl.py",
"patch": "@@ -839,6 +839,7 @@ class Qwen2_5_VLProcessorKwargs(ProcessingKwargs, total=False):\n \"padding\": False,\n \"return_mm_token_type_ids\": False,\n },\n+ \"videos_kwargs\": {\"return_metadat... | 2025-11-11T09:54:33 |
Subsets and Splits
Assembly Language GitHub Issues
Retrieves a sample of assembly-language related commits with their details, but doesn't provide meaningful analysis or patterns beyond basic filtering.
Swift Compiler Issues Analysis
Retrieves all training data for the Swift programming language repository, providing basic filtering but offering limited analytical insight beyond identifying relevant code examples.