Skip to content

Conversation

@PeterH0323
Copy link
Contributor

@PeterH0323 PeterH0323 commented May 8, 2022

Motivation

Test the pre-build wheel

Modification

Add script :tools/package_tools/test_prebuild.sh

Related PR

Flow Chart

graph LR;
A[build wheel] --> B[Test convert with deploy.py]
B --> C[using another env to pip install it]
C --> D[test onnx2tensorrt]
D -->E[build sdk wheel]
E -->F[test sdk demo]
Loading

Usage

cd tools/package_tools/tests
bash test_prebuild.sh linux_x86_trt.yaml

Support platform

  • Windows
  • Linux x86
  • Jetson

Checklist

  1. Pre-commit or other linting tools are used to fix the potential lint issues.
  2. The modification is covered by complete unit tests. If not, please add more unit tests to ensure the correctness.
  3. If the modification has a dependency on downstream projects of a newer version, this PR should be tested with all supported versions of downstream projects.
  4. The documentation has been modified accordingly, like docstring or example tutorials.

@lvhan028
Copy link
Collaborator

Hi, @PeterH0323
Could you please rebase master?

@PeterH0323
Copy link
Contributor Author

PeterH0323 commented Jul 12, 2022

Hi @lvhan028
Sorry, I am temporarily unable to complete my contribution due to my working stuff. I'm very sorry. 😭

I close this PR, and I will reopen it when my work is relatively idle. 😄

@PeterH0323 PeterH0323 closed this Jul 12, 2022
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