Open aliencaocao opened 5 days ago
@aliencaocao Thanks for your interest in TrtLLM. But unfortunately, we no longer support V100.
the version i use is officially supported by V100, and also the latest stable release too. Which is the last version that is supposed to work?
@aliencaocao May I ask you what you changed for the build_wheel?
My build wheel command is in the post. I did not change the script itself.
System Info
python3 ./scripts/build_wheel.py --trt_root /home/ubuntu/TensorRT-LLM/TensorRT-10.4.0.26 --cuda_architectures "70-real;75-real"
I can provide my built wheel download link via email if needed.Using PyTorch 2.5.1+cu124
Who can help?
No response
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
Ran the following to convert checkpoint and build, all went thru no issue:
Then it will segfault when I try to test:
Expected behavior
No segfault
actual behavior
Segfault log:
additional notes
The same model when running on HF transformers works fine.