Dheeraj Peri
Dheeraj Peri
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....
# Description This PR does the following 1) The default behavior is all converters are marked `dynamic=False`. 2) We conservatively/explicitly mark `dynamic=True` for the nodes we know that support dynamic...
## Bug Description ``` File "/home/dperi/.pyenv/versions/3.11.7/lib/python3.11/site-packages/torch/functional.py", line 126, in broadcast_shapes raise RuntimeError(f"Trying to create tensor with negative dimension ({shape[i]}): ({shape[i]})") RuntimeError: Trying to create tensor with negative dimension (-1): (-1)...
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....
chore: fixes chore: update docker chore: fix build-test chore: update docker readme # Description Please include a summary of the change and which issue is fixed. Please also include relevant...
## Bug Description Using main branch, BERT torchscript test fails FAILED models/test_models.py::TestModels::test_bert_base_uncased - RuntimeError: Schema not found for node. File a bug report. Node: %6932 : int = aten::add(%5840, %6931,...
# Description Fix a bug when the module outputs are non-tensors (example: torch.ops.aten.sym_size will return integers) ## Type of change Please delete options that are not relevant and/or add your...
# Description This PR adds FP8 & BF16 datatype support. It also implements converter for FP8 quantized ops. ## Type of change Please delete options that are not relevant and/or...
## Bug Description FAILED runtime/test_python_runtime.py::TestLowRankInputs::test_1D_input - AssertionError: 61.15180206298828 != 0 within 7 places (61.15180206298828 difference) : 1D-Tensor TRT outputs don't match with the original model. ## To Reproduce Steps to...