-
Notifications
You must be signed in to change notification settings - Fork 61
[High Risk]reduce vram usage for optimized RTN mode #1043
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
Merged
Merged
Changes from all commits
Commits
Show all changes
67 commits
Select commit
Hold shift + click to select a range
8ceb6a1
reduce vram
wenhuach21 97f460e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] dd27f91
update
wenhuach21 0ea4fa2
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] d40de66
update
wenhuach21 67a1b34
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 2468f0a
fix bug
wenhuach21 0bd2cf9
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 7701487
update
wenhuach21 b54c1e4
Merge branch 'optimize_gguf_vram' of https://github.com/intel/auto-ro…
wenhuach21 42e5cc0
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 1307ddd
git push
wenhuach21 6d6d86a
fix accuracy bug
wenhuach21 e2586f9
trigger ut
wenhuach21 c7b3c24
clean code
wenhuach21 8ad2019
q80 q4k
wenhuach21 d316854
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 1743472
q5k
wenhuach21 5ffa12b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] db5c642
all ggufs use inplace ops
wenhuach21 ec6cb46
update
wenhuach21 ab5067b
Merge branch 'optimize_gguf_vram' of https://github.com/intel/auto-ro…
wenhuach21 5a503b4
update
wenhuach21 737977a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] c3b9213
Update auto_round/export/export_to_gguf/packing.py
wenhuach21 c2fe267
Update auto_round/export/export_to_gguf/packing.py
wenhuach21 963e6f9
Update auto_round/export/export_to_gguf/packing.py
wenhuach21 4c6366a
Update auto_round/export/export_to_gguf/packing.py
wenhuach21 343dbb6
Update auto_round/data_type/gguf.py
wenhuach21 932f407
Update auto_round/compressors/base.py
wenhuach21 8304a02
Update auto_round/export/export_to_gguf/packing.py
wenhuach21 bc86fdc
fix by comments
wenhuach21 08514f9
Merge branch 'optimize_gguf_vram' of https://github.com/intel/auto-ro…
wenhuach21 033330e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] c905bd2
fix line too long
wenhuach21 a616579
update readme
wenhuach21 cd01f13
update
wenhuach21 876267e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 1138c73
clean code
wenhuach21 111933f
Merge branch 'optimize_gguf_vram' of https://github.com/intel/auto-ro…
wenhuach21 be5e13c
update
wenhuach21 d97429f
Merge branch 'main' into optimize_gguf_vram
wenhuach21 190ea03
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] f16cde5
fix typo
wenhuach21 9f408d1
update
wenhuach21 2d059f3
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 7f27d72
Merge branch 'main' into optimize_gguf_vram
wenhuach21 78499a7
try to fix ut failure
wenhuach21 575103f
try to fix ut failure
wenhuach21 55efbbc
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 9fa4cd9
try to fix ut failure
wenhuach21 56abaa8
Merge branch 'optimize_gguf_vram' of https://github.com/intel/auto-ro…
wenhuach21 70a3fdb
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] b035b4f
try to fix ut failure
wenhuach21 a7cd959
update
wenhuach21 ae99930
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 79b2490
fix
wenhuach21 29b5188
update
wenhuach21 f840d2b
Merge branch 'optimize_gguf_vram' of https://github.com/intel/auto-ro…
wenhuach21 5e0bb6c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] d6d2979
fix typo
wenhuach21 9dcea24
Merge branch 'optimize_gguf_vram' of https://github.com/intel/auto-ro…
wenhuach21 1c8fe02
fix bug of gguf mllm
n1ck-guo 0c254d7
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] f85fe7e
refine a little
wenhuach21 94085dc
refine a little
wenhuach21 1c57b19
Merge branch 'main' into optimize_gguf_vram
wenhuach21 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
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.
Uh oh!
There was an error while loading. Please reload this page.