multi-train tianbaoxiexxx commited on
Commit
01f85be
1 Parent(s): a142c52

cd after clone (#2)

Browse files

- cd after clone (38a4bf2e29edf3b7147908ae75b8fd5c314894a8)


Co-authored-by: Tianbao Xie <tianbaoxiexxx@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -19,6 +19,7 @@ The model is easy to use with **our customized** `sentence-transformer` library.
19
  ## Installation
20
  ```bash
21
  git clone https://github.com/HKUNLP/instructor-embedding
 
22
  cd sentence-transformers
23
  pip install -e .
24
  ```
 
19
  ## Installation
20
  ```bash
21
  git clone https://github.com/HKUNLP/instructor-embedding
22
+ cd instructor-embedding
23
  cd sentence-transformers
24
  pip install -e .
25
  ```