[skip ci]Update README (#11820)

Signed-off-by: shiyu22 <shiyu.chen@zilliz.com>
pull/11840/head
shiyu22 2021-11-15 19:42:08 +08:00 committed by GitHub
parent 30b49da04a
commit 5f6524e33a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -30,9 +30,9 @@ The milvus_benchmark is a non-functional testing tool or service which allows us
if we need to use the sift/deep dataset as the raw data input, then mount NAS and update `RAW_DATA_DIR` in `config.py`, the example mount command:
```bash
```bash
$ sudo mount -t cifs -o username=test,vers=1.0 //172.16.70.249/test /test
```
```
3. Install requirements: