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 |
|---|---|---|---|---|---|
vercel/next.js | 3da768f839b69c498def4a16f1df582c57d54ef3 | 8958867d91a1bea621ad3a00a8c556529aa3c3a9 | [docs] Fixed 404 links to Layouts RFC blog post (#39937)
Fixes broken links to Next.js Router and Layouts RFC blog post
## Documentation / Examples
- [x] Make sure the linting passes by running `pnpm lint` | [
{
"path": "docs/advanced-features/react-18/server-components.md",
"patch": "@@ -4,15 +4,15 @@ Server Components allow us to render React components on the server. This is fun\n \n ### Next Router and Layouts RFC\n \n-We are currently implementing the [Next.js Router and Layouts RFC](/blog/layouts-rfc).\n+We... | 2022-08-25T14:21:39 |
huggingface/transformers | 90dca5a71b88fcf07d131be1515bd799c799890f | b77846a6e624b28952bfce8c54b5a20e0b44d2f6 | minor typo fix (#33784)
fix typo | [
{
"path": "src/transformers/modeling_utils.py",
"patch": "@@ -2935,7 +2935,7 @@ def cuda(self, *args, **kwargs):\n \n @wraps(torch.nn.Module.to)\n def to(self, *args, **kwargs):\n- # For BNB/GPTQ models, we prevent users from casting the model to another dytpe to restrict unwanted behaviours.... | 2024-09-30T19:42:22 |
ollama/ollama | be2ac1ed93db2fea3bf989da4628202414db7a96 | dc13813a03105bd76603a4909e31ba0c034d670d | docs: fix api examples link (#9360)
Fix the examples link in the go package documentation for the API. | [
{
"path": "api/client.go",
"patch": "@@ -10,7 +10,7 @@\n // repository].\n //\n // [the API documentation]: https://github.com/ollama/ollama/blob/main/docs/api.md\n-// [in the GitHub repository]: https://github.com/ollama/ollama/tree/main/examples\n+// [in the GitHub repository]: https://github.com/ollama/o... | 2025-02-27T18:51:12 |
golang/go | 14d667341f9c8c58a9fb38d4954766a230eacf3b | 6f27d29be0b22e0e5e77972d00d24ef3d6d5fd49 | [dev.regabi] cmd/compile: remove Node.Left etc [generated]
This automated CL adds type assertions on the true branches of
n.Op() equality tests, to redeclare n with a more specific type, when
it is safe to do so. (That is, when n is not reassigned with a more
general type, when n is not reassigned and then used outsid... | [
{
"path": "src/cmd/compile/internal/gc/const.go",
"patch": "@@ -204,13 +204,15 @@ func convlit1(n ir.Node, t *types.Type, explicit bool, context func() string) ir\n \t\treturn n\n \n \tcase ir.OEQ, ir.ONE, ir.OLT, ir.OLE, ir.OGT, ir.OGE:\n+\t\tn := n.(*ir.BinaryExpr)\n \t\tif !t.IsBoolean() {\n \t\t\tbreak\... | 2020-12-23T04:56:32 |
nodejs/node | 05e702d9f16f6808e83f6a47cfa4294dea3f7343 | 47a984ada005d4db150b3d0ebd71b560411e7470 | doc: fix `REPLACEME` in changelog PR URLs
PR-URL: https://github.com/nodejs/node/pull/18561
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me> | [
{
"path": "doc/api/assert.md",
"patch": "@@ -18,7 +18,7 @@ For more information about the used equality comparisons see\n added: REPLACEME\n changes:\n - version: REPLACEME\n- pr-url: https://github.com/nodejs/node/pull/REPLACEME\n+ pr-url: https://github.com/nodejs/node/pull/17615\n description... | 2018-02-04T15:30:04 |
rust-lang/rust | efda66829eb21a3b8485a6e9e77e81174b938f67 | eba0d1655207ec3915d1c468e9c671768c67254d | Speed up resolving "Generate delegate method" assist (part 1)
Fix #19322
Sometimes there are 185 "Generate delegate" assists with the same
assist_id and asssist_kind. This commit introduces and additional
differentiator: assist_subtype. Therefore, when the LSP client sends
an assist resolve request, rust-analyzer o... | [
{
"path": "src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_delegate_methods.rs",
"patch": "@@ -92,19 +92,18 @@ pub(crate) fn generate_delegate_methods(acc: &mut Assists, ctx: &AssistContext<'\n });\n }\n methods.sort_by(|(a, _), (b, _)| a.cmp(b));\n- for (name, method) in... | 2025-03-15T07:14:20 |
huggingface/transformers | b77846a6e624b28952bfce8c54b5a20e0b44d2f6 | baa765f813942d7ba7d8e58ed2f8ca01d826afed | Fix link in gguf.md (#33768)
Change hyphen to underscore for URL in link to convert_hf_to_gguf.py | [
{
"path": "docs/source/en/gguf.md",
"patch": "@@ -102,7 +102,7 @@ Now you have access to the full, unquantized version of the model in the PyTorch\n with a plethora of other tools.\n \n In order to convert back to a `gguf` file, we recommend using the \n-[`convert-hf-to-gguf.py` file](https://github.com/gge... | 2024-09-30T18:17:33 |
vercel/next.js | 49b4dae5703f2d7ee05c38464322e66b58a0ab68 | b757db43787bc4bbaab3d2af315c879fefd65d25 | Handle edge runtime for app (#39910)
Continuation of https://github.com/vercel/next.js/pull/38817 this adds handling to allow leveraging the `experimental-edge` runtime for `app`.
## Bug
- [ ] Related issues linked using `fixes #number`
- [x] Integration tests added
- [ ] Errors have helpful link attached, se... | [
{
"path": "packages/next/build/analysis/get-page-static-info.ts",
"patch": "@@ -256,5 +256,5 @@ export async function getPageStaticInfo(params: {\n }\n }\n \n- return { ssr: false, ssg: false }\n+ return { ssr: false, ssg: false, runtime: nextConfig.experimental?.runtime }\n }",
"additions": 1,
... | 2022-08-24T19:49:47 |
ollama/ollama | a59f66523561dc195a37b78b454d8cd1b8b1fdd7 | 688925aca9a4747098ee331c3ecb702907fbca23 | ml/backend/ggml: fix debug logging | [
{
"path": "llama/llama.go",
"patch": "@@ -37,23 +37,36 @@ COMPILER inline get_compiler() {\n import \"C\"\n \n import (\n+\t\"context\"\n \t_ \"embed\"\n \t\"errors\"\n \t\"fmt\"\n+\t\"log/slog\"\n \t\"os\"\n \t\"runtime\"\n \t\"runtime/cgo\"\n \t\"slices\"\n \t\"strings\"\n-\t\"sync/atomic\"\n \t\"unsafe\"... | 2025-02-27T01:00:25 |
huggingface/transformers | baa765f813942d7ba7d8e58ed2f8ca01d826afed | 18c5b216f1b6d994c9c1e5d11a9ce6bdf39f822d | Fixes for issue #33763 in idefics2 model (#33766) | [
{
"path": "src/transformers/models/idefics2/modeling_idefics2.py",
"patch": "@@ -1348,17 +1348,18 @@ def forward(\n past_seen_tokens = 0\n # kept for BC (non `Cache` `past_key_values` inputs)\n return_legacy_cache = False\n- if use_cache and not isinstance(past_key_values, Cac... | 2024-09-30T17:08:48 |
ollama/ollama | a5272130c4da24615a7428f5e7982a17ba64a6d8 | d7d7e996621ab3d5793d6c1b26b60f0c8c36cd62 | ml/backend/ggml: follow on fixes after updating vendored code (#9388)
Fixes sync filters and lowers CUDA version to 11.3 in test.yaml | [
{
"path": ".github/workflows/test.yaml",
"patch": "@@ -78,8 +78,8 @@ jobs:\n include:\n - preset: CPU\n - preset: CUDA\n- install: https://developer.download.nvidia.com/compute/cuda/11.8.0/local_installers/cuda_11.8.0_522.06_windows.exe\n- flags: '-DCMAKE_CU... | 2025-02-27T06:33:53 |
vercel/next.js | e783ec8302b4f6efcb770a9f27a73c580af42aa1 | 77e46e2670636017155781c42df8c31b2f68e4ba | Benchmark startup time for bundling many modules (vercel/turbo#240)
* Basic startup bench for dev server
* fixes to benchmarking (vercel/turbo#268)
* use bench profile for benchmarking
* make setup and teardown not part of the measurement
add support for async setup and teardown
share browser between me... | [
{
"path": "packages/next-swc/crates/next-dev/Cargo.toml",
"patch": "@@ -11,6 +11,10 @@ bench = false\n [lib]\n bench = false\n \n+[[bench]]\n+name = \"mod\"\n+harness = false\n+\n # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html\n \n [features]\n@@ -40,13 +44,... | 2022-08-24T18:36:08 |
golang/go | 6f27d29be0b22e0e5e77972d00d24ef3d6d5fd49 | 69cf39089f3e5e6e5356c90c1bd8f30f76658bd0 | [dev.regabi] cmd/compile: remove ir.Nod [generated]
Rewrite all uses of ir.Nod and friends to call the IR constructors directly.
This gives the results a more specific type and will play nicely with
introduction of more specific types throughout the code in a followup CL.
Passes buildall w/ toolstash -cmp.
[git-gene... | [
{
"path": "src/cmd/compile/internal/gc/alg.go",
"patch": "@@ -312,21 +312,21 @@ func genhash(t *types.Type) *obj.LSym {\n \n \t\t// for i := 0; i < nelem; i++\n \t\tni := temp(types.Types[types.TINT])\n-\t\tinit := ir.Nod(ir.OAS, ni, nodintconst(0))\n-\t\tcond := ir.Nod(ir.OLT, ni, nodintconst(t.NumElem()))... | 2020-12-23T04:55:29 |
huggingface/transformers | 18c5b216f1b6d994c9c1e5d11a9ce6bdf39f822d | 1dba608df93ffb10a9c268ef35191adf2424c5ca | Fix ViT-MAE decoder interpolate (#33330)
* Fix ViT-MAE decoder interpolate
* Add unit test for `interpolate_pos_encoding` w/ custom sizes
* [run_slow] vit_mae | [
{
"path": "src/transformers/models/vit_mae/modeling_vit_mae.py",
"patch": "@@ -841,21 +841,20 @@ def __init__(self, config, num_patches):\n \n def interpolate_pos_encoding(self, embeddings: torch.Tensor) -> torch.Tensor:\n \"\"\"\n- This method is a modified version of the interpolation f... | 2024-09-30T16:47:13 |
rust-lang/rust | 9a6f889b036d898c9d0d0ee4172e0a1ead5bf97e | 9134ee9d477f343747e7ad96b0387558638cb427 | fix: Properly calculate the layouts of tuple ptrs whose last fields are DST | [
{
"path": "src/tools/rust-analyzer/crates/hir-ty/src/layout.rs",
"patch": "@@ -388,6 +388,15 @@ fn struct_tail_erasing_lifetimes(db: &dyn HirDatabase, pointee: Ty) -> Ty {\n None => pointee,\n }\n }\n+ TyKind::Tuple(_, subst) => {\n+ if let Some(last_fie... | 2025-03-22T03:55:00 |
ollama/ollama | 0d694793f25a274a58680ba244e5febc31b96743 | e91ae3d47d8153c4b7c10dba031b77d7ae408ef0 | .github: always run tests, and other helpful fixes (#9348)
During work on our new registry client, I ran into frustrations with CI
where a misspelling in a comment caused the linter to fail, which caused
the tests to not run, which caused the build to not be cached, which
caused the next run to be slow, which caused m... | [
{
"path": ".github/workflows/test.yaml",
"patch": "@@ -140,6 +140,13 @@ jobs:\n env:\n CMAKE_GENERATOR: Ninja\n \n+ go_mod_tidy:\n+ runs-on: ubuntu-latest\n+ steps:\n+ - uses: actions/checkout@v4\n+ - name: check that 'go mod tidy' is clean\n+ run: go mod tidy --dif... | 2025-02-25T22:28:07 |
vercel/next.js | 2b988a6a2dae41a4984713dbb89e58901cb30534 | 7d5ea367f8412705312fd34f73e47ba555af5aaa | Benchmark startup time for bundling many modules (#240)
* Basic startup bench for dev server
* fixes to benchmarking (#268)
* use bench profile for benchmarking
* make setup and teardown not part of the measurement
add support for async setup and teardown
share browser between measurements
* updates ... | [
{
"path": "crates/next-dev/Cargo.toml",
"patch": "@@ -11,6 +11,10 @@ bench = false\n [lib]\n bench = false\n \n+[[bench]]\n+name = \"mod\"\n+harness = false\n+\n # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html\n \n [features]\n@@ -40,13 +44,16 @@ turbopack-de... | 2022-08-24T18:36:08 |
golang/go | fd6ba1c8a23d8a3fffb6c475b21f78510152ef5c | b0b0d9828308368e9fbd59ec5de55801f568f720 | os/signal: fix a deadlock with syscall.AllThreadsSyscall() use
The syscall.AllThreadsSyscall() fixup mechanism needs to cooperate
with signal handling to ensure a notetsleepg() thread can wake up
to run the mDoFixup() function.
Fixes #43149
Change-Id: I6651b25bc44a4de47d3fb71d0293d51aef8b79c7
Reviewed-on: https://go... | [
{
"path": "src/os/signal/signal_linux_test.go",
"patch": "@@ -0,0 +1,42 @@\n+// Copyright 2020 The Go Authors. All rights reserved.\n+// Use of this source code is governed by a BSD-style\n+// license that can be found in the LICENSE file.\n+\n+// +build linux\n+\n+package signal\n+\n+import (\n+\t\"os\"\n+... | 2020-12-12T06:42:11 |
huggingface/transformers | 1dba608df93ffb10a9c268ef35191adf2424c5ca | 1d29a75a6aa14c58404bea4643384adae599983f | [`modular`] fixes! (#33820)
* fix converter for function definitions
* small changes
* no prints
* style | [
{
"path": "examples/modular-transformers/configuration_my_new_model.py",
"patch": "@@ -1,8 +1,8 @@\n # 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨\n-# This file was automatically generated from <path_to_diff_file.py>.\n+# T... | 2024-09-30T14:43:55 |
ollama/ollama | e91ae3d47d8153c4b7c10dba031b77d7ae408ef0 | 6ecd7f64ba36b1d24ea4bb1b73a6dc4234e7d567 | Update ROCm (6.3 linux, 6.2 windows) and CUDA v12.8 (#9304)
* Bump cuda and rocm versions
Update ROCm to linux:6.3 win:6.2 and CUDA v12 to 12.8.
Yum has some silent failure modes, so largely switch to dnf.
* Fix windows build script | [
{
"path": ".github/workflows/release.yaml",
"patch": "@@ -111,13 +111,13 @@ jobs:\n - os: windows\n arch: amd64\n preset: 'CUDA 12'\n- install: https://developer.download.nvidia.com/compute/cuda/12.4.0/local_installers/cuda_12.4.0_551.61_windows.exe\n- ... | 2025-02-25T21:47:36 |
golang/go | 69cf39089f3e5e6e5356c90c1bd8f30f76658bd0 | 6d03cde88a0599bd0a8d6cb1e5b08c5d0a06020a | [dev.regabi] cmd/compile: do not die in early base.FlushErrors
Change-Id: I72bac8a85db14494298059f8efddc5cbbf45f7ca
Reviewed-on: https://go-review.googlesource.com/c/go/+/279214
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com> | [
{
"path": "src/cmd/compile/internal/base/print.go",
"patch": "@@ -73,7 +73,9 @@ func (x byPos) Swap(i, j int) { x[i], x[j] = x[j], x[i] }\n // FlushErrors sorts errors seen so far by line number, prints them to stdout,\n // and empties the errors array.\n func FlushErrors() {\n-\tCtxt.Bso.Flush()\n+\ti... | 2020-12-23T04:46:07 |
vercel/next.js | 35f86d5bfd95d923bc69222c31a97fb77a4fe977 | 638e6d16f8d5fcf9892cef8908efa35c782a4165 | Fix rsc basic e2e test on deploy (#39905)
This test is currently not expected to run against deploy mode similar to the other app tests so this skips it for now.
Fixes: https://github.com/vercel/next.js/runs/7988021472?check_suite_focus=true | [
{
"path": "test/e2e/app-dir/rsc-basic.test.ts",
"patch": "@@ -29,6 +29,11 @@ describe('app dir - react server components', () => {\n let next: NextInstance\n let distDir: string\n \n+ if ((global as any).isNextDeploy) {\n+ it('should skip for deploy mode for now', () => {})\n+ return\n+ }\n+\n ... | 2022-08-24T15:07:04 |
nodejs/node | 47a984ada005d4db150b3d0ebd71b560411e7470 | d7894f3969fd3932eef57d9759f01282c7d76aa5 | timers: prevent event loop blocking
When an interval takes as long or longer to run as its timeout setting
and the roundtrip from rearm() to its deferal takes exactly 1ms, that
interval can then block the event loop. This is an edge case of another
recently fixed bug (which in itself was an edge case).
PR-URL: https:... | [
{
"path": "lib/timers.js",
"patch": "@@ -238,7 +238,7 @@ TimerWrap.prototype[kOnTimeout] = function listOnTimeout(now) {\n // This happens if there are more timers scheduled for later in the list.\n if (diff < msecs) {\n var timeRemaining = msecs - (TimerWrap.now() - timer._idleStart);\n- ... | 2018-01-31T18:37:01 |
rust-lang/rust | 8cab8e07bc94fb2fea8e1421d2d2e6de6398b69b | 01dc45c10e814c25207995a577359e3f137e78ae | Don't produce debug information for compiler-introduced-vars when desugaring assignments.
An assignment such as
(a, b) = (b, c);
desugars to the HIR
{ let (lhs, lhs) = (b, c); a = lhs; b = lhs; };
The repeated `lhs` leads to multiple Locals assigned to the same DILocalVariable. Rather than
attempting to fix that, ... | [
{
"path": "compiler/rustc_mir_build/src/builder/matches/mod.rs",
"patch": "@@ -13,13 +13,13 @@ use std::sync::Arc;\n use rustc_abi::VariantIdx;\n use rustc_data_structures::fx::FxIndexMap;\n use rustc_data_structures::stack::ensure_sufficient_stack;\n-use rustc_hir::{BindingMode, ByRef};\n+use rustc_hir::{B... | 2025-03-22T00:34:45 |
huggingface/transformers | 1d29a75a6aa14c58404bea4643384adae599983f | f5247aca0151de9b53096772d3ba0516ee1b896f | Add Slow CI reminder bot (#33506)
* add workflow
* update
* fix
* Update .github/workflows/slow_ci_remainder.yml
Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com>
* fix
* fix
---------
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
Co-authored-by: Arthur <4859... | [
{
"path": ".github/workflows/slow_ci_remainder.yml",
"patch": "@@ -0,0 +1,63 @@\n+name: Slow CI Reminder\n+\n+# For security reason, don't use `pull_request` but `pull_request_target`!\n+on:\n+ pull_request_target:\n+ paths:\n+ - \"src/transformers/models/*/*.py\"\n+ - \"src/transformers/gener... | 2024-09-30T14:26:54 |
ollama/ollama | b16367b4b2ee22b8bd8ad1ef8c2abf5f8171be8c | a499390648e9184211a1e9d196cdb20b48355591 | fix: add back bf16 support
this was accidentally removed when moving fs/ggml from its previous
location | [
{
"path": "fs/ggml/ggml.go",
"patch": "@@ -207,11 +207,26 @@ func (t Tensor) block() (n int) {\n \n func (t Tensor) blockSize() uint64 {\n \tswitch t.Kind {\n-\tcase 0, 1, 24, 25, 26, 27, 28, 30: // F32, F16, I8, I16, I32, I64, F64, BF16\n+\tcase\n+\t\t0, // F32\n+\t\t1, // F16\n+\t\t24, // I8\n+\t\t25, /... | 2025-02-25T17:18:44 |
vercel/next.js | 1d9706f4436b071122430aa9607bd2f89bdf8875 | 0e678db5003adc476440cfd82007ad9398f8de9e | Remove un-necessary internal jest-worker error during ts/lint error (#39886)
This ensures we strip the un-necessary `jest-worker` error shown from an error with verifying TypeScript during build as this error just clutters the output and doesn't provide any additional helpful context.
x-ref: [slack thread](https:/... | [
{
"path": "packages/next/build/index.ts",
"patch": "@@ -368,47 +368,57 @@ export default async function build(\n \n const typeCheckStart = process.hrtime()\n \n- const [[verifyResult, typeCheckEnd]] = await Promise.all([\n- nextBuildSpan.traceChild('verify-typescript-setup').traceAsyncFn((... | 2022-08-24T14:29:27 |
nodejs/node | 9b8e1c2e4f0a4254b295316b10136a28cc36db4c | c45afe819840d2915823df55f24574f0da139dcc | timers: refactor error handling
Instead of using nextTick to process failed lists, just attempt to
process them again from C++ if the process is still alive.
This also allows the removal of domain specific code in timers.
The current behaviour is not quite ideal as it means that all lists
after the failed one will p... | [
{
"path": "lib/timers.js",
"patch": "@@ -212,7 +212,6 @@ function TimersList(msecs, unrefed) {\n this._idlePrev = this; // prevent any unnecessary hidden class changes.\n this._unrefed = unrefed;\n this.msecs = msecs;\n- this.nextTick = false;\n \n const timer = this._timer = new TimerWrap();\n t... | 2018-01-29T23:22:12 |
rust-lang/rust | f0c0862a2b7734a4bc222d8ab88a5a12cce291d7 | d497e43a1664eaad5e5850f5f8c11c9e16f5ef66 | triagebot: add autolabel rules for D-* and L-*
fixes #138565 | [
{
"path": "triagebot.toml",
"patch": "@@ -308,6 +308,23 @@ exclude_labels = [\n \"T-*\",\n ]\n \n+trigger_labels = [\n+ \"D-*\",\n+ \"A-diagnostics\",\n+]\n+\n+[autolabel.\"A-diagnostics\"]\n+\n+trigger_labels = [\n+ \"D-*\",\n+]\n+\n+[autolabel.\"A-lints\"]\n+\n+trigger_labels = [\n+ \"L-*\... | 2025-03-21T20:05:35 |
golang/go | b0b0d9828308368e9fbd59ec5de55801f568f720 | 223331fc0cf5b23fbb9999eb1164b23695ef612a | runtime: linux iscgo support for not blocking nptl signals
Under linux+cgo, OS threads are launched via pthread_create().
This abstraction, under linux, requires we avoid blocking
signals 32,33 and 34 indefinitely because they are needed to
reliably execute POSIX-semantics threading in glibc and/or musl.
When blockin... | [
{
"path": "src/runtime/os_js.go",
"patch": "@@ -72,7 +72,7 @@ func clearSignalHandlers() {\n }\n \n //go:nosplit\n-func sigblock() {\n+func sigblock(exiting bool) {\n }\n \n // Called to initialize a new m (including the bootstrap m).",
"additions": 1,
"deletions": 1,
"language": "Go"
},
{
... | 2020-11-13T05:19:52 |
huggingface/transformers | f5247aca0151de9b53096772d3ba0516ee1b896f | 4d5b45870411053c9c72d24a8e1052e00fe62ad6 | Hqq serialization (#33141)
* HQQ model serialization attempt
* fix hqq dispatch and unexpected keys
* style
* remove check_old_param
* revert to check HQQLinear in quantizer_hqq.py
* revert to check HQQLinear in quantizer_hqq.py
* update HqqConfig default params
* make ci happy
* make ci happy
... | [
{
"path": "docs/source/en/quantization/hqq.md",
"patch": "@@ -30,13 +30,13 @@ To quantize a model, you need to create an [`HqqConfig`]. There are two ways of\n from transformers import AutoModelForCausalLM, AutoTokenizer, HqqConfig\n \n # Method 1: all linear layers will use the same quantization config\n-q... | 2024-09-30T12:47:18 |
ollama/ollama | 4df98f3eb58dafaa2a069fbc6173faa124a952c1 | 348b3e0983c76263008a8dfbbc23e2449107f6d1 | Move cgroups fix out of AMD section. (#9072)
Co-authored-by: Richard Lyons <frob@cloudstaff.com> | [
{
"path": "docs/troubleshooting.md",
"patch": "@@ -73,6 +73,10 @@ curl -fsSL https://ollama.com/install.sh | OLLAMA_VERSION=0.5.7 sh\n \n If your system is configured with the \"noexec\" flag where Ollama stores its temporary executable files, you can specify an alternate location by setting OLLAMA_TMPDIR t... | 2025-02-25T16:52:50 |
vercel/next.js | 7d5ea367f8412705312fd34f73e47ba555af5aaa | 3fb4788e935abbe17c72797ac8e6310fca3fa375 | fix more watching issues (#226) | [
{
"path": "crates/turbopack-dev-server/src/update/stream.rs",
"patch": "@@ -6,13 +6,16 @@ use tokio::sync::mpsc::Sender;\n use turbo_tasks::{get_invalidator, Invalidator, RawVcReadResult, TransientInstance};\n use turbopack_core::version::{PartialUpdate, TotalUpdate, Update, VersionVc, VersionedContentVc};\... | 2022-08-24T14:17:52 |
huggingface/transformers | 4d5b45870411053c9c72d24a8e1052e00fe62ad6 | 4bb49d4e00a2fe6ecfb644c424dc8d88edc02590 | Fix typo in documentation (#33805)
fix typo | [
{
"path": "src/transformers/configuration_utils.py",
"patch": "@@ -487,7 +487,7 @@ def from_pretrained(\n \n <Tip>\n \n- To test a pull request you made on the Hub, you can pass `revision=\"refs/pr/<pr_number>\".\n+ To test a pull request you made on the Hub, yo... | 2024-09-30T10:02:23 |
nodejs/node | c45afe819840d2915823df55f24574f0da139dcc | 591a8adeae9a4a366db87320d5ef373ceaa5c966 | tools: non-Ascii linter for /lib only
Non-ASCII characters in /lib get compiled into the node binary,
and may bloat the binary size unnecessarily. A linter rule may
help prevent this.
PR-URL: https://github.com/nodejs/node/pull/18043
Fixes: https://github.com/nodejs/node/issues/11209
Reviewed-By: Anna Henningsen <ann... | [
{
"path": "lib/.eslintrc.yaml",
"patch": "@@ -6,3 +6,4 @@ rules:\n buffer-constructor: error\n no-let-in-for-declaration: error\n lowercase-name-for-primitive: error\n+ non-ascii-character: error",
"additions": 1,
"deletions": 0,
"language": "YAML"
},
{
"path": "lib/console.js",
... | 2018-01-08T17:46:27 |
ollama/ollama | 8c13cfa4dd35a79c983eb19b5ec2be7ffa220b69 | 7cfd4aee4d9956b89dbbb103ee4877194abfe670 | ml/backend/ggml: fix crash on windows paths with wide characters (#9305) | [
{
"path": "llama/patches/0018-use-std-filesystem-path-instead-of-wstring.patch",
"patch": "@@ -4,17 +4,23 @@ Date: Sun, 16 Feb 2025 20:00:22 -0500\n Subject: [PATCH] use std::filesystem::path instead of wstring\n \n ---\n- ggml/src/ggml-backend-reg.cpp | 116 ++++++++++++----------------------\n- 1 file chan... | 2025-02-24T03:13:53 |
huggingface/transformers | 4bb49d4e00a2fe6ecfb644c424dc8d88edc02590 | 2e24ee4dfa39cc0bc264b89edbccc373c8337086 | Enable non-safetensor ser/deser for TorchAoConfig quantized model 🔴 (#33456)
* Enable non-safetensor serialization and deserialization for TorchAoConfig quantized model
Summary:
After https://github.com/huggingface/huggingface_hub/pull/2440 we added non-safetensor serialization and deserialization
in huggingfac... | [
{
"path": "docs/source/en/quantization/torchao.md",
"patch": "@@ -11,7 +11,7 @@ rendered properly in your Markdown viewer.\n \n # TorchAO\n \n-[TorchAO](https://github.com/pytorch/ao) is an architecture optimization library for PyTorch, it provides high performance dtypes, optimization techniques and kernel... | 2024-09-30T09:30:29 |
vercel/next.js | 0e678db5003adc476440cfd82007ad9398f8de9e | 34e10f302a206c30cd233dc8e0798da5a56cbae8 | Add path to export-page (#39893)
Adds a missing tag in the trace-to-tree helper that allows you to see the path of the `export-page` span.
## Bug
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`
## Feature
- [ ] Implemen... | [
{
"path": "scripts/trace-to-tree.mjs",
"patch": "@@ -127,6 +127,9 @@ const formatEvent = (event) => {\n case 'hot-reloader':\n head = `${chalk.bold.green(`hot reloader`)}`\n break\n+ case 'export-page':\n+ head = `${event.name} ${event.tags.path} ${formatTimes(event)}`\n+ break... | 2022-08-24T10:29:47 |
nodejs/node | 95eb02dc74a209cbb53a5e50f023303d7498d5b0 | 27ee08363b0465e2a4fbe1833f31b049a42f90a0 | doc: shell option for the execFile and execFileSync functions
Useful for executing in a shell because it accepts arguments as
an array instead of a string as exec does.
Depending on the circumstances,
that can prove to be useful if the arguments are already prepared.
PR-URL: https://github.com/nodejs/node/pull/18237
... | [
{
"path": "doc/api/child_process.md",
"patch": "@@ -44,7 +44,7 @@ implemented on top of [`child_process.spawn()`][] or [`child_process.spawnSync()\n * [`child_process.exec()`][]: spawns a shell and runs a command within that shell,\n passing the `stdout` and `stderr` to a callback function when comple... | 2018-01-18T16:35:24 |
golang/go | d1d1099c917de7387db9c9435e35ff14c4a63a91 | ec741b04470cda8df5902f1d8d84ab15cb2c8b8b | [dev.regabi] cmd/compile: fixes for big rewrite
Adjust the new regabi code a bit to make the rewrites apply cleanly.
Change-Id: Ice5378e94d94ab45ca0572f44ab8c94b847271b8
Reviewed-on: https://go-review.googlesource.com/c/go/+/279530
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: ... | [
{
"path": "src/cmd/compile/internal/gc/gsubr.go",
"patch": "@@ -265,20 +265,21 @@ func makeABIWrapper(f *ir.Func, wrapperABI obj.ABI) {\n \t// to allocate any stack space). Doing this will require some\n \t// extra work in typecheck/walk/ssa, might want to add a new node\n \t// OTAILCALL or something to thi... | 2020-12-22T22:22:28 |
ollama/ollama | 68bac1e0a646e00a215b6bffb6f294f895c32238 | f53f4198c36d0a943de598ad91a20baa9481c5c5 | server: group routes by category and purpose (#9270)
The route assembly in Handler lacked clear organization making it
difficult scan for routes and their relationships to each other. This
commit aims to fix that by reordering the assembly of routes to group
them by category and purpose.
Also, be more specific about ... | [
{
"path": "envconfig/config.go",
"patch": "@@ -53,8 +53,8 @@ func Host() *url.URL {\n \t}\n }\n \n-// Origins returns a list of allowed origins. Origins can be configured via the OLLAMA_ORIGINS environment variable.\n-func Origins() (origins []string) {\n+// AllowedOrigins returns a list of allowed origins.... | 2025-02-22T05:02:26 |
rust-lang/rust | d5e6b6f8cc404ee5d3c1a08c6d2ef63fa96862fa | 4ac032f857b46037b55c1fc0fa702450aad37f43 | core: simplify `Extend` for tuples
This is an alternative to #137400. The current macro is incredibly complicated and introduces subtle bugs like calling the `extend_one` of the individual collections in backwards order. This PR drastically simplifies the macro by removing recursion and moving the specialization out o... | [
{
"path": "library/core/src/iter/traits/collect.rs",
"patch": "@@ -459,234 +459,274 @@ impl Extend<()> for () {\n fn extend_one(&mut self, _item: ()) {}\n }\n \n-macro_rules! spec_tuple_impl {\n- (\n- (\n- $ty_name:ident, $var_name:ident, $extend_ty_name: ident,\n- $trait... | 2025-03-21T18:42:17 |
huggingface/transformers | 2e24ee4dfa39cc0bc264b89edbccc373c8337086 | d3821c4aed7becc3521fa1140d355dae0f839f72 | Fix typing in `load_balancing_loss_func` function of `modeling_mixtral.py`. (#33641)
* fix return type
* update to union
* fix gate_logits typing
* fix num_experts type
* fix typing
* run fix-copies
* add doc for top_k
* run fix-copies
* empty commit to trigger CI | [
{
"path": "src/transformers/models/granitemoe/modeling_granitemoe.py",
"patch": "@@ -105,8 +105,11 @@ def _prepare_4d_causal_attention_mask_with_cache_position(\n \n # Copied from transformers.models.jetmoe.modeling_jetmoe.load_balancing_loss_func\n def load_balancing_loss_func(\n- gate_logits: torch.Ten... | 2024-09-27T16:10:07 |
vercel/next.js | 08dd08ec7216cf6ba6651621fb8503b94e512a9b | 9d4bb49af989d6b139391e5cf36a7ba8b0247a68 | Skip auto-install for missing deps in CI (#39882)
Follow-up to https://github.com/vercel/next.js/pull/39838 this skips auto-installing missing TypeScript dependencies in CI environments as this creates a side-effect which we want to avoid.
x-ref: [slack thread](https://vercel.slack.com/archives/C03KAR5DCKC/p166130... | [
{
"path": "packages/next/lib/typescript/missingDependencyError.ts",
"patch": "@@ -0,0 +1,43 @@\n+import chalk from 'next/dist/compiled/chalk'\n+\n+import { getOxfordCommaList } from '../oxford-comma-list'\n+import { MissingDependency } from '../has-necessary-dependencies'\n+import { FatalError } from '../fa... | 2022-08-24T03:53:05 |
golang/go | 223331fc0cf5b23fbb9999eb1164b23695ef612a | c9fb4eb0a22131cc9922fa96afba01d4e21d4fd4 | cmd/go/internal/modload: add hint for missing implicit dependency
By default (and with -mod=readonly), the go command imports an error
if a package provided by an implicitly required module is
imported by a package in the main module. This import requires an
update to go.mod: the module must be required explicitly.
T... | [
{
"path": "src/cmd/go/internal/modload/load.go",
"patch": "@@ -863,12 +863,21 @@ func loadFromRoots(params loaderParams) *loader {\n \tfor _, pkg := range ld.pkgs {\n \t\tif pkg.mod == Target {\n \t\t\tfor _, dep := range pkg.imports {\n-\t\t\t\tif dep.mod.Path != \"\" {\n+\t\t\t\tif dep.mod.Path != \"\" &&... | 2020-12-22T21:57:46 |
nodejs/node | c9ce5c33dc1e7dce0acfb4f78b26629779733442 | d161625c004827a4c09c560a193bcd499a68a28a | win, build: fix intl-none option
Like #17614, but for the `intl-none` option.
Refs: https://github.com/nodejs/node/pull/17614
PR-URL: https://github.com/nodejs/node/pull/18292
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com... | [
{
"path": "vcbuild.bat",
"patch": "@@ -103,7 +103,7 @@ if /i \"%1\"==\"build-release\" set build_release=1&set sign=1&goto arg-ok\n if /i \"%1\"==\"upload\" set upload=1&goto arg-ok\n if /i \"%1\"==\"small-icu\" set i18n_arg=%1&goto arg-ok\n if /i \"%1\"==\"full-icu\" set i18n_arg=%1&goto ar... | 2018-01-22T16:55:34 |
ollama/ollama | 2192a28eedc24398c7f274a15617341389b6c143 | 5d81c1a1842712e218d0311546037d152502b2c0 | ml/backend/ggml: fix rms norm | [
{
"path": "ml/backend/ggml/ggml.go",
"patch": "@@ -485,7 +485,7 @@ func (t *Tensor) LayerNorm(ctx ml.Context, w, b ml.Tensor, eps float32) ml.Tenso\n }\n \n func (t *Tensor) RMSNorm(ctx ml.Context, w ml.Tensor, eps float32) ml.Tensor {\n-\treturn (&Tensor{t: C.ggml_norm(ctx.(*Context).ctx, t.t, C.float(eps)... | 2025-02-21T00:45:05 |
huggingface/transformers | d3821c4aed7becc3521fa1140d355dae0f839f72 | 4973fc5769b4d80fe56293a6212f479b3dd3f8c4 | Make audio classification pipeline spec-compliant and add test (#33730)
* Make audio classification pipeline spec-compliant and add test
* Check that test actually running in CI
* Try a different pipeline for the CI
* Move the test so it gets triggered
* Move it again, this time into task_tests!
* make ... | [
{
"path": "src/transformers/pipelines/audio_classification.py",
"patch": "@@ -126,6 +126,11 @@ def __call__(\n The number of top labels that will be returned by the pipeline. If the provided number is `None` or\n higher than the number of labels available in the model configu... | 2024-09-27T16:01:06 |
vercel/next.js | 9d4bb49af989d6b139391e5cf36a7ba8b0247a68 | 88916fbaf078a71dd91721c9191e1504b0b54717 | Fix failing e2e getServerSideProps test (#39885)
After the fix was landed for `_error` being used even when it's a serverless function this test no longer shows the default Vercel error page.
Fixes: https://github.com/vercel/next.js/runs/7985910009?check_suite_focus=true | [
{
"path": "test/e2e/getserversideprops/app/pages/500.js",
"patch": "@@ -0,0 +1,3 @@\n+export default function Error() {\n+ return <p>custom pages/500</p>\n+}",
"additions": 3,
"deletions": 0,
"language": "JavaScript"
},
{
"path": "test/e2e/getserversideprops/test/index.test.ts",
"pa... | 2022-08-24T03:41:38 |
nodejs/node | d161625c004827a4c09c560a193bcd499a68a28a | 6f8de31cde682f9d90455433e8ee72fffa27a101 | build: include the libuv and zlib into node
Add libuv and zlib into node executable and shared lib. Also fix an
issue that openssl is not fully included in node executable for macOS.
Signed-off-by: Yihong Wang <yh.wang@ibm.com>
Fixes: https://github.com/nodejs/node/issues/17444
PR-URL: https://github.com/nodejs/node... | [
{
"path": "node.gyp",
"patch": "@@ -234,7 +234,7 @@\n },\n },\n 'conditions': [\n- ['OS in \"linux freebsd openbsd solaris android\"', {\n+ ['OS!=\"aix\"', {\n 'ldflags': [\n '-Wl,--whole-archive,<(obj_dir)/<(STATIC_LIB_PREF... | 2018-01-17T21:16:14 |
huggingface/transformers | 9d200cfbeef6e88754eafb5dfba5458ec07e9eba | 3e039d38275bf6846c3621e6b5ec575e81d486d0 | Add gguf support for bloom (#33473)
* add bloom arch support for gguf
* apply format
* small refactoring, bug fix in GGUF_TENSOR_MAPPING naming
* optimize bloom GGUF_TENSOR_MAPPING
* implement reverse reshaping for bloom gguf
* add qkv weights test
* add q_8 test for bloom | [
{
"path": "docs/source/en/gguf.md",
"patch": "@@ -80,6 +80,7 @@ For now the supported model architectures are the architectures that have been v\n - Qwen2\n - Qwen2Moe\n - Phi3\n+- Bloom\n \n ## Example usage\n ",
"additions": 1,
"deletions": 0,
"language": "Markdown"
},
{
"path": "src/t... | 2024-09-27T10:13:40 |
ollama/ollama | 14b5a9a150598d724e4ef17616cdb25257ddc155 | ba9ec3d05ed47b243389f8273d160329e8964362 | api: document client stream behavior with a test (#8996)
Added unit tests to verify error handling behavior in the Client.stream and Client.do methods.
Tests cover various error scenarios including:
- Error responses with status codes >= 400
- Error messages with successful status codes
- Empty error messages
- Succes... | [
{
"path": "api/client.go",
"patch": "@@ -132,7 +132,7 @@ func (c *Client) do(ctx context.Context, method, path string, reqData, respData\n const maxBufferSize = 512 * format.KiloByte\n \n func (c *Client) stream(ctx context.Context, method, path string, data any, fn func([]byte) error) error {\n-\tvar buf *... | 2025-02-20T21:19:58 |
vercel/next.js | 88916fbaf078a71dd91721c9191e1504b0b54717 | 1c61eff67d5edd8335b4fecf4aaa9829f788fe2d | Fix runLintCheck during build (#39883)
Follow-up to https://github.com/vercel/next.js/pull/39872 this fixes a check in `runLintCheck` causing setup to start during build and adds a regression test.
## Bug
- [ ] Related issues linked using `fixes #number`
- [x] Integration tests added
- [ ] Errors have helpful... | [
{
"path": "packages/next/lib/eslint/runLintCheck.ts",
"patch": "@@ -324,15 +324,14 @@ export async function runLintCheck(\n // Display warning if no ESLint configuration is present inside\n // config file during \"next build\", no warning is shown when\n // no eslintrc file is present\n- ... | 2022-08-24T03:36:52 |
rust-lang/rust | b52330136837aadf977b1f188cb5d60a264900d6 | f7b43542838f0a4a6cfdb17fbeadf45002042a77 | Add test to ensure no index out of bounds panic (#135474) | [
{
"path": "tests/ui/fn/trait-fn-generic-mismatch.rs",
"patch": "@@ -0,0 +1,12 @@\n+fn retry() -> impl Sized {}\n+\n+struct Core<T>(T);\n+\n+impl Core<XXX> { //~ ERROR cannot find type `XXX` in this scope\n+ pub fn spawn(self) {}\n+}\n+\n+fn main() {\n+ let core = Core(1);\n+ core.spawn(retry()); //... | 2025-03-14T17:11:38 |
nodejs/node | 1286923cc05e3e7a726fc682be54212ccfc66812 | f0b2dd31cebceca42b0e41ba2ecf843b3578bf87 | n-api: implement wrapping using private properties
PR-URL: https://github.com/nodejs/node/pull/18311
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Fixes: https://github.com/nodejs/node/issues/14367 | [
{
"path": "src/env.h",
"patch": "@@ -91,6 +91,8 @@ class ModuleWrap;\n V(decorated_private_symbol, \"node:decorated\") \\\n V(npn_buffer_private_symbol, \"node:npnBuffer\") \\\n V(selected_npn_buffer_private_symbol, \"node:selectedNpnBuffer\")... | 2018-01-23T04:13:02 |
ollama/ollama | 7c168b08c9522f56290478fba0267118d20f7ec4 | 3d4cc7833c21bf9189cb1d3fa8365997e46fad33 | server: add missing function parens to debug log (#9255) | [
{
"path": "server/sched.go",
"patch": "@@ -179,7 +179,7 @@ func (s *Scheduler) processPending(ctx context.Context) {\n \t\t\t\t\t\tif allReliable {\n \t\t\t\t\t\t\t// HACK\n \t\t\t\t\t\t\tos.Setenv(\"OLLAMA_MAX_LOADED_MODELS\", strconv.Itoa(defaultModelsPerGPU*len(gpus)))\n-\t\t\t\t\t\t\tslog.Debug(\"updati... | 2025-02-20T20:10:15 |
rust-lang/rust | b2d7271858fa13374963bb650f4d836426589a49 | 4ac032f857b46037b55c1fc0fa702450aad37f43 | target spec check: better error when llvm-floatabi is missing | [
{
"path": "compiler/rustc_target/src/spec/mod.rs",
"patch": "@@ -3342,7 +3342,10 @@ impl Target {\n );\n }\n \"arm\" => {\n- check!(self.llvm_floatabi.is_some(), \"ARM targets must specify their float ABI\",)\n+ check!(\n+ ... | 2025-03-21T15:08:48 |
vercel/next.js | 73bffd6fd77a577293ff2bf152d8724a4fa28e84 | 17244b8a2340be2569338c55f8c03cd697131365 | Fix `next/future/image` blur-up placeholder (#39785)
This PR is a follow up to PR #39190 so that we can dynamically set the `feComponentTransfer` when we know the image doesn't have transparency (at this time its just jpeg).
We also set the stdDeviation to 1 and the viewbox to the placeholder's width/height to avo... | [
{
"path": "packages/next/build/webpack/loaders/next-image-loader.js",
"patch": "@@ -28,6 +28,8 @@ function nextImageLoader(content) {\n getImageSize(content, extension)\n )\n let blurDataURL\n+ let blurWidth\n+ let blurHeight\n \n if (VALID_BLUR_EXT.includes(extension)) {\n if ... | 2022-08-23T23:56:52 |
huggingface/transformers | 55b7a0404ea6bfc5f9197b1042a57304af05eb92 | 7f9a9ca1e03ef74c160a3d4b54d3385b7d5b0b96 | Make siglip examples clearer and error free (#33667)
Update siglip.md
This was already partially fixed relative to the deployed docs. But the partial fix made it inconsistent. Additionally, giving the full text ("This is a photo of...") is likely not the desired output. | [
{
"path": "docs/source/en/model_doc/siglip.md",
"patch": "@@ -85,7 +85,7 @@ If you want to do the pre- and postprocessing yourself, here's how to do that:\n \n >>> candidate_labels = [\"2 cats\", \"2 dogs\"]\n # follows the pipeline prompt template to get same results\n->>> candidate_labels = [f'This is a p... | 2024-09-27T08:33:55 |
nodejs/node | d2a6110d3fa78ef6680a9ef5faa279a4f35f486c | 68783ae0b823c584f625c045a134bfff63f4d1b3 | string_decoder: reset decoder on end
This resets the StringDecoder's state after calling `#end`. Further
writes to the decoder will act as if it were a brand new instance,
allowing simple reuse.
PR-URL: https://github.com/nodejs/node/pull/18494
Fixes: https://github.com/nodejs/node/issues/16564
Refs: https://github.c... | [
{
"path": "lib/string_decoder.js",
"patch": "@@ -210,8 +210,11 @@ function utf8Text(buf, i) {\n // character.\n function utf8End(buf) {\n const r = (buf && buf.length ? this.write(buf) : '');\n- if (this.lastNeed)\n+ if (this.lastNeed) {\n+ this.lastNeed = 0;\n+ this.lastTotal = 0;\n return r ... | 2018-02-01T06:12:05 |
golang/go | c9fb4eb0a22131cc9922fa96afba01d4e21d4fd4 | c06a354bccf60ea32ed74238be409a00aac292c5 | cmd/link: handle grouped resource sections
The Go PE linker does not support enough generalized PE logic to
properly handle .rsrc sections gracefully. Instead a few things are
special cased for these. The linker also does not support PE's "grouped
sections" features, in which input objects have several named sections
... | [
{
"path": "src/cmd/link/internal/ld/lib.go",
"patch": "@@ -1820,7 +1820,7 @@ func ldobj(ctxt *Link, f *bio.Reader, lib *sym.Library, length int64, pn string,\n \t\t\t\tErrorf(nil, \"%v\", err)\n \t\t\t\treturn\n \t\t\t}\n-\t\t\tif rsrc != 0 {\n+\t\t\tif len(rsrc) != 0 {\n \t\t\t\tsetpersrc(ctxt, rsrc)\n \t\... | 2020-11-08T10:57:42 |
huggingface/transformers | 294477aafb9af74175abab171258157e71f737d2 | 4f29a60bee29fbd2542b8f448243901e7a105350 | Doc and config mismatch for DeBERTa (#33713)
* Update modeling_deberta_v2.py
* Update configuration_deberta.py
* Revert "Update modeling_deberta_v2.py"
* Revert "Update configuration_deberta.py"
* fix the config doc mismatch
---------
Co-authored-by: Fedor Krasnov <fedor.krasnov@gmail.com> | [
{
"path": "src/transformers/models/deberta/configuration_deberta.py",
"patch": "@@ -40,7 +40,7 @@ class DebertaConfig(PretrainedConfig):\n documentation from [`PretrainedConfig`] for more information.\n \n Arguments:\n- vocab_size (`int`, *optional*, defaults to 30522):\n+ vocab_size (... | 2024-09-27T08:19:46 |
vercel/next.js | 17244b8a2340be2569338c55f8c03cd697131365 | 9cc156c3ae0d9879b23a4192517a98b39c727473 | feat(next/swc): enable wasm first binding load for the platforms (#38883)
<!--
Thanks for opening a PR! Your contribution is much appreciated.
In order 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 that you'... | [
{
"path": "packages/next/build/swc/index.js",
"patch": "@@ -13,6 +13,20 @@ const ArchName = arch()\n const PlatformName = platform()\n const triples = platformArchTriples[PlatformName][ArchName] || []\n \n+// These are the platforms we'll try to load wasm bindings first,\n+// only try to load native binding... | 2022-08-23T19:59:13 |
nodejs/node | 42258d7e54a4772dda3b3253c4b7cbca7175d360 | 70dcacd7101be14321b8a1c05de75a78b4656704 | lib: include missing profiler file
This commit includes deps/v8/tools/arguments.js, which is
needed by the profiler.
PR-URL: https://github.com/nodejs/node/pull/18455
Fixes: https://github.com/nodejs/node/issues/18451
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com> | [
{
"path": "lib/internal/v8_prof_processor.js",
"patch": "@@ -8,6 +8,7 @@ const scriptFiles = [\n 'internal/deps/v8/tools/profile',\n 'internal/deps/v8/tools/profile_view',\n 'internal/deps/v8/tools/logreader',\n+ 'internal/deps/v8/tools/arguments',\n 'internal/deps/v8/tools/tickprocessor',\n 'int... | 2018-01-30T14:23:16 |
golang/go | c06a354bccf60ea32ed74238be409a00aac292c5 | 0aa9b4709acd609c1a3e9cb028e7f4c4da3f0357 | test: trigger SIGSEGV instead of SIGTRAP in issue11656.go
In issue11656.go, it tests that if the runtime can get a
reasonable traceback when it faults at a non-function PC. It does
it by jumping to an address that contains an illegal or trap
instruction. When it traps, the SIGTRAP crashes the runtime.
This CL changes... | [
{
"path": "test/fixedbugs/issue11656.go",
"patch": "@@ -27,13 +27,6 @@ import (\n )\n \n func main() {\n-\t// This test is currently failing on some architectures.\n-\t// See issue #43283.\n-\tswitch runtime.GOARCH {\n-\tcase \"ppc64\", \"mips\", \"mipsle\", \"mips64\", \"mips64le\":\n-\t\treturn\n-\t}\n-\n... | 2020-12-21T23:41:16 |
huggingface/transformers | 1ec7a70fef4158ab1ed660cba5126c8cde08c7e8 | e1b150862e66e16acf951edfa13206ffcd1032be | fix trainer tr_loss add error (#33651) | [
{
"path": "src/transformers/trainer.py",
"patch": "@@ -2393,13 +2393,13 @@ def _inner_training_loop(\n and (torch.isnan(tr_loss_step) or torch.isinf(tr_loss_step))\n ):\n # if loss is nan or inf simply add the average of previous logged losses\n- ... | 2024-09-27T08:10:03 |
vercel/next.js | b85628392bd66e8d2d3ff86924886b33deec48da | 7f5bc717120829580e5bb01788ec3dc4e220d71d | Remove eslint warning when no eslint config is present (#39872)
We shouldn't be warning when no eslint config file is present as it's valid not to use eslint. The warning is still shown if an empty eslint config file is added as this gives intent to using eslint.
x-ref: [slack thread](https://vercel.slack.com/arch... | [
{
"path": "packages/next/lib/eslint/hasEslintConfiguration.ts",
"patch": "@@ -31,16 +31,14 @@ export async function hasEslintConfiguration(\n ) {\n return { ...configObject, emptyEslintrc: true }\n }\n+ return { ...configObject, exists: true }\n } else if (packageJsonConfig?.eslintConfig)... | 2022-08-23T18:42:36 |
nodejs/node | eb82b21138488f8893b80592cc245daa5a43de29 | 6acb1a3df59222ae44e2848b76c91a72f7942360 | v8: add missing ',' in OpenBSD's 'sources' section.
Add stack_trace_posix to 'sources' as well.
Fixes https://github.com/nodejs/node/issues/15784
Fixes https://github.com/nodejs/help/issues/992
add stack_trace_posix to OpenBSD's sources
PR-URL: https://github.com/nodejs/node/pull/18448
Reviewed-By: Daniel Bevenius ... | [
{
"path": "deps/v8/src/v8.gyp",
"patch": "@@ -2068,9 +2068,10 @@\n '-L/usr/local/lib -lexecinfo',\n ]},\n 'sources': [\n+ 'base/debug/stack_trace_posix.cc',\n 'base/platform/platform-openbsd.cc',\n 'base/platform/platform-posix... | 2018-01-30T03:05:51 |
ollama/ollama | d2eb226c914aa86f2a371c340997d6e26e2aecef | e13e7c8d9496d26dea74ec2ccdbb731ee998bca6 | llama: add patch to fix ggml backend reg on Linux with utf-8 characters in the path (#9159) | [
{
"path": "llama/patches/0018-use-std-filesystem-path-instead-of-wstring.patch",
"patch": "@@ -0,0 +1,285 @@\n+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001\n+From: jmorganca <jmorganca@gmail.com>\n+Date: Sun, 16 Feb 2025 20:00:22 -0500\n+Subject: [PATCH] use std::filesystem::path i... | 2025-02-19T03:46:17 |
huggingface/transformers | e1b150862e66e16acf951edfa13206ffcd1032be | e32521bf24afe0d4ff9a08ede09fb52fb8fc4f8b | Fix modular model converter unable to generate Processor classes (#33737)
fix: fix wrong file type for processor in `modular_model_converter.py` | [
{
"path": "utils/modular_model_converter.py",
"patch": "@@ -502,7 +502,7 @@ def replace_call_to_super(class_finder: ClassFinder, updated_node: cst.ClassDef,\n TYPE_TO_FILE_TYPE = {\n \"Config\": \"configuration\",\n \"Tokenizer\": \"tokenization\",\n- \"Processor\": \"processor\",\n+ \"Process... | 2024-09-26T22:00:39 |
golang/go | cb28c96be8b8010dd979e0723bf5a94b11962a93 | c8610e4700bee51898197987de5335b8527079e8 | [dev.regabi] cmd/compile,cmd/link: initial support for ABI wrappers
Add compiler support for emitting ABI wrappers by creating real IR as
opposed to introducing ABI aliases. At the moment these are "no-op"
wrappers in the sense that they make a simple call (using the existing
ABI) to their target. The assumption here ... | [
{
"path": "src/cmd/compile/internal/base/debug.go",
"patch": "@@ -51,6 +51,7 @@ type DebugFlags struct {\n \tTypeAssert int `help:\"print information about type assertion inlining\"`\n \tTypecheckInl int `help:\"eager typechecking of inline function bodies\"`\n \tWB int `help:\"print... | 2020-09-24T17:14:46 |
vercel/next.js | 7f5bc717120829580e5bb01788ec3dc4e220d71d | ec25b4742b1087e76f2b3378d41a8ab0f6686ca4 | Update flakey relay analytics test (#39877)
Implements `check` on relay analytics test as the timing can be indeterminate.
Fixes: https://github.com/vercel/next.js/runs/7979410199?check_suite_focus=true#step:9:230 | [
{
"path": "test/integration/relay-analytics/test/index.test.js",
"patch": "@@ -117,9 +117,15 @@ function runTest() {\n )\n // INP metric is only reported on pagehide or visibilitychange event, so refresh the page\n await browser.refresh()\n- const INP = parseInt(await browser.eval('localStora... | 2022-08-23T18:29:17 |
nodejs/node | 6acb1a3df59222ae44e2848b76c91a72f7942360 | 6e7992e8b89b55253e43181b4910e6cdbd01318f | process: fix reading zero-length env vars on win32
Up until now, Node did not clear the current error code
attempting to read environment variables on Windows.
Since checking the error code is the way we distinguish between
missing and zero-length environment variables, this could lead to a
false positive when the err... | [
{
"path": "src/node.cc",
"patch": "@@ -2603,6 +2603,7 @@ static void EnvGetter(Local<Name> property,\n #else // _WIN32\n node::TwoByteValue key(isolate, property);\n WCHAR buffer[32767]; // The maximum size allowed for environment variables.\n+ SetLastError(ERROR_SUCCESS);\n DWORD result = GetEnvir... | 2018-01-30T19:27:17 |
huggingface/transformers | e32521bf24afe0d4ff9a08ede09fb52fb8fc4f8b | 6730485b025bbad8bed407c22744bddf4c921032 | fix: add docstring for `image_size` in Convnextv2 config (#33734)
add docstring for image_size | [
{
"path": "src/transformers/models/convnextv2/configuration_convnextv2.py",
"patch": "@@ -52,6 +52,8 @@ class ConvNextV2Config(BackboneConfigMixin, PretrainedConfig):\n The epsilon used by the layer normalization layers.\n drop_path_rate (`float`, *optional*, defaults to 0.0):\n ... | 2024-09-26T20:56:06 |
golang/go | 41e7901ca41de2211567fe2d3f73a8da9ae6189b | 53c4c17b098093a5636751407e120385031a2e3c | [dev.typeparams] cmd/compile/internal/types2: report error for invalid main function signature
Updates #43308.
Change-Id: I2caff83f304c7e104edda76ac3623cce9fc94a8d
Reviewed-on: https://go-review.googlesource.com/c/go/+/279552
Trust: Robert Griesemer <gri@golang.org>
Run-TryBot: Robert Griesemer <gri@golang.org>
Revie... | [
{
"path": "src/cmd/compile/internal/types2/resolver.go",
"patch": "@@ -397,15 +397,16 @@ func (check *Checker) collectObjects() {\n \t\t\t\tobj := NewFunc(d.Name.Pos(), pkg, name, nil)\n \t\t\t\tif d.Recv == nil {\n \t\t\t\t\t// regular function\n-\t\t\t\t\tif name == \"init\" {\n+\t\t\t\t\tif name == \"ini... | 2020-12-22T00:48:58 |
vercel/next.js | ec25b4742b1087e76f2b3378d41a8ab0f6686ca4 | 8dfab19d6ede702925340e048649450176d349c9 | Add handling for auto installing TypeScript deps and HMRing tsconfig (#39838)
This adds handling for auto-detecting TypeScript being added to a project and installing the necessary dependencies instead of printing the command and requiring the user run the command. We have been testing the auto install handling for a ... | [
{
"path": "packages/create-next-app/helpers/install.ts",
"patch": "@@ -95,7 +95,14 @@ export function install(\n */\n const child = spawn(command, args, {\n stdio: 'inherit',\n- env: { ...process.env, ADBLOCK: '1', DISABLE_OPENCOLLECTIVE: '1' },\n+ env: {\n+ ...process.env,\n... | 2022-08-23T18:16:47 |
ollama/ollama | 5930aaeb1ae420eb9a0963247ff4463d1eadce5a | faf67db089c6b2168fb1bab99b4385d374c64efe | cmd: fix cursor flickering in progress bar
The previous commit fixed flickering in the progress bar itself. Cursor
flickering is harder to address.
Cursor flickering could be fixed by hiding the cursor altogether while
the progress bar is displayed. The downside of this is that if the
program is killed in such a way ... | [
{
"path": "progress/progress.go",
"patch": "@@ -1,6 +1,7 @@\n package progress\n \n import (\n+\t\"bytes\"\n \t\"fmt\"\n \t\"io\"\n \t\"sync\"\n@@ -12,8 +13,9 @@ type State interface {\n }\n \n type Progress struct {\n-\tmu sync.Mutex\n-\tw io.Writer\n+\tmu sync.Mutex\n+\tw io.Writer\n+\tbuf bytes.Buffe... | 2025-02-17T22:55:32 |
nodejs/node | a89d215b79cc1aa300e25be13aa2489a2322f1ad | fca1c557ac426c10215b9a834236a10ea96ecb2c | build: fix coverage build
After adding the node_lib target in node.gyp, most of the node source
files are moved to that target. When coverage option is enabled,
corresponding cflags and ldflags are needed in that target as well.
gcovr also needs to check .gcda data for both node and node_lib.
PR-URL: https://github.c... | [
{
"path": "Makefile",
"patch": "@@ -191,6 +191,9 @@ coverage-test: coverage-build\n \t$(RM) out/$(BUILDTYPE)/obj.target/node/gen/*.gcda\n \t$(RM) out/$(BUILDTYPE)/obj.target/node/src/*.gcda\n \t$(RM) out/$(BUILDTYPE)/obj.target/node/src/tracing/*.gcda\n+\t$(RM) out/$(BUILDTYPE)/obj.target/node_lib/gen/*.gcd... | 2018-01-27T06:35:35 |
huggingface/transformers | 6730485b025bbad8bed407c22744bddf4c921032 | 3557f9a14a920caeb489f637ac2f6d1a7559df04 | clean_up_tokenization_spaces=False if unset (#31938)
* clean_up_tokenization_spaces=False if unset
* deprecate warning
* updating param for old models
* update models
* make fix-copies
* fix-copies and update bert models
* warning msg
* update prophet and clvp
* updating test since space before... | [
{
"path": "src/transformers/models/bert/tokenization_bert.py",
"patch": "@@ -88,6 +88,9 @@ class BertTokenizer(PreTrainedTokenizer):\n strip_accents (`bool`, *optional*):\n Whether or not to strip all accents. If this option is not specified, then it will be determined by the\n ... | 2024-09-26T17:38:20 |
ollama/ollama | faf67db089c6b2168fb1bab99b4385d374c64efe | 8cf16063a52deb416e16039c73264e26f7e9a43a | cmd: fix progress bar flickering
Previous code cleared the display before writing new content, creating a
window where the terminal could (and in some cases did) render empty lines.
Instead, we now write new content over the old content, only clearing
the trailing end of lines for cases where the new line is shorter.... | [
{
"path": "progress/progress.go",
"patch": "@@ -84,17 +84,16 @@ func (p *Progress) render() {\n \tfmt.Fprint(p.w, \"\\033[?25l\")\n \tdefer fmt.Fprint(p.w, \"\\033[?25h\")\n \n-\t// clear already rendered progress lines\n-\tfor i := range p.pos {\n-\t\tif i > 0 {\n-\t\t\tfmt.Fprint(p.w, \"\\033[A\")\n-\t\t}... | 2025-02-17T21:37:40 |
vercel/next.js | 8dfab19d6ede702925340e048649450176d349c9 | cb430cce90ec7120dbc6e0e1020a3f42c4b901a4 | fix(#39807): ignore width/height from webpack with "fill" (#39849)
Fixes #39807.
When statically importing an image, the `width` and `height` will always be provided alongside the `src` by the Webpack. `next/image` will ignore `width` and `height` come from Webpack when `layout === 'fill'`, while `next/future/image... | [
{
"path": "packages/next/client/future/image.tsx",
"patch": "@@ -591,8 +591,11 @@ export default function Image({\n blurDataURL = blurDataURL || staticImageData.blurDataURL\n staticSrc = staticImageData.src\n \n- height = height || staticImageData.height\n- width = width || staticImageData.wid... | 2022-08-23T18:06:44 |
nodejs/node | ad94be84f969f0d95e8dec9994ca51c19c3ccf28 | a36b47b7d3bed94f1a3312cc3c2484856569eb95 | async_hooks: clean up comments
With some of the recent work, some of the comments were no longer
representative of the code, or were otherwise unclear. This commit
fixes some obvious issues I found.
Ref: https://github.com/nodejs/node/commit/83e5215a4e8438a43b9f0002b7a43e2fd2dd37a4
Ref: https://github.com/nodejs/node... | [
{
"path": "lib/internal/async_hooks.js",
"patch": "@@ -11,27 +11,28 @@ const async_wrap = process.binding('async_wrap');\n * the various asynchronous states of the application. These are:\n * kExecutionAsyncId: The async_id assigned to the resource responsible for the\n * current execution stack.\n- ... | 2018-01-30T21:49:40 |
huggingface/transformers | 9f97c3938430190c15a0c1fdd6eec757a7224823 | 77b47e6645a037050cf7df617bd921000c055cc6 | Fix position embeddings singular/plural (#33678)
* fix position embeddings
* [run-slow] blip, blip_2, instructblip, instructblipvideo
* fix init
* [run-slow] blip, blip_2, instructblip, instructblipvideo
* fix copies
* [run-slow] blip, blip_2, instructblip, instructblipvideo
* [run-slow] blip, blip_2... | [
{
"path": "src/transformers/models/blip/modeling_blip.py",
"patch": "@@ -233,7 +233,6 @@ def __init__(self, config: BlipVisionConfig):\n \n self.position_embedding = nn.Parameter(torch.randn(1, self.num_positions, self.embed_dim))\n \n- # Copied from transformers.models.vit.modeling_vit.ViTEmbedd... | 2024-09-26T17:07:00 |
ollama/ollama | 0667baddc658d3f556a369701819e7695477f59a | d006e1e09be4d3da3fb94ab683aa18822af4b956 | docs: fix incorrect shortcut key in windows.md (#9098) | [
{
"path": "docs/windows.md",
"patch": "@@ -55,7 +55,7 @@ Here's a quick example showing API access from `powershell`\n ## Troubleshooting\n \n Ollama on Windows stores files in a few different locations. You can view them in\n-the explorer window by hitting `<cmd>+R` and type in:\n+the explorer window by h... | 2025-02-15T20:38:24 |
vercel/next.js | 611e13f5159457fedf96d850845650616a1f75dd | 31bcd044ffbd0a145d9b93515251223d9de666a8 | Fix disposing active entries in dev compilers (#39845)
As noticed in https://github.com/markdoc/markdoc/issues/131 it seems we are incorrectly disposing active entries causing HMR to fail after the configured `maxInactiveAge`. To fix this instead of only updating lastActiveTime for one compiler type's entry we update ... | [
{
"path": "packages/next/server/dev/on-demand-entry-handler.ts",
"patch": "@@ -453,65 +453,83 @@ export function onDemandEntryHandler({\n tree: FlightRouterState\n ): { success: true } | { invalid: true } {\n const pages = getEntrypointsFromTree(tree, true)\n+ let toSend: { invalid: true } | { ... | 2022-08-23T07:23:43 |
huggingface/transformers | 77b47e6645a037050cf7df617bd921000c055cc6 | c716fc0e4845ae26f9f080e6cf92856af92cd628 | Fix docs and docstrings Omdet-Turbo (#33726)
Fix weights path in docs | [
{
"path": "docs/source/en/model_doc/omdet-turbo.md",
"patch": "@@ -49,8 +49,8 @@ from PIL import Image\n \n from transformers import AutoProcessor, OmDetTurboForObjectDetection\n \n-processor = AutoProcessor.from_pretrained(\"omlab/omdet-turbo-tiny\")\n-model = OmDetTurboForObjectDetection.from_pretrained(\... | 2024-09-26T16:18:23 |
nodejs/node | 2ac66582968f5117c88e6b95623ca5e3087a0d9d | 84cc8329f71dc8d468923a98dcf6906583b568e4 | crypto,doc: fix unassignd deprecation codes
Missed when landing the original PRs
PR-URL: https://github.com/nodejs/node/pull/18492
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Ruben Br... | [
{
"path": "doc/api/deprecations.md",
"patch": "@@ -824,15 +824,15 @@ a future version at which point only authentication tag lengths of 128, 120,\n is not included in this list will be considered invalid in compliance with\n [NIST SP 800-38D][].\n \n-<a id=\"DEP00XX\"></a>\n-### DEP00XX: crypto.DEFAULT_ENCO... | 2018-02-01T01:50:21 |
ollama/ollama | f05774b04c5d3d30c6f3037a5a14595bf57a16ad | 6600bd7d91deb07bec5832790168870c3180ccae | llm: do not evaluate symlink for exe path lookup (#9088)
In some cases, the directories in the executable path read by
filepath.EvalSymlinks are not accessible, resulting in permission
errors which results in an error when running models. It also
doesn't work well on long paths on windows, also resulting in
errors... | [
{
"path": "discover/path.go",
"patch": "@@ -19,11 +19,6 @@ var LibOllamaPath string = func() string {\n \t\treturn \"\"\n \t}\n \n-\texe, err = filepath.EvalSymlinks(exe)\n-\tif err != nil {\n-\t\treturn \"\"\n-\t}\n-\n \tvar libPath string\n \tswitch runtime.GOOS {\n \tcase \"windows\":",
"additions": ... | 2025-02-14T06:13:00 |
huggingface/transformers | c716fc0e4845ae26f9f080e6cf92856af92cd628 | 46841d3eb24f444fc06b7402c273cb51a097c383 | fix: use correct var names for check_tokenizers script (#33702) | [
{
"path": "scripts/check_tokenizers.py",
"patch": "@@ -88,7 +88,7 @@ def check_details(line, spm_ids, tok_ids, slow, fast):\n if tok_ids[first + k : first + k + min_width] == spm_ids[first + i : first + i + min_width]\n ]\n for j in possible_matches:\n- ... | 2024-09-26T15:24:46 |
vercel/next.js | 31bcd044ffbd0a145d9b93515251223d9de666a8 | cb1038cb6d21bd6f51b70b3d4e52e03a46dc22b0 | Ensure moduleResolution is written correctly (#39836)
This removes the usage of `Node12` from the `parsedValues` for `moduleResolution` as this caused false detection of `undefined` being a valid value when it was removed in TypeScript. This also copies over the test from https://github.com/vercel/next.js/pull/37302 t... | [
{
"path": "packages/next/lib/typescript/writeConfigurationDefaults.ts",
"patch": "@@ -3,10 +3,11 @@ import chalk from 'next/dist/compiled/chalk'\n import * as CommentJson from 'next/dist/compiled/comment-json'\n import semver from 'next/dist/compiled/semver'\n import os from 'os'\n+import type { CompilerOpt... | 2022-08-22T23:36:36 |
nodejs/node | 4372185ef8fddf19ab628c10b4d5279528a9be75 | 39dc947409c7df19ac4f9502df8cb0d4a1b2829a | test: fix builds
A former commit changed the tmpDir behavior and that broke this test.
PR-URL: https://github.com/nodejs/node/pull/18500
Refs: https://github.com/nodejs/node/commit/bf6ce47259ebfe9f6349c223cc1735726aee062d
Reviewed-By: Matteo Collina <matteo.collina@gmail.com> | [
{
"path": "test/parallel/test-fs-readfile.js",
"patch": "@@ -4,28 +4,29 @@ const common = require('../common');\n // This test ensures that fs.readFile correctly returns the\n // contents of varying-sized files.\n \n+const tmpdir = require('../../test/common/tmpdir');\n const assert = require('assert');\n c... | 2018-02-01T11:59:55 |
rust-lang/rust | cd929bfccb60cfae7624c7ae1a00efb6df069337 | 41f1ed11c2ef656737af2b15a9f58e84421424bb | Fix lint name in unused linker_messages warning | [
{
"path": "compiler/rustc_passes/messages.ftl",
"patch": "@@ -811,8 +811,8 @@ passes_unused_duplicate =\n passes_unused_empty_lints_note =\n attribute `{$name}` with an empty list has no effect\n \n-passes_unused_linker_warnings_note =\n- the `linker_warnings` lint can only be controlled at the root ... | 2025-02-27T16:36:20 |
golang/go | 4d27c4c223ccb7de3876abbac79b58ad9579be1a | 9b6147120a30a8bc30a41c1651f369e8bcb80948 | runtime: correct error handling in several FreeBSD syscall wrappers
The FreeBSD syscall convention uses the carry flag to indicate whether
an error has occured. The sys_umtx_op, thr_new, and pipe2 syscall
wrappers were failing to account for this convention and silently
suppressing errors as a result. This commit corr... | [
{
"path": "src/runtime/defs_freebsd_386.go",
"patch": "@@ -13,10 +13,11 @@ const (\n )\n \n const (\n-\t_EINTR = 0x4\n-\t_EFAULT = 0xe\n-\t_EAGAIN = 0x23\n-\t_ENOSYS = 0x4e\n+\t_EINTR = 0x4\n+\t_EFAULT = 0xe\n+\t_EAGAIN = 0x23\n+\t_ENOSYS = 0x4e\n+\t_ETIMEDOUT = 0x3c\n \n \t_O_NONBLOCK = 0x4\n... | 2020-12-09T20:14:59 |
huggingface/transformers | 46841d3eb24f444fc06b7402c273cb51a097c383 | 0a21381ba3047882ffe1b95c639aec28974b2c7e | [`MllamaProcessor`] Update errors and API with multiple image (#33715)
* update error
* update and add a test
* update
* update | [
{
"path": "src/transformers/models/mllama/processing_mllama.py",
"patch": "@@ -12,11 +12,9 @@\n # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n # See the License for the specific language governing permissions and\n # limitations under the License.\n-\"\"\"\n-Processor class for... | 2024-09-26T14:33:25 |
ollama/ollama | 7e13f568dc632fa61c8f92605a34c5700e834f44 | 58245413f4df1c56d7e5f03ab6ff20dfafb8daa1 | backend: Don't return an error on Close
It is not common to return errors with close/free operations - most
people won't check it and even if they did there's probably not much
that can do. It's better to not give implementations false expectations. | [
{
"path": "ml/backend.go",
"patch": "@@ -50,7 +50,7 @@ type Context interface {\n \n \tForward(Tensor)\n \tCompute(Tensor) Tensor\n-\tClose() error\n+\tClose()\n }\n \n type Tensor interface {",
"additions": 1,
"deletions": 1,
"language": "Go"
},
{
"path": "ml/backend/ggml/ggml.go",
... | 2025-02-05T03:49:34 |
nodejs/node | e4fc6d44c55324ac29d3a6ed92d50ff7336e8d3d | d3841ec8727cbc69d520fccbd3b95c90a4a6661b | lib: remove debugger dead code
PR-URL: https://github.com/nodejs/node/pull/18426
Refs: https://github.com/nodejs/node/commit/719247ff9575d1a4ab6adc11e6923e9b2335053c
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@g... | [
{
"path": "lib/internal/bootstrap_node.js",
"patch": "@@ -61,11 +61,7 @@\n NativeModule.require('internal/trace_events_async_hooks').setup();\n NativeModule.require('internal/inspector_async_hook').setup();\n \n- // Do not initialize channel in debugger agent, it deletes env variable\n- // and... | 2018-01-22T08:39:25 |
rust-lang/rust | 41f1ed11c2ef656737af2b15a9f58e84421424bb | 7d3965e0cdc1614335e2c3d18234963bb0827160 | Move some calls to before calling codegen_crate
`--emit mir`, `#[rustc_symbol_name]` and `#[rustc_def_path]` now run
before codegen and thus work even if codegen fails. This can help with
debugging. | [
{
"path": "compiler/rustc_driver_impl/messages.ftl",
"patch": "@@ -1,3 +1,5 @@\n+driver_impl_cant_emit_mir = could not emit MIR: {$error}\n+\n driver_impl_ice = the compiler unexpectedly panicked. this is a bug.\n driver_impl_ice_bug_report = we would appreciate a bug report: {$bug_report_url}\n driver_impl... | 2025-02-06T15:23:54 |
golang/go | 9b6147120a30a8bc30a41c1651f369e8bcb80948 | bc7e4d9257693413d57ad467814ab71f1585a155 | cmd/pack: treat compiler's -linkobj output as "compiler object"
Treat the compiler's -linkobj output as "compiler object, which
means "pack c" will "see through" the file and add individual
entry to the new archive, instead of the object as a whole.
This is somewhat peculiar. But Go 1.15's cmd/pack does this,
althoug... | [
{
"path": "src/cmd/pack/pack.go",
"patch": "@@ -315,20 +315,25 @@ func (ar *Archive) extractContents1(e *archive.Entry, out io.Writer) {\n }\n \n // isGoCompilerObjFile reports whether file is an object file created\n-// by the Go compiler, which is an archive file with exactly two entries:\n-// __.PKGDEF a... | 2020-12-21T19:11:02 |
huggingface/transformers | 0a21381ba3047882ffe1b95c639aec28974b2c7e | f2c388e3f946862f657acc1e21b272ec946fc66c | Uniformize kwargs for chameleon processor (#32181)
* uniformize kwargs of Chameleon
* fix linter nit
* rm stride default
* add tests for chameleon processor
* fix tests
* add comment on get_component
* rm Chameleon's slow tokenizer
* add check order images text + nit
* update docs and tests
... | [
{
"path": "docs/source/en/model_doc/chameleon.md",
"patch": "@@ -19,7 +19,7 @@ rendered properly in your Markdown viewer.\n ## Overview\n \n The Chameleon model was proposed in [Chameleon: Mixed-Modal Early-Fusion Foundation Models\n-](https://arxiv.org/abs/2405.09818v1) by META AI Chameleon Team. Chameleon... | 2024-09-26T14:18:07 |
ollama/ollama | 378d6e1e6a94099a60d6b7ce99971bbf536bc34d | afa55bc70cb1714fcad10571279a42109a6e0631 | docs: fix nix package link (#9045)
removing the channel tag from the url so it will always go to the current stable channel. | [
{
"path": "README.md",
"patch": "@@ -439,7 +439,7 @@ See the [API documentation](./docs/api.md) for all endpoints.\n - [Gentoo](https://github.com/gentoo/guru/tree/master/app-misc/ollama)\n - [Helm Chart](https://artifacthub.io/packages/helm/ollama-helm/ollama)\n - [Guix channel](https://codeberg.org/tushar... | 2025-02-12T17:16:26 |
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.