-
Notifications
You must be signed in to change notification settings - Fork 364
chore: remove pre-cxx11 abi #3473
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you quickly grep for other uses of "pre_cxx11_abi"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor comments. LGTM
@@ -153,26 +151,17 @@ def initialize_globals(channel: str, build_python_only: bool) -> None: | |||
XPU: "pytorch/manylinux2_28-builder:xpu", | |||
# TODO: Migrate CUDA_AARCH64 image to manylinux2_28_aarch64-builder:cuda12.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change this comment to manylinux2_28_aarch64-builder:cuda12.6 if that's what you're using
@@ -31,12 +31,9 @@ torch.jit.save(trt_ts_module, "trt_torchscript_module.ts") # save the TRT embedd | |||
|
|||
| ABI / Platform | Installation command | | |||
| --------------------------------------- | ----------------------------------------------------------------- | | |||
| Pre CXX11 ABI (Linux x86_64) | python3 setup.py install --use-pre-cxx11-abi | | |||
| CXX ABI (Linux x86_64) | python3 setup.py install | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CXX11* ABI
Description
Remove pre-cxx11 abi and have some minor fixes
Type of change
Please delete options that are not relevant and/or add your own.
Checklist: