-
Notifications
You must be signed in to change notification settings - Fork 0
add ROCm configs #37
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
Draft
dtrifiro
wants to merge
10
commits into
main
Choose a base branch
from
rocm-configs
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
add ROCm configs #37
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
a91f4c4
mistralai/Mixtral-8x7B-Instruct-v0.1: add rocm accuracy server override
dtrifiro 0640959
Llama-3.1-8B-Instruct add accuracy/server-rocm.
dtrifiro 049f3b3
meta-llama/Llama-3.1-8B-Instruct: decrease gpu_memory_utilization to …
dtrifiro ba9cac2
mistralai/Mistral-Small-3.1-24B-Instruct-2503: add rocm server override
dtrifiro 08894ea
add rocm accuracy overrides for Mistral 24b and Ph
dtrifiro 736fd47
reduce ROCm gpu memory gpu_utilization
dtrifiro c032e04
mistralai/Mixtral-8x7B-Instruct-v0.1: set tensor-parallel-size=2
dtrifiro 51867fe
cleanup configs
dtrifiro cfa2b6f
rocm: use enforce-eager to avoid OOM errors
dtrifiro 483b7d2
Qwen: override gpu-memory-utilization=0.6
dtrifiro 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# common/accuracy/server.yml | ||
trust-remote-code: true | ||
tensor-parallel-size: 1 | ||
max-model-len: 16384 | ||
# override | ||
gpu_memory_utilization: 0.6 |
6 changes: 6 additions & 0 deletions
6
RedHatAI/Meta-Llama-3.1-8B-Instruct-FP8-dynamic/accuracy/server-rocm.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# common/accuracy/server.yml | ||
trust-remote-code: true | ||
tensor-parallel-size: 1 | ||
max-model-len: 16384 | ||
# override | ||
enforce-eager: true |
6 changes: 6 additions & 0 deletions
6
RedHatAI/Mistral-Small-24B-Instruct-2501-FP8-Dynamic/accuracy/server-rocm.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# common/accuracy/server.yml | ||
trust-remote-code: true | ||
tensor-parallel-size: 1 | ||
max-model-len: 16384 | ||
# override | ||
enforce-eager: true |
6 changes: 6 additions & 0 deletions
6
RedHatAI/Mistral-Small-24B-Instruct-2501-quantized.w8a8/accuracy/server-rocm.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# common/accuracy/server.yml | ||
trust-remote-code: true | ||
tensor-parallel-size: 1 | ||
max-model-len: 16384 | ||
# override | ||
enforce-eager: true |
6 changes: 6 additions & 0 deletions
6
RedHatAI/Mistral-Small-3.1-24B-Instruct-2503-FP8-dynamic/accuracy/server-rocm.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# common/accuracy/server.yml | ||
trust-remote-code: true | ||
tensor-parallel-size: 1 | ||
max-model-len: 16384 | ||
# override | ||
enforce-eager: true |
6 changes: 6 additions & 0 deletions
6
RedHatAI/Mistral-Small-3.1-24B-Instruct-2503-quantized.w8a8/accuracy/server-rocm.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# common/accuracy/server.yml | ||
trust-remote-code: true | ||
tensor-parallel-size: 1 | ||
max-model-len: 16384 | ||
# override | ||
enforce-eager: true |
6 changes: 6 additions & 0 deletions
6
RedHatAI/Qwen2.5-7B-Instruct-FP8-dynamic/accuracy/server-rocm.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# common/accuracy/server.yml | ||
trust-remote-code: true | ||
tensor-parallel-size: 1 | ||
max-model-len: 16384 | ||
# override | ||
enforce-eager: true |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# common/accuracy/server.yml | ||
trust-remote-code: true | ||
tensor-parallel-size: 1 | ||
max-model-len: 16384 | ||
# override | ||
enforce-eager: true |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# common/accuracy/server.yml | ||
trust-remote-code: true | ||
tensor-parallel-size: 1 | ||
max-model-len: 16384 | ||
# override | ||
enforce-eager: true |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# common/accuracy/server.yml | ||
trust-remote-code: true | ||
tensor-parallel-size: 1 | ||
max-model-len: 16384 | ||
# override | ||
enforce-eager: true |
6 changes: 6 additions & 0 deletions
6
mistralai/Mistral-Small-24B-Instruct-2501/accuracy/server-rocm.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# common/accuracy/server.yml | ||
trust-remote-code: true | ||
tensor-parallel-size: 1 | ||
max-model-len: 16384 | ||
# override | ||
gpu_memory_utilization: 0.6 |
6 changes: 6 additions & 0 deletions
6
mistralai/Mistral-Small-3.1-24B-Instruct-2503/accuracy/server-rocm.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# common/accuracy/server.yml | ||
trust-remote-code: true | ||
tensor-parallel-size: 1 | ||
max-model-len: 16384 | ||
# override | ||
gpu_memory_utilization: 0.6 |
7 changes: 7 additions & 0 deletions
7
mistralai/Mixtral-8x7B-Instruct-v0.1/accuracy/server-rocm.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1 | ||
model: 'mistralai/Mixtral-8x7B-Instruct-v0.1' | ||
trust-remote-code: true | ||
tensor-parallel-size: 2 | ||
max-model-len: 16384 | ||
# override | ||
enforce-eager: true |
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.
The model config here can be removed.