Update README.md
Browse files
README.md
CHANGED
@@ -50,7 +50,14 @@ Emergent zero-shot classification performance.
|
|
50 |
|
51 |
## Usage
|
52 |
|
53 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
```shell
|
56 |
conda create --name imagebind python=3.8 -y
|
|
|
50 |
|
51 |
## Usage
|
52 |
|
53 |
+
First git clone the repository:
|
54 |
+
|
55 |
+
```bash
|
56 |
+
git clone -b feature/add_hf https://github.com/nielsrogge/ImageBind.git
|
57 |
+
cd ImageBind
|
58 |
+
```
|
59 |
+
|
60 |
+
Next, install pytorch 1.13+ and other 3rd party dependencies.
|
61 |
|
62 |
```shell
|
63 |
conda create --name imagebind python=3.8 -y
|