Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: NVIDIA/Model-Optimizer

Tags

0.40.0

Toggle 0.40.0's commit message

Verified

This commit was signed with the committer’s verified signature.
kevalmorabia97 Keval Morabia
[NVBug 5659126] dummy inputs are kwargs maps (#676)

## What does this PR do?

bug fix

**Overview:**

[NVBug 5659126] dummy inputs are kwargs maps, and rename the
generate_... function to more explicitly reflect the return value type


## Testing

`python diffusion_trt.py --model flux-dev --override-model-path
/models/FLUX.1-dev --torch --benchmark --skip-image
`

Signed-off-by: Shengliang Xu <[email protected]>

0.41.0dev

Toggle 0.41.0dev's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Product Rename: TensorRT Model Optimizer to Model Optimizer (#583)

- [x] Product Rename: TensorRT Model Optimizer to Model Optimizer
(OMNIML-3033)
- [x] Mention in Latest News section with date on the date of merging
this PR (12/08)

Signed-off-by: Keval Morabia <[email protected]>

0.39.0

Toggle 0.39.0's commit message

Partially verified

This commit is signed with the committer’s verified signature.
kevalmorabia97’s contribution has been verified via SSH key.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
[NVBUG: 5619158] Optimize memory usage for diffusion_trt.py (#547)

## What does this PR do?

**Type of change:** 
Minor code change

**Overview:**
- Delete backbone after Device Model creation
- Add assertion for torch compile
- Update dummy input generation function

## Testing
```
python diffusion_trt.py --model flux-dev --benchmark --skip-image 
python diffusion_trt.py --model flux-dev --benchmark --skip-image --restore-from ./flux_dev_fp8_autodeploy_fake.pt
python diffusion_trt.py --model flux-dev --benchmark --skip-image --restore-from ./flux_dev_fp4_autodeploy_fake.pt
python diffusion_trt.py --model flux-dev --benchmark --skip-image --torch 
python diffusion_trt.py --model flux-dev --benchmark --skip-image --restore-from ./flux_dev_fp8_autodeploy_fake.pt --torch 
python diffusion_trt.py --model flux-dev --benchmark --skip-image --restore-from ./flux_dev_fp4_autodeploy_fake.pt --torch 
python diffusion_trt.py --model flux-dev --benchmark --skip-image --torch --torch-compile 
```

## Before your PR is "*Ready for review*"
<!-- If you haven't finished some of the above items you can still open
`Draft` PR. -->

- **Make sure you read and follow [Contributor
guidelines](https://github.com/NVIDIA/TensorRT-Model-Optimizer/blob/main/CONTRIBUTING.md)**
and your commits are signed.
- **Is this change backward compatible?**: Yes
- **Did you write any new necessary tests?**: No
- **Did you add or update any necessary documentation?**: No
- **Did you update
[Changelog](https://github.com/NVIDIA/TensorRT-Model-Optimizer/blob/main/CHANGELOG.rst)?**:
No <!--- Only for new features, API changes, critical bug fixes or bw
breaking changes. -->

---------

Signed-off-by: ajrasane <[email protected]>

0.37.0

Toggle 0.37.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix saving issue on new transformers w FSDP2 (for Release 0.37) (#414)

Signed-off-by: Asha Anoosheh <[email protected]>

0.35.1

Toggle 0.35.1's commit message

Verified

This commit was signed with the committer’s verified signature.
kevalmorabia97 Keval Morabia
Update release version to 0.35.1

Signed-off-by: Keval Morabia <[email protected]>

0.35.0

Toggle 0.35.0's commit message

Verified

This commit was signed with the committer’s verified signature.
kevalmorabia97 Keval Morabia
Sync 0.35.0 release branch

Signed-off-by: Keval Morabia <[email protected]>

0.33.1

Toggle 0.33.1's commit message

Verified

This commit was signed with the committer’s verified signature.
kevalmorabia97 Keval Morabia
Add changes for 0.33.1 release

Signed-off-by: Keval Morabia <[email protected]>

0.33.0

Toggle 0.33.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update Ln-norm logic for upcoming PyTorch update (#206)

Co-authored-by: namgyu-youn <[email protected]>

0.31.0

Toggle 0.31.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix installation files

0.29.0

Toggle 0.29.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix svdquant restore