nielsr HF staff commited on
Commit
51fc1ff
1 Parent(s): daf2a0a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -50,7 +50,14 @@ Emergent zero-shot classification performance.
50
 
51
  ## Usage
52
 
53
- Install pytorch 1.13+ and other 3rd party dependencies.
 
 
 
 
 
 
 
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