Add paddlepaddle demos for tt-forge-fe models#800
Open
meenakshiramanathan1 wants to merge 1 commit intomainfrom
Open
Add paddlepaddle demos for tt-forge-fe models#800meenakshiramanathan1 wants to merge 1 commit intomainfrom
meenakshiramanathan1 wants to merge 1 commit intomainfrom
Conversation
bd9870e to
74b5e9b
Compare
nvukobratTT
reviewed
Jan 16, 2026
Contributor
nvukobratTT
left a comment
There was a problem hiding this comment.
FYI, we can also fully remove PyTorch demos from the FFE section. We'll see to push many of them to XLA, but we can check the git history for then when we start. Therefore, to keep things clean, let's think about just removing tese models through this or some of the next PRs :))
ca6f2de to
c06e853
Compare
nvukobratTT
approved these changes
Feb 9, 2026
saiarthiraguram
approved these changes
Feb 10, 2026
Contributor
Author
|
This PR will be merged once this commit gets tracked in tt-forge as this PR is required for the changes in paddlepaddle post-processing. |
c06e853 to
46447da
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket
Fixes #799
Problem description
To create demos for the paddlepaddle models mentioned in this issue
What's changed
This PR adds demos for below mentioned paddlepaddle models:
i. Bert model for Masked Language Modeling, Question Answering and Sequence Classification tasks
ii. Albert model for Masked Language Modeling task
iii. Blip model for Image Captioning, Image Encoding and Text Encoding tasks
iv. AlexNet
v. DenseNet
vi. Googlenet
vii. MobileNetV2
viii. Resnet
Log
albert.log
alexnet.log
bert.log
blip.log
densenet.log
googlenet.log
mobilenetv2_demo.log
resnet_demo.log