瀏覽代碼

Update README.md

Add lint disable for dead link false alarm
Chester Hu 1 年之前
父節點
當前提交
2b0fc14081
共有 1 個文件被更改,包括 2 次插入0 次删除
  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
 ```