From 9577f40973360bfb30aff3e74d60ec02c265733e Mon Sep 17 00:00:00 2001 From: repos Date: Mon, 10 Aug 2026 11:36:07 +0800 Subject: [PATCH] Update Framework --- Framework.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Framework.md b/Framework.md index eab9144..dc62c54 100644 --- a/Framework.md +++ b/Framework.md @@ -117,6 +117,24 @@ ``` +#### vLLM + +* **使用以下命令安装指定包** + + ```shell + pip install vllm-metax -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com + + ``` + +#### Paddle-metax + +* **使用以下命令安装指定包** + + ```shell + pip install paddle-metax -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com + + ``` + ### 列出可用版本