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
f013b342c50e81dc138fdb21d58325c1c51d31b8
32def650040d219feb54e2aff6e1d8a760f32e12
Add explicit utf-8 encoding to CircleCI scripts for Windows compatibility (#43925) Fix: Add explicit utf-8 encoding to CircleCI scripts for Windows compatibility
[ { "path": ".circleci/create_circleci_config.py", "patch": "@@ -121,7 +121,7 @@ def __post_init__(self):\n test_file = os.path.join(\"test_preparation\" , f\"{self.job_name}_test_list.txt\")\n print(\"Looking for \", test_file)\n if os.path.exists(test_file):\n- ...
2026-02-12T13:59:01
electron/electron
2d40ced3be8bb0d7e25c327ff3d3e1868eee56fa
b06e6e9ce5a665e79f3ff43966c6110e77ab46f4
Fix link to locales.md
[ { "path": "docs/api/app.md", "patch": "@@ -397,7 +397,7 @@ Overrides the current application's name.\n ### `app.getLocale()`\n \n Returns the current application locale. Possible return values are documented\n-[here](app-locales.md).\n+[here](locales.md).\n \n **Note:** When distributing your packaged app, ...
2016-07-11T18:37:22
huggingface/transformers
32def650040d219feb54e2aff6e1d8a760f32e12
85147681c76d5a9c2b6979305c076cbb635619b8
Fix flaky test for multimodal LLMs (#43944)
[ { "path": "tests/generation/test_utils.py", "patch": "@@ -1343,7 +1343,10 @@ def test_generate_continue_from_past_key_values(self):\n # if there are multimodal data which don't belong anywhere inside `text_tokens`\n keys_to_pop = []\n for key in inputs:\n- ...
2026-02-12T13:30:16
vercel/next.js
57ce466502212f3c6f9aea593122fc84f613a3e1
b224f47f23fddc5004a14878a2220be9115638c3
Add `--use-bun` to `create-next-app` (#53467) This adds support for `--use-bun` to `create-next-app` to use `bun install` when bootstrapping a new project. ``` npx create-next-app --use-bun ``` As with Yarn and pnpm, it reads from `npm_config_user_agent` to determine if the user ran `bunx create-next-app`. I...
[ { "path": "docs/02-app/02-api-reference/06-create-next-app.mdx", "patch": "@@ -92,6 +92,10 @@ Options:\n \n Explicitly tell the CLI to bootstrap the app using Yarn\n \n+ --use-bun\n+\n+ Explicitly tell the CLI to bootstrap the app using Bun\n+\n -e, --example [name]|[github-url]\n \n An exampl...
2023-08-04T01:00:38
golang/go
f2d9ab263b8c62a81d314feb1e7a7fb424bb9c43
e299381cd1b4b7efecf7642ebfcd5e76ffa65e6d
cmd/go: set GOROOT explicitly for 'go generate' subprocesses Code generators may reasonably expect to find the GOROOT for which the code is being generated. If the generator invokes 'go run' (which ought to be reasonable to do) and the user has set 'GOFLAGS=trimpath' (which also ought to be reasonable), then either '...
[ { "path": "src/cmd/go/alldocs.go", "patch": "@@ -542,6 +542,9 @@\n //\t\tThe line number of the directive in the source file.\n //\t$GOPACKAGE\n //\t\tThe name of the package of the file containing the directive.\n+//\t$GOROOT\n+//\t\tThe GOROOT directory for the 'go' command that invoked the\n+//\t\tgenera...
2022-04-08T19:26:38
huggingface/transformers
85147681c76d5a9c2b6979305c076cbb635619b8
0afacc2a451d0e5270faab31179e4982bba2954d
Fix docker files (#43946) fix Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
[ { "path": "docker/transformers-all-latest-gpu/Dockerfile", "patch": "@@ -80,7 +80,7 @@ RUN python3 -m pip install --no-cache-dir git+https://github.com/huggingface/pef\n # For bettertransformer\n RUN python3 -m pip install --no-cache-dir git+https://github.com/huggingface/optimum@main#egg=optimum\n # For ke...
2026-02-12T13:08:16
nodejs/node
624fa4147ab26e93107f4d2db90c21840bc88807
5133e783ba0fbd93bf3a65e18c450b61c18f55a0
http2: fix file close error condition at respondWithFd Closing a FileHandle almost never fails, so it was hard to notice before that `stream.emit(err)` would not emit an error event due to the missing event name. Destroying the stream with the error seems like the right thing to do in that scenario. PR-URL: https://...
[ { "path": "lib/internal/http2/core.js", "patch": "@@ -2152,14 +2152,11 @@ function processHeaders(oldHeaders) {\n return headers;\n }\n \n-function onFileCloseError(stream, err) {\n- stream.emit(err);\n-}\n \n function onFileUnpipe() {\n const stream = this.sink[kOwner];\n if (stream.ownsFd)\n- th...
2019-10-08T13:26:44
electron/electron
bd58e1b2c3a0db51149cb7eb32e60f9a6dc2f028
564b0cace5f298fd307f805a20f0886e46b09e42
Remove linter errors
[ { "path": "spec/api-ipc-spec.js", "patch": "@@ -76,7 +76,7 @@ describe('ipc module', function () {\n [null]\n ])\n \n- var objectA = {}\n+ objectA = {}\n objectA.foo = objectA\n assert.deepEqual(a.returnArgs(objectA), [\n {foo: null}", "additions": 1, "del...
2016-07-11T17:30:18
vercel/next.js
b224f47f23fddc5004a14878a2220be9115638c3
39c06ae95ecb8ae503ecb0b314d2089460b5d7e8
chore: remove useless curly brackets from `next/legacy/image` (#53534) <!-- Thanks for opening a PR! Your contribution is much appreciated. To make sure your PR is handled as smoothly as possible we request that you follow the checklist sections below. Choose the right checklist for the change(s) that you're making...
[ { "path": "packages/next/src/client/legacy/image.tsx", "patch": "@@ -1027,33 +1027,31 @@ export default function Image({\n }\n return (\n <>\n- {\n- <span style={wrapperStyle}>\n- {hasSizer ? (\n- <span style={sizerStyle}>\n- {sizerSvgUrl ? (\n- ...
2023-08-04T00:13:41
rust-lang/rust
9d964048ecd56b53682aae9d01222840a977600a
7e2d26f4b29f316dd049750b35f9004bb43aece7
fix: `manual_abs_diff` suggests wrongly behind refs
[ { "path": "clippy_lints/src/manual_abs_diff.rs", "patch": "@@ -5,7 +5,7 @@ use clippy_utils::msrvs::{self, Msrv};\n use clippy_utils::source::HasSession as _;\n use clippy_utils::sugg::Sugg;\n use clippy_utils::ty::is_type_diagnostic_item;\n-use clippy_utils::{eq_expr_value, peel_blocks, span_contains_comme...
2025-07-13T13:13:57
golang/go
e299381cd1b4b7efecf7642ebfcd5e76ffa65e6d
d4dbad53ca080d767798ee4267999868d7f2c22d
cmd/go: fix TestScript/build_trimpath_goroot when built with a mismatched GOROOT_FINAL Fixes #52236. Updates #51461. Change-Id: Ie91e0256afd45e9bbd60fd8cdc696363027ab696 Reviewed-on: https://go-review.googlesource.com/c/go/+/399156 Run-TryBot: Bryan Mills <bcmills@google.com> Reviewed-by: Russ Cox <rsc@golang.org> Tr...
[ { "path": "src/cmd/go/go_test.go", "patch": "@@ -78,6 +78,10 @@ func tooSlow(t *testing.T) {\n // (temp) directory.\n var testGOROOT string\n \n+// testGOROOT_FINAL is the GOROOT_FINAL with which the test binary is assumed to\n+// have been built.\n+var testGOROOT_FINAL = os.Getenv(\"GOROOT_FINAL\")\n+\n va...
2022-04-08T19:23:14
huggingface/transformers
0afacc2a451d0e5270faab31179e4982bba2954d
d5131eb25ab0720bdef8f97dfc2213b503a277a6
Fix bark test (#43942) * fix bark * fix
[ { "path": "tests/models/bark/test_modeling_bark.py", "patch": "@@ -634,16 +634,30 @@ def test_save_load_strict(self):\n model2, info = model_class.from_pretrained(tmpdirname, output_loading_info=True)\n self.assertEqual(info[\"missing_keys\"], set())\n \n- @unittest.skip(\n- ...
2026-02-12T11:29:38
nodejs/node
36e83ef8f3d759ffde36a3decada0864cc8ac8ac
9f873b3a659e82eb232785c9e7cfec6df8dd5277
doc: fix tls version values PR-URL: https://github.com/nodejs/node/pull/29839 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Shelley Vohr <codebytere@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed...
[ { "path": "doc/api/tls.md", "patch": "@@ -1473,11 +1473,11 @@ changes:\n Should not be set together with `key`, because both options define a\n private key in different ways.\n * `maxVersion` {string} Optionally set the maximum TLS version to allow. One\n- of `TLSv1.3`, `TLSv1.2'`, `'TLSv1.1'`,...
2019-10-04T02:07:49
electron/electron
d824e3a9599343940ee070784e577b5c038816fe
61641391674e2975953fda8e9904964e80996865
docs: electron-userland package tools links `electron-packager` and `electron-builder` now in the `electron-userland` github org — links fixed.
[ { "path": "docs/tutorial/application-distribution.md", "patch": "@@ -107,8 +107,8 @@ You can rename the `electron` executable to any name you like.\n Apart from packaging your app manually, you can also choose to use third party\n packaging tools to do the work for you:\n \n-* [electron-packager](https://gi...
2016-07-11T11:05:02
vercel/next.js
ca96578f0ba45ab3d4a1a2dd654b4024f7f5c263
9477b61b517d26e65ca008e220c215f450a755c3
chore: update bug repro links (#53550) ### What? Follow-up of #53453 ### Why? Forgot to update the link in a few places --------- Co-authored-by: Zack Tanner <zacktanner@gmail.com> Co-authored-by: JJ Kasper <jj@jjsweb.site>
[ { "path": ".github/ISSUE_TEMPLATE/1.bug_report.yml", "patch": "@@ -55,7 +55,7 @@ body:\n description: |\n A link to a [GitHub repository](https://github.com/vercel/next.js/tree/canary/examples/reproduction-template) or a [CodeSandbox](https://codesandbox.io/p/sandbox/github/vercel/next.js/tree...
2023-08-03T23:18:26
golang/go
d4dbad53ca080d767798ee4267999868d7f2c22d
ace7672526692f8290bd98e339169c6eca76ba07
Revert "cmd/compile/internal: fix test error on loong64" This reverts CL 367043. Reason for revert: auto-submitted prematurely, breaking tests on most builders. Change-Id: I6da319fb042b629bcd6f549be638497a357e7d28 Reviewed-on: https://go-review.googlesource.com/c/go/+/399795 Run-TryBot: Bryan Mills <bcmills@google.c...
[ { "path": "src/cmd/compile/internal/logopt/logopt_test.go", "patch": "@@ -155,7 +155,7 @@ func s15a8(x *[15]int64) [15]int64 {\n \t\tarches := []string{runtime.GOARCH}\n \t\tgoos0 := runtime.GOOS\n \t\tif runtime.GOARCH == \"amd64\" { // Test many things with \"linux\" (wasm will get \"js\")\n-\t\t\tarches ...
2022-04-12T02:53:29
huggingface/transformers
d5131eb25ab0720bdef8f97dfc2213b503a277a6
9d9b012dcfc6cb4316588313f35dd6caef1d6b4b
Fix lifted_tensor in Gemma3n export which dynamo can't reason about (#43801) * Fix lifted_tensor in Gemma3n which dynamo can't reason about When using the torch.export path with this model we hit an issue on correction_coefs being modified with unknown side-effects the dynamo can't catch. So it lifts this tensor unne...
[ { "path": "src/transformers/models/gemma3n/modeling_gemma3n.py", "patch": "@@ -1145,12 +1145,14 @@ def correct(self, predictions: torch.Tensor, activated: torch.Tensor) -> torch.T\n innovation = innovation.repeat(self.config.altup_num_inputs, 1, 1, 1) # Repeat on dim0 to match predictions\n \n ...
2026-02-12T09:58:33
nodejs/node
b41989d03a38347a0ae018c5cbfbab898ba454fe
7f22aaf62b30b84270373d74d6f0f3c2e9f88a48
doc: add more info to fs.Dir and fix typos Some doc bits / fixes which were missing from cbd8d715b2286e5726e6988921f5c870cbf74127 PR-URL: https://github.com/nodejs/node/pull/29890 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> R...
[ { "path": "doc/api/fs.md", "patch": "@@ -293,8 +293,6 @@ A class representing a directory stream.\n \n Created by [`fs.opendir()`][], [`fs.opendirSync()`][], or [`fsPromises.opendir()`][].\n \n-Example using async interation:\n-\n ```js\n const fs = require('fs');\n \n@@ -356,13 +354,13 @@ Subsequent reads ...
2019-10-08T20:18:08
huggingface/transformers
9d9b012dcfc6cb4316588313f35dd6caef1d6b4b
3a87a7a5eafc83d2b83a92336586cfacab17cacf
Prepare and keep track of position ids in `generate` (#43734) * draft smth for now * qwens * fix assisted decoding, kinda. Get back later * fix assisted decoding same model * pad tokens should have a position ids of `0`, not `1` * qwens fix generate * other 3d rope models * glm image * colqwen * fix repo mess...
[ { "path": "src/transformers/generation/candidate_generator.py", "patch": "@@ -303,6 +303,9 @@ def _update_past_and_masks(\n self.assistant_kwargs = _prepare_attention_mask(\n self.assistant_kwargs, input_ids.shape[-1], self.assistant_model.config.is_encoder_decoder\n ...
2026-02-12T09:57:19
vercel/next.js
9477b61b517d26e65ca008e220c215f450a755c3
bf9c65f8d967be70736d42ce8c35657de5895b6f
fix(next): clarify `fetch` polyfill, drop `node-fetch` (#53548) ### What? Fix documentation about `fetch` polyfilling, and drop `node-fetch` references. ### Why? Since we stopped using `node-fetch` in `next` in favor of `undici` there were some inconsistencies in the docs, and unused references to the `node-fetch` ...
[ { "path": "docs/02-app/02-api-reference/05-next-config-js/httpAgentOptions.mdx", "patch": "@@ -5,7 +5,7 @@ description: Next.js will automatically use HTTP Keep-Alive by default. Learn mo\n \n {/* The content of this doc is shared between the app and pages router. You can use the `<PagesOnly>Content</PagesO...
2023-08-03T23:12:26
golang/go
ace7672526692f8290bd98e339169c6eca76ba07
ca7c6ef33d9eca2dbc7eb46601a051dc7dc4e411
cmd/compile/internal: fix test error on loong64 For TestLogOpt test case, add loong64 support to test the host architecture and os. The Ctz64 is not intrinsified on loong64 for TestIntendedInlining. Contributors to the loong64 port are: Weining Lu <luweining@loongson.cn> Lei Wang <wanglei@loongson.cn> Lingqin ...
[ { "path": "src/cmd/compile/internal/logopt/logopt_test.go", "patch": "@@ -155,7 +155,7 @@ func s15a8(x *[15]int64) [15]int64 {\n \t\tarches := []string{runtime.GOARCH}\n \t\tgoos0 := runtime.GOOS\n \t\tif runtime.GOARCH == \"amd64\" { // Test many things with \"linux\" (wasm will get \"js\")\n-\t\t\tarches ...
2021-11-25T06:20:39
electron/electron
86338290fb41f4993c2859d920e581b49c75723d
5abe72667889b4a048f79adcc081c3e6349e29d7
win: Fix openExternal not working with non-ASCII characters
[ { "path": "atom/browser/atom_resource_dispatcher_host_delegate.cc", "patch": "@@ -7,6 +7,7 @@\n #include \"atom/browser/login_handler.h\"\n #include \"atom/browser/web_contents_permission_helper.h\"\n #include \"atom/common/platform_util.h\"\n+#include \"base/strings/utf_string_conversions.h\"\n #include \"...
2016-07-11T08:11:05
nodejs/node
51c097b2a86b3c33d3dff343ef106843def21d9c
6db45bf7def22eedfd95dac95713e850c366b169
test: debug output for dlopen-ping-pong test Make test failures easier to diagnose through progress logging, and reporting of dlerror(). PR-URL: https://github.com/nodejs/node/pull/29818 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Christian Clauss <cclauss@me.c...
[ { "path": "test/addons/dlopen-ping-pong/binding.cc", "patch": "@@ -26,6 +26,7 @@ static ping ping_func;\n void LoadLibrary(const FunctionCallbackInfo<Value>& args) {\n const String::Utf8Value filename(args.GetIsolate(), args[0]);\n void* handle = dlopen(*filename, RTLD_LAZY);\n+ if (handle == nullptr) ...
2019-10-02T21:47:08
huggingface/transformers
3a87a7a5eafc83d2b83a92336586cfacab17cacf
4d5d49c34474be7cc2b6abd3179e7b317a17d8b1
add openAI style `image_url` content support in `apply_chat_template` (#43786) * add openAI style `image_url` content support in `apply_chat_template` Signed-off-by: Liu, Kaixuan <kaixuan.liu@intel.com> * update Signed-off-by: Liu, Kaixuan <kaixuan.liu@intel.com> * add xpu output Signed-off-by: Liu, Kaixuan <kaix...
[ { "path": "src/transformers/processing_utils.py", "patch": "@@ -1726,6 +1726,23 @@ def apply_chat_template(\n is_batched = False\n conversations = [conversation]\n \n+ # Normalize OpenAI-style \"image_url\" content blocks to HuggingFace-style \"image\" blocks\n+ # OpenA...
2026-02-12T09:48:14
vercel/next.js
d0512833c59e4b4bcb8fc5b73e69e1d439177c1a
3f2568352a653e062eca85a6e394300dd896f1d4
[2/n] no-context lint: migrate some crates (vercel/turbo#5640) This migrates some crates away from using `context`, specifically: - `node-file-trace` - `turbo-tasks-build` - `turbo-tasks-fetch` - `turbo-tasks` - `turbopack-build` - `turbopack-cli-utils` - `turbopack-cli` - `turbopack-core` - `turbopack-ecmascript` T...
[ { "path": ".config/ast-grep/rules/no-context.yml", "patch": "@@ -18,3 +18,20 @@ rule:\n - kind: field_identifier\n - inside:\n kind: field_declaration\n+ignores:\n+ - \"./crates/turbopack-core/**\"\n+ - \"./crates/turbopack-css/**\"\n+ - \"./crates/turbopack-dev-server/**\"\n+...
2023-08-03T22:58:49
golang/go
ca7c6ef33d9eca2dbc7eb46601a051dc7dc4e411
a362d5461483190cbaf995e6cb7aaa47c32ebe36
runtime/chan.go: improve closed channel receive performance Use this benchmark ut: ```go func BenchmarkReceiveDataFromClosedChan(b *testing.B) { count := b.N ch := make(chan struct{}, count) for i := 0; i < count; i++ { ch <- struct{}{} } b.ResetTimer() for range ch { } } ``` Benchmark 10 times(`go test -b...
[ { "path": "src/runtime/chan.go", "patch": "@@ -510,24 +510,28 @@ func chanrecv(c *hchan, ep unsafe.Pointer, block bool) (selected, received bool)\n \n \tlock(&c.lock)\n \n-\tif c.closed != 0 && c.qcount == 0 {\n-\t\tif raceenabled {\n-\t\t\traceacquire(c.raceaddr())\n+\tif c.closed != 0 {\n+\t\tif c.qcount ...
2022-04-12T01:54:45
huggingface/transformers
4d5d49c34474be7cc2b6abd3179e7b317a17d8b1
ae05b2ae619aa28fdfdcb8244009d585b7e1fed7
Fix AttributeError in OwlViT conversion script for Python 3.10+ (#43922) Fix AttributeError: Use collections.abc.MutableMapping for Python 3.10+ compatibility
[ { "path": "src/transformers/models/owlvit/convert_owlvit_original_flax_to_hf.py", "patch": "@@ -15,7 +15,7 @@\n https://github.com/google-research/scenic/tree/main/scenic/projects/owl_vit\"\"\"\n \n import argparse\n-import collections\n+from collections.abc import MutableMapping\n \n import jax\n import ja...
2026-02-12T08:33:01
electron/electron
381366daf146dda5d88d65fb93719dfa718a4a12
70a29bd46a92a312b97a3ade5526a223291161ee
Fix indention
[ { "path": "atom/browser/native_window_mac.mm", "patch": "@@ -800,13 +800,13 @@ static bool FromV8(v8::Isolate* isolate, v8::Handle<v8::Value> val,\n \n void NativeWindowMac::SetAspectRatio(double aspect_ratio,\n const gfx::Size& extra_size) {\n- NativeWindow::SetAspec...
2016-07-11T07:43:01
nodejs/node
95266db2bc4d1cf1ab7d63aeed1a728124ead298
80f2b6736724e0a3b90731deb9503013edc7d85e
http2: support passing options of http2.connect to net.connect PR-URL: https://github.com/nodejs/node/pull/29816 Fixes: https://github.com/nodejs/node/issues/29811 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed...
[ { "path": "lib/internal/http2/core.js", "patch": "@@ -2898,7 +2898,7 @@ function connect(authority, options, listener) {\n } else {\n switch (protocol) {\n case 'http:':\n- socket = net.connect(options.port || port, options.host || host);\n+ socket = net.connect({ port, host, ...op...
2019-10-02T17:19:05
vercel/next.js
bf9c65f8d967be70736d42ce8c35657de5895b6f
f08d42d5334a99a674b881c742a8393a50d16983
docs: fix force-dynamic example (#53521) fixed force dynamic example Co-authored-by: JJ Kasper <jj@jjsweb.site>
[ { "path": "docs/02-app/01-building-your-application/02-data-fetching/01-fetching-caching-and-revalidating.mdx", "patch": "@@ -241,11 +241,11 @@ View all the available `cache` options in the [`fetch` API reference](/docs/app/\n \n If you have multiple `fetch` requests in a route segment (e.g. a Layout or Pag...
2023-08-03T22:57:43
huggingface/transformers
e6fa62bf8e60312d1275ee34a06efd80f0389aa8
6c6f70cb9da270c871d1a2177cf7af90faa5c418
fix: TextClassificationPipeline docs mentioning deprecated return_all_scores (#43903)
[ { "path": "src/transformers/pipelines/text_classification.py", "patch": "@@ -30,8 +30,6 @@ class ClassificationFunction(ExplicitEnum):\n @add_end_docstrings(\n build_pipeline_init_args(has_tokenizer=True),\n r\"\"\"\n- return_all_scores (`bool`, *optional*, defaults to `False`):\n- ...
2026-02-11T16:59:23
golang/go
a362d5461483190cbaf995e6cb7aaa47c32ebe36
370cadd0e43ddfcfd494eefefc5bd4e85d7efcf8
os: mark Solaris nam/door/port files as irregular No test because I'm too lazy to figure out how to create such files. Fixes #52259 Change-Id: I7a07f49993cf046888729e9206ed53dddcf9cb13 Reviewed-on: https://go-review.googlesource.com/c/go/+/399435 Run-TryBot: Ian Lance Taylor <iant@golang.org> Reviewed-by: Emmanuel O...
[ { "path": "src/os/stat_solaris.go", "patch": "@@ -9,6 +9,14 @@ import (\n \t\"time\"\n )\n \n+// These constants aren't in the syscall package, which is frozen.\n+// Values taken from golang.org/x/sys/unix.\n+const (\n+\t_S_IFNAM = 0x5000\n+\t_S_IFDOOR = 0xd000\n+\t_S_IFPORT = 0xe000\n+)\n+\n func fillFile...
2022-04-10T04:00:59
nodejs/node
858602445bd930b38f4b3eeb7cd001cc3cdd8c05
e442e5a6d1e9629faf8014e2c28b28d6d51546af
deps: V8: cherry-pick 716875d Original commit message: [build] Add message-template.h to build file This was missed during a file move and can cause build bugs. Bug: chromium:991547 Change-Id: I157e7bb656956c08293c205c0d00884aecc7adee Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8...
[ { "path": "common.gypi", "patch": "@@ -39,7 +39,7 @@\n \n # Reset this number to 0 on major V8 upgrades.\n # Increment by one for each non-official patch applied to deps/v8.\n- 'v8_embedder_string': '-node.11',\n+ 'v8_embedder_string': '-node.12',\n \n ##### V8 defaults for Node.js #####\n...
2019-09-25T15:24:46
vercel/next.js
f08d42d5334a99a674b881c742a8393a50d16983
f8a4e0f3c37f7448415ec683c86569639b029069
docs: Fix typo and link in 02-app-router-migration.mdx (#53537) Fixes a typo and a missing closing parenthesis on a link.
[ { "path": "docs/02-app/01-building-your-application/09-upgrading/02-app-router-migration.mdx", "patch": "@@ -326,7 +326,7 @@ export default function Page() {\n ### Step 4: Migrating Pages\n \n - Pages in the [`app` directory](/docs/app/building-your-application/routing) are [Server Components](/docs/getting...
2023-08-03T22:50:01
huggingface/transformers
6c6f70cb9da270c871d1a2177cf7af90faa5c418
ac6cba6687a877bef09114d23117ea18f9f6b298
Harmonize `input_embeds` to `inputs_embeds` everywhere (#43916) * fix all * fix repo * oupsi * need to switch decorator order
[ { "path": "src/transformers/generation/utils.py", "patch": "@@ -502,10 +502,10 @@ def _cache_dependant_input_preparation(\n as it needs a different implementation to be exportable.\n \n If we have cache: let's slice `input_ids` through `cache_position`, to keep only the unprocessed tokens\n-...
2026-02-11T16:03:51
rust-lang/rust
377aa764aacabbf32c1d0e91312071660b14c919
900aa00584d58bf771b4d1b227be2ff453426234
Attempt to fix up SGX for random API updates
[ { "path": "library/std/src/sys/pal/sgx/abi/usercalls/mod.rs", "patch": "@@ -2,7 +2,7 @@ use crate::cmp;\n use crate::io::{\n BorrowedCursor, Error as IoError, ErrorKind, IoSlice, IoSliceMut, Result as IoResult,\n };\n-use crate::random::{DefaultRandomSource, Random};\n+use crate::random::random;\n use c...
2025-07-13T09:54:27
golang/go
370cadd0e43ddfcfd494eefefc5bd4e85d7efcf8
be0262a1279ab37ff2cae562de37afd333f5ada4
cmd/compile: add a test case and some comments for deadlock on syntax error After CL 398014 fixed a compiler deadlock on syntax errors, this CL adds a test case and more details for that. How it was fixed: CL 57751 introduced a channel "sem" to limit the number of simultaneously open files. Unfortunately, when the ...
[ { "path": "src/cmd/compile/internal/noder/noder.go", "patch": "@@ -40,6 +40,7 @@ func LoadPackage(filenames []string) {\n \t\tnoders[i] = &p\n \t}\n \n+\t// Move the entire syntax processing logic into a separate goroutine to avoid blocking on the \"sem\".\n \tgo func() {\n \t\tfor i, filename := range file...
2022-04-08T05:37:40
nodejs/node
e442e5a6d1e9629faf8014e2c28b28d6d51546af
019b23b3e4c3decd47246f7306b690c115e9b3e9
deps: V8: cherry-pick 35c6d4d Original commit message: Make code generator python3.7 compatible (async keyword). Change-Id: Ifcd8b8cb1de60a007c7bbd4564d7869e83cb7109 Fixes: https://github.com/nodejs/node/issues/29548 Refs: - https://github.com/nodejs/node/issues/29548#issuecomment-531717985 - https://github...
[ { "path": "common.gypi", "patch": "@@ -39,7 +39,7 @@\n \n # Reset this number to 0 on major V8 upgrades.\n # Increment by one for each non-official patch applied to deps/v8.\n- 'v8_embedder_string': '-node.10',\n+ 'v8_embedder_string': '-node.11',\n \n ##### V8 defaults for Node.js #####\n...
2019-09-16T20:54:01
huggingface/transformers
ac6cba6687a877bef09114d23117ea18f9f6b298
48295ecbf7d005584815e69e103cfb72aa4e079a
Ernie4 5 vl moe (#43755) * fix unsteady output for ernie4_5_vl_moe Signed-off-by: Liu, Kaixuan <kaixuan.liu@intel.com> * update Signed-off-by: Liu, Kaixuan <kaixuan.liu@intel.com> * add pad_side=left Signed-off-by: Liu, Kaixuan <kaixuan.liu@intel.com> * fixup --> changed on the hub * update Expectations Signed...
[ { "path": "tests/models/ernie4_5_vl_moe/test_modeling_ernie4_5_vl_moe.py", "patch": "@@ -25,7 +25,9 @@\n is_vision_available,\n )\n from transformers.testing_utils import (\n+ Expectations,\n cleanup,\n+ require_deterministic_for_xpu,\n require_torch,\n require_torch_large_accelerator,...
2026-02-11T15:53:28
vercel/next.js
f8a4e0f3c37f7448415ec683c86569639b029069
3a86b30d683833e655cbd06a11fb0a6e48449835
fix: fetch deduping in dev (#53549) This attempts to fix an issue where fetch requests were not being deduped on the first request to the page (but subsequent requests were properly deduped). This seems to be caused by the async context from `staticGenerationStore` being lost by the time the patched fetch is ca...
[ { "path": "packages/next/src/server/lib/patch-fetch.ts", "patch": "@@ -113,7 +113,9 @@ export function patchFetch({\n },\n },\n async () => {\n- const staticGenerationStore = staticGenerationAsyncStorage.getStore()\n+ const staticGenerationStore =\n+ staticGenerati...
2023-08-03T22:10:55
golang/go
be0262a1279ab37ff2cae562de37afd333f5ada4
ec5e5dba6fbc4549f167c6db509a800e163296c8
cmd/compile: fix compilation crash with several blank labels Fixes #52278 Change-Id: Ibf67c7b019feec277d316e04d93b458efea133fb Reviewed-on: https://go-review.googlesource.com/c/go/+/399574 Reviewed-by: Keith Randall <khr@golang.org> Run-TryBot: Keith Randall <khr@golang.org> Reviewed-by: Keith Randall <khr@google.com...
[ { "path": "src/cmd/compile/internal/escape/escape.go", "patch": "@@ -210,6 +210,9 @@ func (b *batch) walkFunc(fn *ir.Func) {\n \t\tswitch n.Op() {\n \t\tcase ir.OLABEL:\n \t\t\tn := n.(*ir.LabelStmt)\n+\t\t\tif n.Label.IsBlank() {\n+\t\t\t\tbreak\n+\t\t\t}\n \t\t\tif e.labels == nil {\n \t\t\t\te.labels = m...
2022-04-11T16:54:30
huggingface/transformers
64e41924f45d37593c8297b50578f432b6f893da
b52b6631a26fd362e49968af14ed77ff359006a0
Move `_keys_to_ignore_on_load_missing` for now (#43893) * should be under pretrained model for now * fix * modular fixes * more * last? * update modulars * isolate? * last nit
[ { "path": "src/transformers/models/deepseek_v3/modeling_deepseek_v3.py", "patch": "@@ -550,6 +550,7 @@ class DeepseekV3PreTrainedModel(PreTrainedModel):\n \"attentions\": DeepseekV3Attention,\n }\n _keep_in_fp32_modules_strict = [\"e_score_correction_bias\"]\n+ _keys_to_ignore_on_load_une...
2026-02-11T13:47:39
nodejs/node
019b23b3e4c3decd47246f7306b690c115e9b3e9
174723354ef6ad20e423c44b6d8af63ef7a0040c
deps: V8: cherry-pick deac757 Original commit message: [debugger] Fix code coverage for break/return inside switch-case Case statements have a list of statements associated with them, but are not blocks, and were hence not fixed-up correctly for code coverage. This CL also applies the fix-up to the "...
[ { "path": "common.gypi", "patch": "@@ -39,7 +39,7 @@\n \n # Reset this number to 0 on major V8 upgrades.\n # Increment by one for each non-official patch applied to deps/v8.\n- 'v8_embedder_string': '-node.9',\n+ 'v8_embedder_string': '-node.10',\n \n ##### V8 defaults for Node.js #####\n ...
2019-09-20T02:50:23
vercel/next.js
754a2a6ad8d10452634890d60736769eb23794fa
60cee33fd6b071077b3286fc5ceb787757f01edb
docs: Remove duplicate backtick in next/font (#53520) Fixed duplicate backtick in [adjustFontFallback](https://nextjs.org/docs/pages/api-reference/components/font#adjustfontfallback:~:text=false%3A%20for-,%60%60next/font/google%60,-adjustFontFallback%3A%20%27Times%20New) API docs.
[ { "path": "docs/02-app/02-api-reference/01-components/font.mdx", "patch": "@@ -147,7 +147,7 @@ Used in `next/font/google` and `next/font/local`\n \n Examples:\n \n-- `adjustFontFallback: false`: for ``next/font/google`\n+- `adjustFontFallback: false`: for `next/font/google`\n - `adjustFontFallback: 'Times N...
2023-08-03T20:56:54
rust-lang/rust
1cab09ed9c582e7804bd0f9a6ead61129bb537d5
10866f46172e92a7949dca2e5a52b8c444a5b082
`std::vec`: Upgrade `debug_assert` to UB check in `set_len` Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
[ { "path": "library/alloc/src/lib.rs", "patch": "@@ -153,6 +153,7 @@\n #![feature(try_trait_v2)]\n #![feature(try_with_capacity)]\n #![feature(tuple_trait)]\n+#![feature(ub_checks)]\n #![feature(unicode_internals)]\n #![feature(unsize)]\n #![feature(unwrap_infallible)]", "additions": 1, "deletions": ...
2025-07-13T08:06:53
golang/go
ec5e5dba6fbc4549f167c6db509a800e163296c8
ff14e844d26090e09aa335d836f737c09a7a0402
runtime: fix name of type parameter CL 372774 is for reflect, this CL is for _type in runtime. Add a test case to ensure the name method of _type can be exercised. Updates #50208 Change-Id: I26ccf8c5c574dd9e78510cf29eb40ae7c8d449ab Reviewed-on: https://go-review.googlesource.com/c/go/+/393917 Reviewed-by: Keith Rand...
[ { "path": "src/runtime/debug/heapdump_test.go", "patch": "@@ -67,3 +67,29 @@ func TestWriteHeapDumpFinalizers(t *testing.T) {\n \tWriteHeapDump(f.Fd())\n \tprintln(\"done dump\")\n }\n+\n+type G[T any] struct{}\n+type I interface {\n+\tM()\n+}\n+\n+//go:noinline\n+func (g G[T]) M() {}\n+\n+var dummy I = G[i...
2022-03-19T16:07:37
huggingface/transformers
b52b6631a26fd362e49968af14ed77ff359006a0
7d4c298b1ba2ea6c1eda2838321f042c3cb4359e
Fix old tech stack in doc (#43902) Signed-off-by: Yuanyuan Chen <cyyever@outlook.com>
[ { "path": "docs/source/ar/installation.md", "patch": "@@ -2,11 +2,9 @@\n \n قم بتثبيت مكتبة 🤗 Transformers المناسبة لمكتبة التعلم العميق التي تستخدمها، وقم بإعداد ذاكرة التخزين المؤقت الخاصة بك، وقم بإعداد 🤗 Transformers للعمل دون اتصال بالإنترنت (اختياري).\n \n-تم اختبار 🤗 Transformers على Python 3.6 و...
2026-02-11T12:57:10
nodejs/node
5981fb7faa13de95550b01272ebfbd8a5220aadb
16765023182486725b8cd9781c18d373de66df28
assert: fix line number calculation after V8 upgrade PR-URL: https://github.com/nodejs/node/pull/29694 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michaël Zasso <targo...
[ { "path": "lib/assert.js", "patch": "@@ -269,7 +269,7 @@ function getErrMessage(message, fn) {\n const call = err.stack[0];\n \n const filename = call.getFileName();\n- const line = call.getLineNumber() - 1;\n+ let line = call.getLineNumber() - 1;\n let column = call.getColumnNumber() - 1;\n let i...
2019-08-28T08:05:32
vercel/next.js
e30f6f45303e63ab08cadf0f30a3d2bae0c1658c
630c41cd9279abb8002ca9f51353bd7a5d011a2d
Fix markdown for caching doc link (#53536) ☝️ Just that!
[ { "path": "docs/02-app/01-building-your-application/09-upgrading/02-app-router-migration.mdx", "patch": "@@ -549,7 +549,7 @@ export default function Dashboard({ projects }) {\n \n In the `app` directory, we can colocate our data fetching inside our React components using [Server Components](/docs/getting-st...
2023-08-03T17:11:37
huggingface/transformers
7d4c298b1ba2ea6c1eda2838321f042c3cb4359e
007bb8c346d4ebfa7a735a346ed48587fa12a2a1
Fix missing fast image patch counter in Glm46V (#43877) * Fix missing fast image patch counter for Glm46V * Fix review follow-ups for GLM46V fast patch counting test * Apply repo consistency fixes * Fix GLM image patch counter in glm4v source and move regression test * style(glm4v): format image processing regress...
[ { "path": "src/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe_fast.py", "patch": "@@ -190,14 +190,6 @@ def _preprocess(\n data={\"pixel_values\": pixel_values, \"image_grid_thw\": image_grid_thw}, tensor_type=return_tensors\n )\n \n- @auto_docstring\n- def pre...
2026-02-11T12:23:27
golang/go
ff14e844d26090e09aa335d836f737c09a7a0402
ea7e3e3c0f561d1115d647e3e24ca61d0382e1ac
net/http/httptest: allow multiple fields be present in one Trailer field Fixes #51761 Change-Id: Ibaa17076ba51b666e25333e78180b8c7c4c940ec Reviewed-on: https://go-review.googlesource.com/c/go/+/393616 Reviewed-by: Damien Neil <dneil@google.com> Run-TryBot: Damien Neil <dneil@google.com> TryBot-Result: Gopher Robot <g...
[ { "path": "src/net/http/httptest/recorder.go", "patch": "@@ -207,18 +207,20 @@ func (rw *ResponseRecorder) Result() *http.Response {\n \tif trailers, ok := rw.snapHeader[\"Trailer\"]; ok {\n \t\tres.Trailer = make(http.Header, len(trailers))\n \t\tfor _, k := range trailers {\n-\t\t\tk = http.CanonicalHeade...
2022-03-17T16:01:24
rust-lang/rust
10866f46172e92a7949dca2e5a52b8c444a5b082
0d11be5aabe0cd49609fff5fce57c4691a22fe55
Fix typo in `std::vec` Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
[ { "path": "library/alloc/src/vec/mod.rs", "patch": "@@ -3695,7 +3695,7 @@ impl<T, A: Allocator> Vec<T, A> {\n /// This is optimal if:\n ///\n /// * The tail (elements in the vector after `range`) is empty,\n- /// * or `replace_with` yields fewer or equal elements than `range`’s length\n+ /...
2025-07-13T07:51:32
electron/electron
77ef70cd92407ef4bd4d66070e744bc3a9186e57
9c74ea4bf4f9dbbd3ed808395bffbc1e7e70a08a
Fixed broken links in documentation PT-BR
[ { "path": "docs-translations/pt-BR/README.md", "patch": "@@ -9,20 +9,20 @@ selecione a *tag* que corresponde à sua versão.\n ## FAQ\n \n Existem muitas perguntas comuns que são feitas, verifique antes de criar uma issue.\n-* [Electron FAQ](../../docs/faq/electron-faq.md)\n+* [Electron FAQ](../../docs/faq.md...
2016-07-09T21:47:19
nodejs/node
d8c77d5589bde330bf9638aa56ce7e6d092e33c7
3df2a6eecf6d85599387c82bf859d1f1c9a32b18
deps: V8: fix linking issue for MSVS PR-URL: https://github.com/nodejs/node/pull/28016 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Refael Ackermann (רפאל פלחי) <refack@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Jiawen Geng <t...
[ { "path": "common.gypi", "patch": "@@ -39,7 +39,7 @@\n \n # Reset this number to 0 on major V8 upgrades.\n # Increment by one for each non-official patch applied to deps/v8.\n- 'v8_embedder_string': '-node.8',\n+ 'v8_embedder_string': '-node.9',\n \n ##### V8 defaults for Node.js #####\n "...
2019-05-30T14:49:26
huggingface/transformers
007bb8c346d4ebfa7a735a346ed48587fa12a2a1
372c27e71f80e64571ac1149d1708e641d7d44da
fix(moe): Handle dtype mismatch in torch._grouped_mm with autocast (#43839) * fix(moe): Handle dtype mismatch in grouped_mm with autocast torch._grouped_mm is not autocast-enabled, so when using torch.autocast with MoE models like Phi-tiny-MoE, the input tensor may have a different dtype than the weights, causing Run...
[ { "path": "src/transformers/integrations/moe.py", "patch": "@@ -180,12 +180,15 @@ def _grouped_linear(\n Returns:\n `torch.Tensor`: Output tensor of shape (S, output_dim).\n \"\"\"\n- if is_transposed:\n- # (S, input_dim) @ grouped (num_experts, input_dim, output_dim) -> (S, output...
2026-02-11T10:42:45
vercel/next.js
630c41cd9279abb8002ca9f51353bd7a5d011a2d
be457445b8f3f7f100719894387126e8dc2243e3
feat(next): `next info --verbose` for additional details (#53181) ### What? First phase implementation for WEB-1313. This PR expands existing `next info` features by adding new flag `--run-diags`. When this flag is supplied, next.js will try to collect more information. Primarily informations are related to next-swc...
[ { "path": "docs/02-app/02-api-reference/08-next-cli.mdx", "patch": "@@ -175,3 +175,5 @@ will give you information like this example:\n ```\n \n This information should then be pasted into GitHub Issues.\n+\n+In order to diagnose installation issues, you can run `next info --verbose` to print additional info...
2023-08-03T17:03:41
huggingface/transformers
372c27e71f80e64571ac1149d1708e641d7d44da
8efd81513f51cd343d086e0e8f69190caa49dbcf
Train sampler unification (#43138) * add sequential sampling * train_sampler arg * Update src/transformers/training_args.py Co-authored-by: Marc Sun <57196510+SunMarc@users.noreply.github.com> * updated train_sampler to train_sampling_strategy; updated warnings/docs * update docs that prev reference group_by_leng...
[ { "path": "docs/source/en/model_doc/exaone_moe.md", "patch": "@@ -13,7 +13,7 @@ specific language governing permissions and limitations under the License.\n rendered properly in your Markdown viewer.\n \n -->\n-*This model was released on 2025-12-31 and added to Hugging Face Transformers on 2026-02-02.*\n+*...
2026-02-11T10:38:35
electron/electron
4f62050b01ccb1ea60ae47177d536513939a3589
9c74ea4bf4f9dbbd3ed808395bffbc1e7e70a08a
Fix typo in the web-contents.md :memo: `false` -> `true` in the `webContents.print` `silent` explanation. [ci skip]
[ { "path": "docs/api/web-contents.md", "patch": "@@ -700,7 +700,7 @@ when the JS promise is rejected.\n * `printBackground` Boolean - Also prints the background color and image of\n the web page. Default is `false`.\n \n-Prints window's web page. When `silent` is set to `false`, Electron will pick\n+Pr...
2016-07-09T17:31:02
nodejs/node
3df2a6eecf6d85599387c82bf859d1f1c9a32b18
93c39f9ffca419ccccf9b59bf27473b179e5ccb4
deps: V8: fix BUILDING_V8_SHARED issues PR-URL: https://github.com/nodejs/node/pull/27375 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Colin Ihri...
[ { "path": "common.gypi", "patch": "@@ -39,7 +39,7 @@\n \n # Reset this number to 0 on major V8 upgrades.\n # Increment by one for each non-official patch applied to deps/v8.\n- 'v8_embedder_string': '-node.7',\n+ 'v8_embedder_string': '-node.8',\n \n ##### V8 defaults for Node.js #####\n "...
2019-05-26T18:19:09
vercel/next.js
9f24840032ec598c5fcb572b818e4fa03fad0e10
0ecde6bd32dac474ec5342fc9e70c54363636717
Fix resource being preloaded multiple times during development (#53525) Closes #49607. Since `ReactDOM.preload`s might be called multiple times during the rendering process, we need to ensure the timestamp queries are stable across the request so Flight can properly deduplicate them.
[ { "path": "packages/next/src/server/app-render/app-render.tsx", "patch": "@@ -210,6 +210,12 @@ export async function renderToHTMLOrFlight(\n const isFlight = req.headers[RSC.toLowerCase()] !== undefined\n const pathname = validateURL(req.url)\n \n+ // A unique request timestamp used by development to e...
2023-08-03T15:15:44
huggingface/transformers
8efd81513f51cd343d086e0e8f69190caa49dbcf
6c4710bdef6b0db127d40704d8ee2f82c551b27f
revert place_model_on_device to property (#43895) * revert place_model_on_device to property * Apply repo consistency fixes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
[ { "path": "src/transformers/trainer.py", "patch": "@@ -340,7 +340,7 @@ class Trainer:\n data parallelism, this means some of the model layers are split on different GPUs).\n - **place_model_on_device** -- Whether or not to automatically place the model on the device. Defaults to\n ...
2026-02-11T10:37:04
nodejs/node
93c39f9ffca419ccccf9b59bf27473b179e5ccb4
3995e52dc60fbd6f06a5c1b6a97b8c3f8c27c48e
deps: V8: add workaround for MSVC optimizer bug Refs: https://developercommunity.visualstudio.com/content/problem/512352/compiler-doesnt-finish-142027508.html PR-URL: https://github.com/nodejs/node/pull/28016 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Refael Ackermann (רפאל פלחי) <refack@gmail.com> Rev...
[ { "path": "common.gypi", "patch": "@@ -39,7 +39,7 @@\n \n # Reset this number to 0 on major V8 upgrades.\n # Increment by one for each non-official patch applied to deps/v8.\n- 'v8_embedder_string': '-node.6',\n+ 'v8_embedder_string': '-node.7',\n \n ##### V8 defaults for Node.js #####\n "...
2019-05-17T15:50:21
huggingface/transformers
42dc276ca893df70ae3265a7e4fa13a31697e5a6
e2372ffabdf6da99364d3d053da7783acf5f623c
Fix typo in quantization_operations in PEFT integrations (#43821) fix typo
[ { "path": "src/transformers/integrations/peft.py", "patch": "@@ -261,7 +261,7 @@ def _build_peft_weight_mapping(\n source_patterns=new_source_patterns,\n target_patterns=new_target_patterns,\n distributed_operation=orig_conversion.distributed_opera...
2026-02-11T10:09:22
vercel/next.js
3c84b3ac99e143cec08181616ec89d393e8dbf41
c02dcd540cebcad31989edef8f1bd235d92f82da
Add useOptimistic to client-only errors (#53313) ### What? This PR makes it so calling `experimental_useOptimistic` throws an error telling you it only works in a client component. Because the Next docs have an example of renaming it into `useOptimistic` in the import, I also added that as a forbidden import. There ma...
[ { "path": "packages/next/src/lib/format-server-error.ts", "patch": "@@ -9,6 +9,8 @@ const invalidServerComponentReactHooks = [\n 'useState',\n 'useSyncExternalStore',\n 'useTransition',\n+ 'experimental_useOptimistic',\n+ 'useOptimistic',\n ]\n \n function setMessage(error: Error, message: string): ...
2023-08-03T07:21:00
golang/go
32de2b0d1cf4d60119d7c717acec2163342392b9
615d3c304077f1f3ca249151fb87d7d7a802cab2
cmd/compile: add MOVBE index load/store Fixes #51724 Change-Id: I94e650a7482dc4c479d597f0162a6a89d779708d Reviewed-on: https://go-review.googlesource.com/c/go/+/395474 Reviewed-by: Keith Randall <khr@golang.org> Trust: Cherry Mui <cherryyz@google.com>
[ { "path": "src/cmd/compile/internal/amd64/ssa.go", "patch": "@@ -786,7 +786,8 @@ func ssaGenValue(s *ssagen.State, v *ssa.Value) {\n \t\tp.To.Type = obj.TYPE_REG\n \t\tp.To.Reg = v.Reg()\n \tcase ssa.OpAMD64MOVBloadidx1, ssa.OpAMD64MOVWloadidx1, ssa.OpAMD64MOVLloadidx1, ssa.OpAMD64MOVQloadidx1, ssa.OpAMD64M...
2022-03-24T14:53:41
electron/electron
f77b9db0696b86994b36542e48207a210668d32e
5979c1464f501459bd6785e2c3df2de237105748
Fix unmaximize() not working
[ { "path": "atom/browser/native_window_views.cc", "patch": "@@ -421,7 +421,7 @@ void NativeWindowViews::Maximize() {\n #if defined(OS_WIN)\n // For window without WS_THICKFRAME style, we can not call Maximize().\n if (!thick_frame_) {\n- last_normal_bounds_ = GetBounds();\n+ restore_bounds_ = GetBo...
2016-07-09T14:16:57
nodejs/node
4bf4d48ebc4990ed8ded414d0706d33dbbbdd4bf
15f3c8aaf2a4741ce26e20c7946baaed88b000f4
deps: V8: patch register-arm64.h Fixes a compilation issue on some platforms PR-URL: https://github.com/nodejs/node/pull/27375 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Matteo Collina <matteo.coll...
[ { "path": "common.gypi", "patch": "@@ -39,7 +39,7 @@\n \n # Reset this number to 0 on major V8 upgrades.\n # Increment by one for each non-official patch applied to deps/v8.\n- 'v8_embedder_string': '-node.3',\n+ 'v8_embedder_string': '-node.4',\n \n ##### V8 defaults for Node.js #####\n "...
2019-05-22T15:33:02
huggingface/transformers
cc88192bc5ca0b66e7fc1152bb372fb90c6bc2ce
e00bac44245f93f0f93c1440c8f161d5551bb089
Fix expected DAC outputs due to (old) change in CI settings. (#43896) * Fix expected DAC expected outputs. * Add reference to PR that caused change
[ { "path": "tests/models/dac/test_modeling_dac.py", "patch": "@@ -307,6 +307,7 @@ def compute_rmse(arr1, arr2):\n Code for reproducing expected outputs can be found here:\n - test_integration: https://gist.github.com/ebezzam/bb315efa7a416db6336a6b2a2d424ffa#file-test_dac-py\n - test_batch: https://gist.githu...
2026-02-10T17:47:59
vercel/next.js
c02dcd540cebcad31989edef8f1bd235d92f82da
c017765ef2ded8bbe4b15f080577ae4358bb5e62
Update `swc_core` to `v0.79.38` (#53508) ### What? Update `swc_core` ### Why? To apply one more fix for the SWC minifier - https://github.com/swc-project/swc/pull/7743 ### How? Closes WEB-1340
[ { "path": "Cargo.lock", "patch": "@@ -539,9 +539,9 @@ dependencies = [\n \n [[package]]\n name = \"binding_macros\"\n-version = \"0.53.33\"\n+version = \"0.53.35\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"2008e650911414009fcff2ec2336780485e5cd68872c2d9db6e4606640ed...
2023-08-03T06:55:33
golang/go
a6f6932b3ee87d9607ce246228e23f9a08dacc31
b6fb3af6af9835962ce1de1e1afcaa46726a654e
cmd/asm: fix MOVK when constant has high bit set Fixes #52261 Change-Id: I1dc4c19c95a91f9e1e99d1e74afeb69f5bf8a979 Reviewed-on: https://go-review.googlesource.com/c/go/+/399455 Trust: Keith Randall <khr@golang.org> Run-TryBot: Keith Randall <khr@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: ...
[ { "path": "src/cmd/internal/obj/arm64/asm7.go", "patch": "@@ -3977,7 +3977,7 @@ func (c *ctxt7) asmout(p *obj.Prog, o *Optab, out []uint32) {\n \t\tif (o1&S64) == 0 && s >= 2 {\n \t\t\tc.ctxt.Diag(\"illegal bit position\\n%v\", p)\n \t\t}\n-\t\tif ((d >> uint(s*16)) >> 16) != 0 {\n+\t\tif ((uint64(d) >> uin...
2022-04-10T16:12:43
electron/electron
a3388b1d25cd9379b7981be65a9f16f62dbb356a
b87c3c4b2d3ffb2654c37678b424511632d8794f
Fixed broken FAQ link in docs/README.md
[ { "path": "docs/README.md", "patch": "@@ -12,7 +12,7 @@ select the tag that matches your version.\n There are questions that are asked quite often, check this out before creating\n an issue:\n \n-* [Electron FAQ](faq/electron-faq.md)\n+* [Electron FAQ](faq.md)\n \n ## Guides\n ", "additions": 1, "de...
2016-07-09T13:14:42
huggingface/transformers
42791a34fdeae197f60f11ace3807c81f44b0729
3d24ffaa4f0927cc8b5da10157ac009d34942472
Separate `check_model_inputs` into `capture_outputs` and `merge_with_config_defaults` + ensure correctness (#43862) * start * switch imports everywhere * simplify * fix * latest model * add test * improve test * fix * fix * fix * oupsi * doc * better test * fix a few * fix * more elegant fix * finalize...
[ { "path": "examples/modular-transformers/modeling_dummy_bert.py", "patch": "@@ -19,7 +19,8 @@\n from ...processing_utils import Unpack\n from ...pytorch_utils import apply_chunking_to_forward\n from ...utils import TransformersKwargs, auto_docstring\n-from ...utils.generic import check_model_inputs\n+from ....
2026-02-10T17:37:41
nodejs/node
52c3bc11060b905a6177c13fd96c4664f92938f9
acd77cc8699df28564228e51f6cd4a88a8376d46
deps: V8: un-cherry-pick bd019bd Original commit message: [testrunner] delete ancient junit compatible format support Testrunner has ancient support for JUnit compatible XML output. This CL removes this old feature. R=mstarzinger@chromium.org,jgruber@chromium.org,jkummerow@chromium.org CC=​mach...
[ { "path": "common.gypi", "patch": "@@ -39,7 +39,7 @@\n \n # Reset this number to 0 on major V8 upgrades.\n # Increment by one for each non-official patch applied to deps/v8.\n- 'v8_embedder_string': '-node.1',\n+ 'v8_embedder_string': '-node.2',\n \n ##### V8 defaults for Node.js #####\n "...
2019-03-27T14:32:10
golang/go
b6fb3af6af9835962ce1de1e1afcaa46726a654e
a10f158d6fdac7c6130b816a00ff14cc22619d2e
archive/zip: fail fast if UncompressedSize64 < nread The zip reader checks that the uncompressed file size is valid after all compressed files read until EOF. However in between reading each file, there could have already been an overflow where nread > UncompressedSize64 hence this change will now return ErrFormat in ...
[ { "path": "src/archive/zip/reader.go", "patch": "@@ -229,6 +229,9 @@ func (r *checksumReader) Read(b []byte) (n int, err error) {\n \tn, err = r.rc.Read(b)\n \tr.hash.Write(b[:n])\n \tr.nread += uint64(n)\n+\tif r.nread > r.f.UncompressedSize64 {\n+\t\treturn 0, ErrFormat\n+\t}\n \tif err == nil {\n \t\tret...
2021-11-24T08:33:14
vercel/next.js
c017765ef2ded8bbe4b15f080577ae4358bb5e62
59c767b2581cbacbf00388afba28213e36bb9440
Update `swc_core` to `v0.79.36` (#53416) ### What? Update `swc_core` to https://github.com/swc-project/swc/commit/383509fd9d3342a349cec286121fa301ce4f0a60 ### Why? To fix minifier regression. ### How? - Closes WEB-1326 - Fixes #53151 - Fixes #53286 - Fixes #53273
[ { "path": "Cargo.lock", "patch": "@@ -539,9 +539,9 @@ dependencies = [\n \n [[package]]\n name = \"binding_macros\"\n-version = \"0.53.22\"\n+version = \"0.53.33\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"2808ef864c0cbdb5e0588549a436411c4613034a84c9e7acdc7f06b01cb6...
2023-08-02T21:59:19
huggingface/transformers
3d24ffaa4f0927cc8b5da10157ac009d34942472
15bada75ffe82895a6fe8eb6b7096c0c6b7e9b33
[fix] DAC model: Apply STE in Dac.from_latents to match the forward pass (#43820) * fix(models): Apply STE in DacResidualVectorQuantizer.from_latents * nit: Add quantizer-level assert to verify matching latents --------- Co-authored-by: Anton Vlasjuk <73884904+vasqu@users.noreply.github.com> Co-authored-by: Eric Be...
[ { "path": "src/transformers/models/dac/modeling_dac.py", "patch": "@@ -390,11 +390,13 @@ def from_latents(self, latents: torch.Tensor):\n n_codebooks = np.where(dims <= latents.shape[1])[0].max(axis=0, keepdims=True)[0]\n for i in range(n_codebooks):\n hidden_dim_j, hidden_dim_k ...
2026-02-10T17:15:20
nodejs/node
acd77cc8699df28564228e51f6cd4a88a8376d46
7fcc1f7047d325d611c2666d9f8394a68927c5d2
deps: V8: fix filename manipulation for Windows PR-URL: https://github.com/nodejs/node/pull/28016 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Refael Ackermann (רפאל פלחי) <refack@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Jia...
[ { "path": "common.gypi", "patch": "@@ -39,7 +39,7 @@\n \n # Reset this number to 0 on major V8 upgrades.\n # Increment by one for each non-official patch applied to deps/v8.\n- 'v8_embedder_string': '-node.0',\n+ 'v8_embedder_string': '-node.1',\n \n ##### V8 defaults for Node.js #####\n "...
2019-03-31T15:53:24
golang/go
a10f158d6fdac7c6130b816a00ff14cc22619d2e
8cd6aacf81ad0a759ac895bce0b569b47aa4201c
runtime: update description of GODEBUG=gctrace=1 For #44167. Change-Id: I2dcd13cbe74e88de00e9fc51f9bd86e604a167df Reviewed-on: https://go-review.googlesource.com/c/go/+/399300 Reviewed-by: Michael Knyszek <mknyszek@google.com> Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com> Run-TryBot: Emmanuel Odeke <emmanuel@or...
[ { "path": "src/runtime/extern.go", "patch": "@@ -64,13 +64,15 @@ It is a comma-separated list of name=val pairs setting these named variables:\n \tCurrently, it is:\n \t\tgc # @#s #%: #+#+# ms clock, #+#/#/#+# ms cpu, #->#-># MB, # MB goal, # P\n \twhere the fields are as follows:\n-\t\tgc # the GC n...
2022-04-10T13:57:39
huggingface/transformers
60a5dbaaf52fa0273ed7a1d55536112b24ee2676
71d7fc58af53f6fd22cd9a398ca618905abf0d9e
[Docs] Add docs for GLM-OCR and fix EomT-DINOv3 (#43710) * Update docs * Remove CLAUDE.md * Apply suggestions from code review Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> * Fix missing comma in GLM-OCR docs flash attention example Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>...
[ { "path": "docs/source/en/model_doc/eomt_dinov3.md", "patch": "@@ -43,7 +43,7 @@ Tips:\n combined with the upstream DINOv3 backbones. The conversion utilities in the\n [official repository](https://github.com/tue-mps/eomt) describe this workflow in detail.\n \n-This model was contributed by [NielsRogge]...
2026-02-10T15:35:22
vercel/next.js
59c767b2581cbacbf00388afba28213e36bb9440
57788b56f812ebf50c3fce796215c35ec63799bb
Allow `next/headers` in middleware & `draftMode` in edge runtime (#53465) ## What Using methods from `next/headers` in middleware would throw a `requestAsyncStorage` invariant. Additionally, using `draftMode()` in middleware/an edge runtime is not possible ## Why We do not expose `requestAsyncStorage` to the middlewa...
[ { "path": "packages/next/src/build/index.ts", "patch": "@@ -870,6 +870,19 @@ export default async function build(\n )\n )\n \n+ // We need to write a partial prerender manifest to make preview mode settings available in edge middleware\n+ const partialManifest: Partial<PrerenderM...
2023-08-02T20:22:35
nodejs/node
0521a98fd6dfbd31994709f0f417c470f98d2b71
870eea303ad4f7d821b558d0f6fefbe738c33afc
tools: prohibit Error.prepareStackTrace() usage This eslint rule makes sure that `prepareStackTrace()` is not used in Node.js core. PR-URL: https://github.com/nodejs/node/pull/29827 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gus Caplan <me@gus.host>
[ { "path": "lib/.eslintrc.yaml", "patch": "@@ -33,6 +33,8 @@ rules:\n message: \"Use an error exported by the internal/errors module.\"\n - selector: \"CallExpression[callee.object.name='Error'][callee.property.name='captureStackTrace']\"\n message: \"Please use `require('internal/errors').hi...
2019-10-03T00:24:19
electron/electron
1726327bfad1c5ba45e4142d6949585d2ff44ed3
7dc336606d612c2400d9bf8ffec30e21adcc6789
Fix typo in the web-view-tag.md :memo: Remove a redundant # from a href hash. web-contents.md##webcontentssendinputeventevent -> web-contents.md#webcontentssendinputeventevent [ci skip]
[ { "path": "docs/api/web-view-tag.md", "patch": "@@ -491,7 +491,7 @@ examples.\n \n Sends an input `event` to the page.\n \n-See [webContents.sendInputEvent](web-contents.md##webcontentssendinputeventevent)\n+See [webContents.sendInputEvent](web-contents.md#webcontentssendinputeventevent)\n for detailed desc...
2016-07-08T19:15:51
huggingface/transformers
71d7fc58af53f6fd22cd9a398ca618905abf0d9e
e12aa2d22b0088fa00c697f7d8987a744fe9da7b
[`fix`] Use `last_hidden_state` key from `get_image_features` for llama4 (#43882) Use last_hidden_state key from get_image_features for llama4
[ { "path": "src/transformers/models/llama4/modeling_llama4.py", "patch": "@@ -1080,7 +1080,7 @@ def forward(\n output_hidden_states: bool | None = None,\n return_dict: bool | None = None,\n **kwargs,\n- ) -> BaseModelOutput | tuple[torch.Tensor, ...]:\n+ ) -> BaseModelOutputWith...
2026-02-10T15:05:50
golang/go
8cd6aacf81ad0a759ac895bce0b569b47aa4201c
db7183ccf9e7c245872864833e78a469e8747031
runtime: fix URL in a comment For various reasons Intel has suspended viewing web pages in the .ru domain, so change the domain of the documents cited in the code to the .com domain. In addition, the chapter numbers in the document were updated and fix it. Change-Id: I718be1548ec46f05ebc4f73873d4635c1d5fc76d Reviewed...
[ { "path": "src/runtime/memmove_amd64.s", "patch": "@@ -418,9 +418,9 @@ gobble_mem_fwd_loop:\n \tPREFETCHNTA 0x1C0(SI)\n \tPREFETCHNTA 0x280(SI)\n \t// Prefetch values were chosen empirically.\n-\t// Approach for prefetch usage as in 7.6.6 of [1]\n+\t// Approach for prefetch usage as in 9.5.6 of [1]\n \t// [...
2022-04-09T06:37:11
vercel/next.js
02259f8f732ef7859f0edc7dade3e65e759b8032
efdcb1d77db8c991335f22124ca7c3280a98db2d
fix tracing span names (vercel/turbo#5624) ### Description The Vc update broke some tracing span names
[ { "path": "crates/turbo-tasks/src/task/function.rs", "patch": "@@ -114,7 +114,7 @@ macro_rules! task_fn_impl {\n \n Box::pin(macro_helpers::tracing::Instrument::instrument(async move {\n Output::try_into_raw_vc((task_fn)($($arg),*))\n- }, macro_...
2023-08-02T17:18:13
nodejs/node
870eea303ad4f7d821b558d0f6fefbe738c33afc
afdc3d0d187e4e3a336937df17a4c90092405e2a
lib: make tick processor detect xcodebuild errors `node --prof-process` on macOS calls out to nm(1) to look up C++ symbols. If Xcode hasn't been properly installed or its license hasn't been accepted yet, it prints out an error and exits. Before this commit, that error was swallowed and the output of the tick process...
[ { "path": "lib/internal/v8_prof_polyfill.js", "patch": "@@ -48,8 +48,15 @@ const os = {\n }\n let out = cp.spawnSync(name, args).stdout.toString();\n // Auto c++filt names, but not [iItT]\n- if (process.platform === 'darwin' && name === 'nm')\n+ if (process.platform === 'darwin' && name ==...
2019-10-03T07:53:42
huggingface/transformers
e12aa2d22b0088fa00c697f7d8987a744fe9da7b
6d86e9a318f67f936f672e489129d455852eed99
Refactor trainer init (#43807) * refactor trainer init * update init * simplify liger * udapte * better * comments * do_train not reliable at all * This should make more sense now * Apply suggestion from @qgallouedec Co-authored-by: Quentin Gallouédec <45557362+qgallouedec@users.noreply.github.com> * Apply s...
[ { "path": "src/transformers/integrations/__init__.py", "patch": "@@ -116,6 +116,7 @@\n \"run_hp_search_ray\",\n \"run_hp_search_wandb\",\n ],\n+ \"liger\": [\"apply_liger_kernel\"],\n \"moe\": [\n \"batched_mm_experts_forward\",\n \"grouped_mm_experts_forward\",\n@...
2026-02-10T15:00:18
golang/go
db576c9f3a33d043b4dc6cd8177f4e0b25ded8ec
3a19102de3435a3823126e74cf42c67037ff1890
net/textproto: initialize commonHeader in canonicalMIMEHeaderKey Call initCommonHeader in canonicalMIMEHeaderKey to ensure that commonHeader is initialized before use. Remove all other calls to initCommonHeader, since commonHeader is only used in canonicalMIMEHeaderKey. This prevents a race condition: read of commonH...
[ { "path": "src/net/textproto/reader.go", "patch": "@@ -28,7 +28,6 @@ type Reader struct {\n // should be reading from an io.LimitReader or similar Reader to bound\n // the size of responses.\n func NewReader(r *bufio.Reader) *Reader {\n-\tcommonHeaderOnce.Do(initCommonHeader)\n \treturn &Reader{R: r}\n }\n ...
2022-04-01T11:00:09
vercel/next.js
c5931a43d3ac81883567a7a2b499a839528b1f0b
c7fa524ebd05be6fde9762bf1e298c2cff00cea2
Update incorrect example link (#53472) ### What? The link to the demo in README.md for `example/cms-enterspeed`. ### Why? The link was pointing to the wrong demo. ### How? Updated the README.md.
[ { "path": "examples/cms-enterspeed/README.md", "patch": "@@ -4,7 +4,7 @@ This example showcases Next.js's [Static Generation](https://nextjs.org/docs/bas\n \n ## Demo\n \n-### [https://next-blog-wordpress.vercel.app](https://next-blog-wordpress.vercel.app)\n+### [https://next-blog-demo.enterspeed.com/](http...
2023-08-02T17:04:09
huggingface/transformers
6d86e9a318f67f936f672e489129d455852eed99
b33235e3c03a96ef5fc2cc084e368b658062ffa7
fix fbgemm fp8 multi-device load failure. (#43581) Signed-off-by: Wang, Yi <yi.a.wang@intel.com> Co-authored-by: Marc Sun <57196510+SunMarc@users.noreply.github.com> Co-authored-by: Mohamed Mekkouri <93391238+MekkCyber@users.noreply.github.com>
[ { "path": "src/transformers/quantizers/quantizer_fbgemm_fp8.py", "patch": "@@ -108,6 +108,13 @@ def param_needs_quantization(self, model: \"PreTrainedModel\", param_name: str, **\n return True\n return False\n \n+ def param_element_size(self, model: \"PreTrainedModel\", param_name...
2026-02-10T14:51:48
nodejs/node
f58e8eb103ff30876198946a4a9c1280b987c1fb
0b495a899bdf9a26b25a6e31177512531c841e0e
stream: do not deadlock duplexpair If nothing is buffered then _read will not be called and the callback will not be invoked, effectivly deadlocking. Fixes: https://github.com/nodejs/node/issues/29758 PR-URL: https://github.com/nodejs/node/pull/29836 Refs: https://github.com/nodejs/node/pull/29649 Reviewed-By: Anna ...
[ { "path": "doc/api/stream.md", "patch": "@@ -2063,7 +2063,9 @@ when `_read()` is called again after it has stopped should it resume pushing\n additional data onto the queue.\n \n Once the `readable._read()` method has been called, it will not be called again\n-until the [`readable.push()`][stream-push] meth...
2019-10-03T18:53:58
electron/electron
ba9baec27f7935ea7da24b16b60b0e099e0aae4e
b02a83c96e716c5870d1e396a0bf2e37f7dc5ec4
Fix typos in the remote.md :memo: Fixes #6387 [ci skip]
[ { "path": "docs/api/remote.md", "patch": "@@ -74,7 +74,7 @@ exports.withRendererCallback = (mapper) => {\n };\n \n exports.withLocalCallback = () => {\n- return exports.mapNumbers(x => x + 1);\n+ return [1,2,3].map(x => x + 1);\n };\n ```\n \n@@ -86,7 +86,7 @@ const withRendererCb = mapNumbers.withRendere...
2016-07-08T01:00:22
golang/go
3a19102de3435a3823126e74cf42c67037ff1890
3e387528e54971d6009fe8833dcab6fc08737e04
cmd/vendor: revert vendored code mistakenly modified in CL 398734 CL 398734 mistakenly modified cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go, which causes the cmd/internal/moddeps to (correctly) fail due to modified vendored code. This reverts the edit by re-running 'go mod vendor'. Fixes #52231. Change-Id:...
[ { "path": "src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go", "patch": "@@ -4037,9 +4037,9 @@ var instFormats = [...]instFormat{\n \t\t[6]*argField{ap_VecReg_6_10, ap_VecReg_16_20}},\n \t{XSADDSP, 0xfc0007f800000000, 0xf000000000000000, 0x0, // VSX Scalar Add Single-Precision XX3-form (xsaddsp XT,X...
2022-04-08T18:13:46
vercel/next.js
c3f4e5d866e4d29522d912865917e84b218e191f
1c2595b15d30162eb2c2fb3f1b15c96388fb2a19
Minor grammar fix in "src Directory" page (#53481) This change removes the sentence fragment starting with "Which" and merges it into the previous sentence.
[ { "path": "docs/02-app/01-building-your-application/07-configuring/06-src-directory.mdx", "patch": "@@ -10,7 +10,7 @@ related:\n \n As an alternative to having the special Next.js `app` or `pages` directories in the root of your project, Next.js also supports the common pattern of placing application code u...
2023-08-02T16:33:31
huggingface/transformers
b33235e3c03a96ef5fc2cc084e368b658062ffa7
760eae30588036f09614ce09ec5d687faf1b595b
fix the error of tests/quantization/fbgemm_fp8/test_fbgemm_fp8.py::Fb… (#43547) fix the error of tests/quantization/fbgemm_fp8/test_fbgemm_fp8.py::FbgemmFp8Test::test_change_loading_attributes Signed-off-by: Wang, Yi <yi.a.wang@intel.com> Co-authored-by: Marc Sun <57196510+SunMarc@users.noreply.github.com> Co-authore...
[ { "path": "src/transformers/integrations/fbgemm_fp8.py", "patch": "@@ -310,12 +310,6 @@ def replace_with_fbgemm_fp8_linear(\n if new_module is None:\n continue\n \n- if hasattr(new_module, \"input_scale_ub\"):\n- new_module.input_scale_ub = torch.tensor(\n- ...
2026-02-10T14:36:35
nodejs/node
f0bee9b490e55ae93da1d1f8a485a4a432e61575
24011de9071fcd092fab29719d3fa8269a95288a
http2: set default maxConcurrentStreams Set the default maxConcurrentStreams to NGHTTP2_DEFAULT_MAX_CONCURRENT_STREAMS. PR-URL: https://github.com/nodejs/node/pull/29833 Fixes: https://github.com/nodejs/node/issues/29763 Refs: https://github.com/nghttp2/nghttp2/commit/16c46114dc724278beaa6d59462f8396f35fa4a9 Reviewed...
[ { "path": "doc/api/http2.md", "patch": "@@ -2356,6 +2356,9 @@ server.on('stream', (stream, headers) => {\n <!-- YAML\n added: v8.4.0\n changes:\n+ - version: REPLACEME\n+ pr-url: https://github.com/nodejs/node/pull/29833\n+ description: The `maxConcurrentStreams` setting is stricter.\n - version: v...
2019-10-03T15:07:42
rust-lang/rust
8e7174905ee670a76ec174294c5c2a238c1a256b
5d1bc9b8c4e98702c1643cff6d793e9113e4a5fd
Fix rustc testsuite
[ { "path": "scripts/test_rustc_tests.sh", "patch": "@@ -96,7 +96,7 @@ rm -r tests/run-make/llvm-location-discriminator-limit-dummy-span # same\n rm tests/ui/abi/stack-protector.rs # requires stack protector support\n rm -r tests/run-make/emit-stack-sizes # requires support for -Z emit-stack-sizes\n rm -r tes...
2025-07-12T15:52:14
electron/electron
2633c2f735780bd9423328c4462600211c218af3
c1003007641bb5cb2438e47a5da5ef71f5b47357
Add was prefix to current launch settings
[ { "path": "atom/browser/api/atom_api_app.cc", "patch": "@@ -91,8 +91,8 @@ struct Converter<Browser::LoginItemSettings> {\n dict.Set(\"openAtLogin\", val.open_at_login);\n dict.Set(\"openAsHidden\", val.open_as_hidden);\n dict.Set(\"restoreState\", val.restore_state);\n- dict.Set(\"openedAtLog...
2016-07-07T23:29:58
golang/go
3e387528e54971d6009fe8833dcab6fc08737e04
3e7ffb862f550c38ce0611b970a4dce10a01226e
cmd/go: cgo export header to be compatible with MSVC complex types After CL 379474 has landed, the only remaining cgo export header incompatibility with MSVC is the use of the _Complex macro, which is not supported in MSVC even when it is part of the ISO C99 standard (1). Since MSVC 2015 (2), complex math are support...
[ { "path": "misc/cgo/testcshared/cshared_test.go", "patch": "@@ -5,6 +5,7 @@\n package cshared_test\n \n import (\n+\t\"bufio\"\n \t\"bytes\"\n \t\"debug/elf\"\n \t\"debug/pe\"\n@@ -838,3 +839,51 @@ func TestGo2C2Go(t *testing.T) {\n \trun(t, goenv, \"go\", \"build\", \"-o\", bin, \"./go2c2go/m2\")\n \trunEx...
2022-03-31T12:15:22
rust-lang/rust
3187aa751a803463ca9c41306b0e663eb80a56d9
a1844ec6c03263d61908200060e4d336d044882d
Fix clippy & rustdoc-json Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com>
[ { "path": "clippy_lints/src/format_args.rs", "patch": "@@ -30,6 +30,7 @@ use rustc_span::edition::Edition::Edition2021;\n use rustc_span::{Span, Symbol, sym};\n use rustc_trait_selection::infer::TyCtxtInferExt;\n use rustc_trait_selection::traits::{Obligation, ObligationCause, Selection, SelectionContext};\...
2025-07-11T10:01:26