Skip to content

Commit 5d7e698

Browse files
committed
[CI] Fix qwen benchmark scripts
1 parent dc9f8b7 commit 5d7e698

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/benchmark/nv3.6-qwen/disable_proxy.sh renamed to .github/workflows/benchmark/nv3.6-qwen/disable_local_proxy.sh

File renamed without changes.

.github/workflows/benchmark/nv3.6-qwen/perf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# SOFTWARE.
2222

2323
source ~/env.sh
24-
source ${BENCH_SCRIPT_DIR}/disable_proxy.sh
24+
source ${BENCH_SCRIPT_DIR}/disable_local_proxy.sh
2525

2626
if [[ -z "${CUDA_VISIBLE_DEVICES:-}" ]]; then
2727
echo "[FATAL] CUDA_VISIBLE_DEVICES is unset." >&2

.github/workflows/benchmark/nv3.6-qwen/ping.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
source ${BENCH_SCRIPT_DIR}/disable_proxy.sh
23+
source ${BENCH_SCRIPT_DIR}/disable_local_proxy.sh
2424

2525
curl http://127.0.0.1:8000/v1/models

.github/workflows/benchmark/nv3.6-qwen/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# SOFTWARE.
2222

2323
source ~/env.sh
24-
source ${BENCH_SCRIPT_DIR}/disable_proxy.sh
24+
source ${BENCH_SCRIPT_DIR}/disable_local_proxy.sh
2525

2626
python3 -m pip show flag_gems |grep Version
2727
python3 -m pip show flagtree |grep Version

.github/workflows/benchmark/nv3.6-qwen/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
source ${BENCH_SCRIPT_DIR}/disable_proxy.sh
23+
source ${BENCH_SCRIPT_DIR}/disable_local_proxy.sh
2424

2525
numactl --cpunodebind=0 --membind=0 \
2626
curl http://localhost:8000/v1/chat/completions \

0 commit comments

Comments
 (0)