From af44c1437a3ac60221bd27320fc4c1ecc0f00d4e Mon Sep 17 00:00:00 2001 From: Yingge He <157551214+yinggeh@users.noreply.github.com> Date: Tue, 23 Sep 2025 12:07:53 -0700 Subject: [PATCH] doc: Remove deprecated config (#141) --- Popular_Models_Guide/DeepSeek/README.md | 1 - Popular_Models_Guide/Llama2/llama2vllm/1/model.json | 1 - Quick_Deploy/vLLM/README.md | 1 - 3 files changed, 3 deletions(-) diff --git a/Popular_Models_Guide/DeepSeek/README.md b/Popular_Models_Guide/DeepSeek/README.md index edba9d6c..bdb9b6bf 100644 --- a/Popular_Models_Guide/DeepSeek/README.md +++ b/Popular_Models_Guide/DeepSeek/README.md @@ -55,7 +55,6 @@ look like: ```json { "model":"deepseek-ai/DeepSeek-R1-Distill-Llama-8B", - "disable_log_requests": true, "gpu_memory_utilization": 0.9, "enforce_eager": true } diff --git a/Popular_Models_Guide/Llama2/llama2vllm/1/model.json b/Popular_Models_Guide/Llama2/llama2vllm/1/model.json index b7701b28..03e410b9 100644 --- a/Popular_Models_Guide/Llama2/llama2vllm/1/model.json +++ b/Popular_Models_Guide/Llama2/llama2vllm/1/model.json @@ -2,6 +2,5 @@ "model":"meta-llama/Llama-2-7b-hf", "trust_remote_code":true, "download_dir":"/opt/tritonserver/model_repository/llama2vllm/hf-cache", - "disable_log_requests": "true", "gpu_memory_utilization": 0.5 } diff --git a/Quick_Deploy/vLLM/README.md b/Quick_Deploy/vLLM/README.md index 244c1a92..629cfdb5 100644 --- a/Quick_Deploy/vLLM/README.md +++ b/Quick_Deploy/vLLM/README.md @@ -73,7 +73,6 @@ The content of `model.json` is: ```json { "model": "facebook/opt-125m", - "disable_log_requests": "true", "gpu_memory_utilization": 0.5 } ```