Skip to content

Fix/clean stack fix#178

Open
donhardman wants to merge 2 commits into
masterfrom
fix/clean-stack-fix
Open

Fix/clean stack fix#178
donhardman wants to merge 2 commits into
masterfrom
fix/clean-stack-fix

Conversation

@donhardman
Copy link
Copy Markdown
Member

No description provided.

- Remove custom panic logging hooks and catch_unwind from FFI wrappers
- Narrow lock scopes around model forward passes to reduce contention
- Remove redundant contiguous calls during tensor to vector conversion
- Simplify mutex acquisition and error handling in ONNX evaluations
- Streamline text model creation and prediction logic
- Clean up verbose FFI memory layout comments
- Set opt-level 1 for candle and gemm packages in dev profile
- Reduce stack frame size to fit within 128KiB coroutine limit
- Resolve silent memory corruption causing glibc heap aborts
@github-actions
Copy link
Copy Markdown

Linux debug test results

  8 files    8 suites   15m 25s ⏱️
523 tests 510 ✅ 12 💤 1 ❌
537 runs  524 ✅ 12 💤 1 ❌

For more details on these failures, see this check.

Results for commit 55168f5.

@github-actions
Copy link
Copy Markdown

Linux release test results

  8 files    8 suites   7m 55s ⏱️
523 tests 511 ✅ 12 💤 0 ❌
537 runs  525 ✅ 12 💤 0 ❌

Results for commit 55168f5.

@github-actions
Copy link
Copy Markdown

Windows test results

  5 files    5 suites   18m 39s ⏱️
501 tests 489 ✅ 12 💤 0 ❌
509 runs  497 ✅ 12 💤 0 ❌

Results for commit 55168f5.

@donhardman
Copy link
Copy Markdown
Member Author

We should merge it as it revert unnecessary changes that is was defensive to real root cause in the stack of the daemon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant