浏览代码

Update deprecated demo app links to recipes

Navyata Bawa 11 月之前
父节点
当前提交
eb4a0bb644
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      recipes/inference/model_servers/llama-on-prem.md

+ 1 - 1
recipes/inference/model_servers/llama-on-prem.md

@@ -182,5 +182,5 @@ llm = HuggingFaceTextGenInference(
 llm("What wrote the book godfather?")
 ```
 
-With the Llama 2 instance `llm` created this way, you can integrate seamlessly with LangChain and LlamaIndex to build powerful on-prem Llama 2 apps such as the [Llama demo apps](https://github.com/facebookresearch/llama-recipes/tree/main/demo_apps).
+With the Llama 2 instance `llm` created this way, you can integrate seamlessly with LangChain and LlamaIndex to build powerful on-prem Llama 2 apps such as the [Llama demo apps](https://github.com/meta-llama/llama-recipes/tree/main/recipes).