From ced07fa081e5ef61765f52ffd0e4880aab7f6af0 Mon Sep 17 00:00:00 2001 From: yanhe13 Date: Thu, 15 Aug 2024 10:04:58 +0800 Subject: [PATCH] doc finish --- huawei/acl_pytorch/classification_and_detection/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/huawei/acl_pytorch/classification_and_detection/README.md b/huawei/acl_pytorch/classification_and_detection/README.md index ba2c987..69deb72 100644 --- a/huawei/acl_pytorch/classification_and_detection/README.md +++ b/huawei/acl_pytorch/classification_and_detection/README.md @@ -59,7 +59,7 @@ ais-bench标准化性能测试软件,又称AI Server Benchmark软件,是根据 负载生成器LoadGenerator模块是AIS-Bench推理任务的必备的控制套件,负责负载生成、控制、统计等功能。会根据不同的设置与参数,对负载执行不同的分发策略,以满足不同场景下的测试要求。 - 请获取loadgen最新程序包,进行安装。该部分以whl包方式提供,需要通过如下命令安装,要注意python版本与包的对应关系 + 请获取loadgen[最新程序包](https://gitee.com/aisbench/loadgen/releases),进行安装。该部分以whl包方式提供,需要通过如下命令安装,要注意python版本与包的对应关系 ``` pip3 install loadgen-0.0.1-cp37-cp37m-linux_aarch64.whl -- Gitee