This repository was archived by the owner on Sep 10, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 248
enable multi-transformer defination #966
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
416c4f4
add llama 3.1 8b support
Gasoonjia abb8e95
Merge branch 'main' of https://github.com/pytorch/torchchat
Gasoonjia 04c3c50
rename ModelArgs as TransformerArgs
Gasoonjia db4853b
make Model and ModelArgs as model definition entrance
Gasoonjia 6935a02
Merge branch 'main' of github.com:pytorch/torchchat into enable-multi…
Gasoonjia 3b35ea2
Merge branch 'main' of github.com:pytorch/torchchat into enable-multi…
Gasoonjia f0f760e
make model definition support multiple transformer
Gasoonjia 2cb794e
make model definition support multiple transformer
Gasoonjia 7b757e1
make model definition support multiple transformer
Gasoonjia 0992784
make input arg static in Model to support export
Gasoonjia 665df2e
fix bugs for gguf and et in new model definition architecture
Gasoonjia ff455d1
Merge branch 'main' of github.com:pytorch/torchchat into enable-multi…
Gasoonjia 479bb44
retrieve text transformer arg from modelargs
Gasoonjia 0edf73a
add set_cache funtion to Model to work around PTEModel issue
Gasoonjia 960aae5
make torchchat rely on torchtune
Gasoonjia 286a88b
Merge branch 'main' of github.com:pytorch/torchchat into enable-multi…
Gasoonjia 9f5e655
Merge branch 'main' of github.com:pytorch/torchchat into enable-multi…
Gasoonjia bd3dbda
fix merge issue
Gasoonjia d52aac4
remove export_util
Gasoonjia 11113ff
extra torchtune dependency
Gasoonjia File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
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.
Some irrelevant updates come from lintrunner