Browse Source

Update README.md

Add lint disable for dead link false alarm
Chester Hu 1 year ago
parent
commit
2b0fc14081
1 changed files with 2 additions and 0 deletions
  1. 2 0
      benchmarks/inference_throughput/on-perm/README.md

+ 2 - 0
benchmarks/inference_throughput/on-perm/README.md

@@ -23,7 +23,9 @@ Once you have finished deployment, you can use the command below to run benchmar
 ```
 python chat_vllm_benchmark.py
 ```
+<!-- markdown-link-check-disable -->
 If you are going to use [Azure AI content check](https://azure.microsoft.com/en-us/products/ai-services/ai-content-safety), then you should install dependencies as shown below in your terminal:
+<!-- markdown-link-check-enable -->
 ```
 pip install azure-ai-contentsafety azure-core
 ```