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
4 changes: 2 additions & 2 deletions ais_bench/benchmark/configs/datasets/ifbench/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ IFBench 是一个用于评估 AI 模型在遵循新颖、具有挑战性且多

### 1. 安装依赖

下载 pyarrow 依赖
读取 `requirements/datasets/IFBench_test.txt` 文件中的依赖列表,安装所需依赖

```shell
pip install pyarrow==15.0.0
pip install -r requirements/datasets/IFBench_test.txt
```

### 2. 下载 NLTK 数据包
Expand Down
4 changes: 2 additions & 2 deletions ais_bench/benchmark/configs/datasets/ifbench/README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ IFBench is a benchmark for evaluating the reliability of AI models in following

### 1. Install Dependencies

Download pyarrow dependency:
Read the dependency list from `requirements/datasets/IFBench_test.txt` and install the required dependencies:

```shell
pip install pyarrow==15.0.0
pip install -r requirements/datasets/IFBench_test.txt
```

### 2. Download NLTK Data Package
Expand Down
2 changes: 0 additions & 2 deletions requirements/runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,3 @@ tree_sitter_languages>=1.10.2
typer
Pillow==11.2.1
janus
emoji
syllapy
Loading