Skip to content

Commit

Permalink
LlmInputs - Updated API + generic framework + convert to vLLM format (#…
Browse files Browse the repository at this point in the history
…486)

* Initial API changes. Unit tests passing

* Creating and using generic format with openai

* Initial code to support vllm output

* Refactoring

* General cleanup + todos

* Fixing codeql

* Fix codeql issue

* Removing output_filename define
  • Loading branch information
nv-braf authored Mar 5, 2024
1 parent ae5d5b6 commit 9444bb1
Show file tree
Hide file tree
Showing 3 changed files with 409 additions and 76 deletions.
4 changes: 4 additions & 0 deletions src/c++/perf_analyzer/genai-pa/genai_pa/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

LOGGER_NAME: str = "genai-pa"

OPEN_ORCA = "openorca"
CNN_DAILY_MAIL = "cnn_dailymail"
DEFAULT_INPUT_DATA_JSON = "llm_inputs.json"
Loading

0 comments on commit 9444bb1

Please sign in to comment.