瀏覽代碼

markdown link check disable - https://github.com/gaurav-nelson/github-action-markdown-link-check#disable-check-for-some-links

Jeff Tang 1 年之前
父節點
當前提交
52197ed689
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      demo_apps/llama-on-prem.md

+ 2 - 0
demo_apps/llama-on-prem.md

@@ -22,7 +22,9 @@ pip install vllm
 
 Then run `huggingface-cli login` and copy and paste your Hugging Face access token to complete the login.
 
+<!-- markdown-link-check-disable -->
 There are two ways to deploy Llama 2 via vLLM, as a general API server or an OpenAI-compatible server (see [here](https://platform.openai.com/docs/api-reference/authentication) on how the OpenAI API authenticates, but you won't need to provide a real OpenAI API key when running Llama 2 via vLLM in the OpenAI-compatible mode).
+<!-- markdown-link-check-enable -->
 
 ### Deploying Llama 2 as an API Server