acts
acts copied to clipboard
feat: Exa.TrkX with torchscript backend
Codecov Report
Merging #1473 (a34b3f0) into main (ff772f1) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #1473 +/- ##
=======================================
Coverage 48.58% 48.58%
=======================================
Files 381 381
Lines 20651 20651
Branches 9476 9476
=======================================
Hits 10034 10034
Misses 4064 4064
Partials 6553 6553
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
The backport to develop/v19.x
failed:
The process '/usr/bin/git' failed with exit code 1
To backport manually, run these commands in your terminal:
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-develop/v19.x develop/v19.x
# Navigate to the new working tree
cd .worktrees/backport-develop/v19.x
# Create a new branch
git switch --create backport-1473-to-develop/v19.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 b409627a280fae20ea17663fddb3d74a38d0716b
# Push it to GitHub
git push --set-upstream origin backport-1473-to-develop/v19.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-develop/v19.x
Then, create a pull request where the base
branch is develop/v19.x
and the compare
/head
branch is backport-1473-to-develop/v19.x
.