# mindie profiling advisor **Repository Path**: wangguowei33/mindie_profiling_advisor ## Basic Information - **Project Name**: mindie profiling advisor - **Description**: No description available - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-26 - **Last Updated**: 2025-02-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MindStudio profiling advisor ## 介绍 - 执行 mindie benchmark,输出结果的 instance 文件夹 - 执行 `msserver_advisor.py` ```sh # 如果没有设置 mindie 环境变量,手动 export 路径 export MIES_INSTALL_PATH=$HOME/workspace # 执行调参建议 python msserver_advisor.py -i ../instance/ ``` - 参数 | 参数 | 说明 | | -------------------- | --------------------------------------------------------------- | | -i, --instance_path | benchamrk 输出的 instance 路径 | | -t, --target | 调参指标, 可选值:ttft, firsttokentime, throughput | | -m, --target_metrics | 调参指标的具体项,可选值:average,max,min,P75,P90,SLO_P90,P99,N |