Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nauyisu022 committed Feb 18, 2025
1 parent 23867c2 commit 5319a69
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 18 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ pip install trustllm
conda install -c conda-forge trustllm
```



### **Dataset Download**

Download TrustLLM dataset:
Expand Down
28 changes: 12 additions & 16 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,38 +14,34 @@ TrustLLM is a comprehensive study of trustworthiness in large language models (L
## **Before Evaluation**

### **Installation**

**Installation via `pip`:**
Create a new environment:

```shell
pip install trustllm
```

**Installation via `conda`:**

```sh
conda install -c conda-forge trustllm
conda create --name trustllm python=3.9
```

**Installation via Github:**
**Installation via Github (recommended):**

```shell
git clone git@github.com:HowieHwong/TrustLLM.git
cd TrustLLM/trustllm_pkg
pip install .
```

Creat a new environment:

**Installation via `pip` (deprecated):**

```shell
conda create --name trustllm python=3.9
pip install trustllm
```

Install required packages:
**Installation via `conda` (deprecated):**

```shell
cd trustllm_pkg
pip install .
```sh
conda install -c conda-forge trustllm
```


### **Dataset Download**

1. Download TrustLLM dataset from Github:
Expand Down

0 comments on commit 5319a69

Please sign in to comment.