-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-org export code #9353
Merged
Merged
Re-org export code #9353
Changes from 2 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
d0952e1
reorg the export code
oyilmaz-nvidia 7911c52
Apply isort and black reformatting
oyilmaz-nvidia 5eb797c
replaced log with raise
oyilmaz-nvidia f5be3e4
Merge branch 'onur/reorg_export' of https://github.com/oyilmaz-nvidia…
oyilmaz-nvidia 2198471
add converter and loader folders
oyilmaz-nvidia db706c9
move nemo_ckpt_convert into the converter folder
oyilmaz-nvidia 04637f5
move nemo_file into loader folder
oyilmaz-nvidia 2716670
reorg converter
oyilmaz-nvidia 1c8a54c
Apply isort and black reformatting
oyilmaz-nvidia ad08ca8
continue to reorg converter
oyilmaz-nvidia 0402bd6
Merge branch 'onur/reorg_export' of https://github.com/oyilmaz-nvidia…
oyilmaz-nvidia 58fbdcb
Apply isort and black reformatting
oyilmaz-nvidia 70e17b9
continue to reorg
oyilmaz-nvidia 12d4dd2
Merge branch 'onur/reorg_export' of https://github.com/oyilmaz-nvidia…
oyilmaz-nvidia 2050be0
move nemo file back into nemo folder
oyilmaz-nvidia 6f32d0f
renamed nemo folder to nemo_ckpt_loader
oyilmaz-nvidia b09dccb
remove unused function
oyilmaz-nvidia 753b654
removed nemo file
oyilmaz-nvidia 387e36e
Apply isort and black reformatting
oyilmaz-nvidia 55cb60c
moved a function to tensorrt_llm_run file
oyilmaz-nvidia 3536130
Merge branch 'onur/reorg_export' of https://github.com/oyilmaz-nvidia…
oyilmaz-nvidia 5aabced
Apply isort and black reformatting
oyilmaz-nvidia 410daef
Remove unused imports
oyilmaz-nvidia e2655a8
Merge branch 'main' into onur/reorg_export
oyilmaz-nvidia dc9dced
Apply isort and black reformatting
oyilmaz-nvidia 653dab9
import csv added
oyilmaz-nvidia ad286ff
Merge branch 'main' into onur/reorg_export
oyilmaz-nvidia 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 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 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.
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.
@oyilmaz-nvidia I can see a few imports are gone in the new
nemo_file
, leading to NameErrors:TensorStorageMetadata
,load_state_dict
,np_bfloat16
. Can you bring them back please?(Also
GPT2Tokenizer
is missing but I don't know if this one is intended)