Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify tensorrt #16835

Merged
merged 8 commits into from
Feb 26, 2025
Merged

Simplify tensorrt #16835

merged 8 commits into from
Feb 26, 2025

Conversation

NickM-27
Copy link
Collaborator

Proposed change

There was a mix of python installed and cuda installed deps, and many deps were not being installed from the python wheels due to the generation of wheels. This PR simplifies the build process by removing the extra wheel step that caused issues, and trying to install everything from python when possible so that future version upgrades will be easier.

Type of change

  • Dependency upgrade
  • Bugfix (non-breaking change which fixes an issue)
  • New feature
  • Breaking change (fix/feature causing existing functionality to break)
  • Code quality improvements to existing code
  • Documentation Update

Checklist

  • The code change is tested and works locally.
  • Local tests pass. Your PR cannot be merged unless tests pass
  • There is no commented out code in this PR.
  • The code has been formatted using Ruff (ruff format frigate)

Copy link

netlify bot commented Feb 26, 2025

Deploy Preview for frigate-docs ready!

Name Link
🔨 Latest commit 21aab91
🔍 Latest deploy log https://app.netlify.com/sites/frigate-docs/deploys/67bf67c13e01bb0008e35c83
😎 Deploy Preview https://deploy-preview-16835--frigate-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@hawkeye217 hawkeye217 merged commit 4f855f8 into dev Feb 26, 2025
12 checks passed
@hawkeye217 hawkeye217 deleted the simplify-tensorrt branch February 26, 2025 20:39
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.

2 participants