pullrequests Search Results · language:Dune language:Python language:Java language:C# language:Java language:Java language:Java
Filter by
102M results
I have added marker comments to the FFN matrix multiplication locations in the Llama model to help identify where they
are added to the execution graph.
Regarding your question about splitting the FFN ...
This PR updates botocore from 1.43.6 to 1.43.28.
details summary Changelog /summary
1.43.28
=======
* api-change:``bedrock-agentcore``: Adds support to perform cross account data plane actions on an ...
dependencies
Motivation
- The preserved-CSV export only replaced the Precio field and ignored edits to Costo, causing edited costs not to be
persisted in exported files.
- Exports must preserve the original ...
codex
Summary
- adds the final planned FX2s IOM server-facing port normalization matrix for the ossus rebuild
- records UniFi XG uplink policy: native VLAN 100, tagged VLANs 110/120/130/140/150/160 on both ...
documentation
Motivation
- Make explicit in code comments and documentation that the product-level Ikigai visualization intentionally targets
the classic 4-circle layout while the rendering engine retains a 5-circle ...
codex
The .NET README listed requirements near the bottom and implied .NET 8.0 was required, which could mislead users
targeting other supported .NET implementations.
This moves the requirements content above ...
Summary
New skill documenting how to remap container paths to host paths for coverage reports in CI.
- [tool.coverage.paths] in pyproject.toml with canonical (host) and alternate /workspace/ (container) ...
Summary
New skill documenting how to install rootless Podman in GitHub Actions CI for containerized validation.
- TTY flag fix: use string variable instead of bash array to avoid set -u unbound variable ...