-
Notifications
You must be signed in to change notification settings - Fork 72
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
adding hunyuan hf (support lora finetuning); unified hunyuan hf inference with quantization #135
Merged
+2,351
−95
Merged
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
a133b58
fix lora cp saving issue
BrianChen1129 3008adf
Merge branch 'main' of github.com:jzhang38/FastVideo-OSP
BrianChen1129 a3f8fc2
fix lora save issue
BrianChen1129 580575c
fix lora save issue
BrianChen1129 4c16991
Revert "fix lora save issue"
BrianChen1129 677efd9
fix lora save issue
BrianChen1129 48fd2d2
Merge branch 'main' of github.com:jzhang38/FastVideo-OSP into yq-lora…
BrianChen1129 c31f507
debug hunyuan hf sp
BrianChen1129 ac58b2f
test hunyuan hf
BrianChen1129 77b690c
add huanyuan hf inference and train
BrianChen1129 04c1610
support hunyuan hf lora
BrianChen1129 bfe0448
syn with main
BrianChen1129 594b65a
syn with main
BrianChen1129 36560eb
unified hunyuan hf
BrianChen1129 d25c235
unified hunyuan hf
BrianChen1129 557dbca
unified hunyuan hf
BrianChen1129 0c058c3
add lora
BrianChen1129 cbc52b0
syn with main
BrianChen1129 f35ea70
unify hunyuan hf inference
BrianChen1129 cad6e6d
unify hunyuan hf inference
BrianChen1129 1832042
syn with main
BrianChen1129 5d21b16
syn
BrianChen1129 1d7d637
syn
BrianChen1129 c1cf441
syn
BrianChen1129 22d499b
syn
BrianChen1129 e7ea0d7
syn
BrianChen1129 afe24e2
syn
BrianChen1129 41f8ac9
syn
BrianChen1129 3f2fc1a
fix train.py
BrianChen1129 32a7bb3
update README
BrianChen1129 79be9b5
syn
BrianChen1129 5af5b6a
add dataset preparation scripts
BrianChen1129 54d1e5d
format
BrianChen1129 2017c08
syn with main; add readme
BrianChen1129 26e7dc9
syn with main; add readme
BrianChen1129 9109210
ready for lora release
BrianChen1129 e357df9
format check
BrianChen1129 6bb0705
format check
BrianChen1129 aedb4a2
format check
BrianChen1129 5a086e9
format check
BrianChen1129 e819bdb
format check
BrianChen1129 7fcc414
scripts clean
BrianChen1129 1d0d787
fix shift issue in scripts
BrianChen1129 f7c9a37
add change log
BrianChen1129 a7e5aac
fix huynuan ft scripts val steps
BrianChen1129 db92841
pr version revision
BrianChen1129 a44972b
ready for lora pr
BrianChen1129 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
Loading status checks…
format check
commit e357df9fe249542b3ba43536998c91a33110c6f4
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
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.
Why separate inference and inference quantization functions?