Skip to content

Commit 2d6b9df

Browse files
authored
doc: Remove deprecated config (#141)
1 parent 7178bc4 commit 2d6b9df

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Popular_Models_Guide/DeepSeek/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ look like:
5555
```json
5656
{
5757
"model":"deepseek-ai/DeepSeek-R1-Distill-Llama-8B",
58-
"disable_log_requests": true,
5958
"gpu_memory_utilization": 0.9,
6059
"enforce_eager": true
6160
}

Popular_Models_Guide/Llama2/llama2vllm/1/model.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
"model":"meta-llama/Llama-2-7b-hf",
33
"trust_remote_code":true,
44
"download_dir":"/opt/tritonserver/model_repository/llama2vllm/hf-cache",
5-
"disable_log_requests": "true",
65
"gpu_memory_utilization": 0.5
76
}

Quick_Deploy/vLLM/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ The content of `model.json` is:
7373
```json
7474
{
7575
"model": "facebook/opt-125m",
76-
"disable_log_requests": "true",
7776
"gpu_memory_utilization": 0.5
7877
}
7978
```

0 commit comments

Comments
 (0)