-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Details: - *item1* - *...* ### Tickets: - *ticket-id*
- Loading branch information
Showing
7 changed files
with
1,119 additions
and
183 deletions.
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
96 changes: 96 additions & 0 deletions
96
docs/sphinx_setup/_static/benchmarks_files/data/graph-data-ovms-genai.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
[ | ||
{ | ||
"Platform": "Intel® Xeon® Platinum 8580", | ||
"Model": "mistralai/Mistral-7B-v0.1", | ||
"PlatformType": "None", | ||
"Parameters": { | ||
"Vllm": { | ||
"Precisions": [ | ||
{ | ||
"Throughput": { | ||
"0.2": "350.06", | ||
"0.6": "486.89", | ||
"0.8": "575.92", | ||
"2.0": "778.07" | ||
} | ||
}, | ||
{ | ||
"Latency": { | ||
"0.2": "60.93", | ||
"0.6": "91.63", | ||
"0.8": "113.61", | ||
"2.0": "240.25" | ||
} | ||
} | ||
] | ||
}, | ||
"Ovms": { | ||
"Precisions": [ | ||
{ | ||
"Throughput": { | ||
"0.2": "90.98", | ||
"0.6": "266.24", | ||
"0.8": "351.63", | ||
"2.0": "195.16" | ||
} | ||
}, | ||
{ | ||
"Latency": { | ||
"0.2": "54.9", | ||
"0.6": "78.78", | ||
"0.8": "95.78", | ||
"2.0": "352.23" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
{ | ||
"Platform": "Intel® Xeon® Platinum 8530", | ||
"Model": "mistralai/Mistral-7B-v0.1", | ||
"PlatformType": "None", | ||
"Parameters": { | ||
"Vllm": { | ||
"Precisions": [ | ||
{ | ||
"Throughput": { | ||
"0.2": "350.06", | ||
"0.6": "486.89", | ||
"0.8": "575.92", | ||
"2.0": "778.07" | ||
} | ||
}, | ||
{ | ||
"Latency": { | ||
"0.2": "60.93", | ||
"0.6": "91.63", | ||
"0.8": "113.61", | ||
"2.0": "240.25" | ||
} | ||
} | ||
] | ||
}, | ||
"Ovms": { | ||
"Precisions": [ | ||
{ | ||
"Throughput": { | ||
"0.2": "90.98", | ||
"0.6": "266.24", | ||
"0.8": "351.63", | ||
"2.0": "195.16" | ||
} | ||
}, | ||
{ | ||
"Latency": { | ||
"0.2": "54.9", | ||
"0.6": "78.78", | ||
"0.8": "95.78", | ||
"2.0": "352.23" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
<div> | ||
<div class="modal-header"> | ||
<h2>Benchmark Graph Builder</h2> | ||
<span class="modal-close">×</span> | ||
</div> | ||
<div class="modal-line-divider"></div> | ||
<section id="modal-configure-graphs" class="modal-configure-graphs"> | ||
<div id="configure-graphs-header" class="configure-graphs-header"> | ||
<h3>Configure Graphs</h3> | ||
<div class="buttons-nav"> | ||
<div> | ||
<button id="build-graphs-btn" disabled="disabled" class="build-graphs-btn">Show Graphs</button> | ||
</div> | ||
<div class="clear-all-btn"> | ||
<span class="clear-all-btn-content">Clear All</span> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="configure-graphs-content"> | ||
<div class="modal-content-grid-container"> | ||
<div class="modal-content-grid-item"> | ||
<div title="Select\deselect all network model list" class="show-allcheckbox"> | ||
<span class="models-selectall"> | ||
</span> | ||
</div> | ||
<h5>Models</h5> | ||
<div class="modal-line-divider"></div> | ||
<div class="modal-content-grid"> | ||
<div class="models-column column"></div> | ||
</div> | ||
</div> | ||
<div class="modal-content-grid-item"> | ||
<div title="Select\deselect all platform list" class="show-allcheckbox"> | ||
<span class="platforms-selectall"> | ||
</span> | ||
</div> | ||
<h5>Platforms</h5> | ||
<div id="filters" title="Filter the platform list" class="show-filter"> | ||
<span class="filters-label">Show filters</span> | ||
<span class="show-filters-icon"></span> | ||
</div> | ||
<div class="modal-line-divider"></div> | ||
<div class="modal-content-grid"> | ||
<div class="platforms-column column"></div> | ||
</div> | ||
</div> | ||
<div class="modal-content-grid-item"> | ||
<h5>Engines</h5> | ||
<div class="modal-line-divider"></div> | ||
<div class="modal-content-grid"> | ||
<div class="kpi-column column"></div> | ||
</div> | ||
<h5>Parameters</h5> | ||
<div class="modal-line-divider"></div> | ||
<div class="modal-content-grid"> | ||
<div class="precisions-column column"></div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="configure-graphs-content"> | ||
<div class="modal-content-grid-container"> | ||
<div id="modal-filters" class="modal-filter"> | ||
<div class="modal-filters-content"> | ||
<div class="modal-header"> | ||
<h2>Show\hide platform types</h2> | ||
<span class="close-filters"><span class="arrow-back-icon"></span></span> | ||
</div> | ||
<div class="show-allcheckbox"> | ||
<span class="ietype-selectall"></span> | ||
</div> | ||
<h5>Platform Types</h5> | ||
<div class="modal-line-divider"></div> | ||
<div class="modal-content-grid"> | ||
<div class="ietype-column column"></div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<section id="modal-display-graphs" class="modal-display-graphs"> | ||
<div class="benchmark-graph-results-header"> | ||
<h3>Graph Results</h3> | ||
<div class="edit-settings-btn"> | ||
<div class="edit-settings-text">Edit Settings | ||
<span class="edit-settings-icon"></span> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="chart-placeholder"></div> | ||
</section> | ||
<div class="modal-footer"> | ||
</div> | ||
</div> |
Oops, something went wrong.