Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Popular_Models_Guide/DeepSeek/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
1 change: 0 additions & 1 deletion Popular_Models_Guide/Llama2/llama2vllm/1/model.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
1 change: 0 additions & 1 deletion Quick_Deploy/vLLM/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ The content of `model.json` is:
```json
{
"model": "facebook/opt-125m",
"disable_log_requests": "true",
"gpu_memory_utilization": 0.5
}
```
Expand Down
Loading