Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ paddle.concat(tuple(Tensor([31376, 768],"float32"),Tensor([1, 768],"float32"),),
```
- 安装第三方库:
```bash
pip install func_timeout pandas pebble pynvml pyyaml typer
pip install func_timeout pandas pebble nvidia-ml-py pyyaml typer
```

4. PaddlePaddle 与 PyTorch 的部分依赖项可能发生冲突,请先安装 *paddlepaddle-gpu* 再安装 *torch*,重新安装请在 pip 后添加 `--force-reinstall` 参数,仅更新 paddle 请添加 `--no-deps` 参数;engineV2 建议使用 python>=3.10
Expand Down
2 changes: 1 addition & 1 deletion engineV2-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
```bash
pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu118/
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
pip install func_timeout pandas pebble pynvml pyyaml
pip install func_timeout pandas pebble nvidia-ml-py pyyaml
```
2. 克隆 PaddleAPITest 仓库并进入项目目录
```bash
Expand Down
2 changes: 1 addition & 1 deletion test_pipline/CINN/README_test_cinn.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
4. 安装第三方库

```bash
pip install pandas pebble pynvml pyyaml
pip install pandas pebble nvidia-ml-py pyyaml
```

### 2. 准备测试集
Expand Down
2 changes: 1 addition & 1 deletion test_pipline/V2/cpu_0size.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
5. 安装第三方库

```bash
pip install func_timeout pebble pynvml
pip install func_timeout pebble nvidia-ml-py
```

### 2. 准备测试集
Expand Down
2 changes: 1 addition & 1 deletion test_pipline/V2/cpu_accuracy.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
5. 安装第三方库

```bash
pip install func_timeout pebble pynvml
pip install func_timeout pebble nvidia-ml-py
```

### 2. 准备测试集
Expand Down
2 changes: 1 addition & 1 deletion test_pipline/V2/gpu_0size.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
5. 安装第三方库

```bash
pip install func_timeout pebble pynvml
pip install func_timeout pebble nvidia-ml-py
```

### 2. 准备测试集
Expand Down
2 changes: 1 addition & 1 deletion test_pipline/V2/gpu_accuracy.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
5. 安装第三方库

```bash
pip install func_timeout pebble pynvml
pip install func_timeout pebble nvidia-ml-py
```

### 2. 准备测试集
Expand Down
2 changes: 1 addition & 1 deletion test_pipline/V2/gpu_accuracy_tolerance.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
5. 安装第三方库

```bash
pip install pebble pynvml pandas
pip install pebble nvidia-ml-py pandas
```

### 2. 准备测试集
Expand Down
2 changes: 1 addition & 1 deletion test_pipline/V2/gpu_bigtensor.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
5. 安装第三方库

```bash
pip install func_timeout pebble pynvml
pip install func_timeout pebble nvidia-ml-py
```

### 2. 准备测试集
Expand Down
2 changes: 1 addition & 1 deletion test_pipline/V2/monitor_script/cpu_0size.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
5. 安装第三方库

```bash
pip install func_timeout pebble pynvml
pip install func_timeout pebble nvidia-ml-py
```

### 2. 准备测试集
Expand Down
2 changes: 1 addition & 1 deletion test_pipline/V2/monitor_script/gpu_0size.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
5. 安装第三方库

```bash
pip install func_timeout pebble pynvml
pip install func_timeout pebble nvidia-ml-py
```

### 2. 准备测试集
Expand Down
Loading