Skip to content

Commit 5d48435

Browse files
authored
ci: Remove deprecated vLLM config "disable_log_requests" (#8408)
1 parent e0e3708 commit 5d48435

File tree

3 files changed

+3
-4
lines changed
  • python/openai/tests
    • vllm_mistral_models/mistral-nemo-instruct-2407/1
    • vllm_models/llama-3.1-8b-instruct/1
  • qa/L0_perf_vllm

3 files changed

+3
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"model": "mistralai/Mistral-Nemo-Instruct-2407", "disable_log_requests": true, "gpu_memory_utilization": 0.9}
1+
{"model": "mistralai/Mistral-Nemo-Instruct-2407", "gpu_memory_utilization": 0.9}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"model": "meta-llama/Meta-Llama-3.1-8B-Instruct", "disable_log_requests": true, "gpu_memory_utilization": 0.9}
1+
{"model": "meta-llama/Meta-Llama-3.1-8B-Instruct", "gpu_memory_utilization": 0.9}

qa/L0_perf_vllm/test.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# Copyright 2023-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without
55
# modification, are permitted provided that the following conditions
@@ -47,7 +47,6 @@ rm -rf $MODEL_REPO $EXPORT_FILE *.tjson *.json *.csv
4747
mkdir -p $MODEL_REPO/$MODEL_NAME/1
4848
echo '{
4949
"model":"gpt2",
50-
"disable_log_requests": "true",
5150
"gpu_memory_utilization": 0.5
5251
}' >$MODEL_REPO/$MODEL_NAME/1/model.json
5352

0 commit comments

Comments
 (0)