nielsr HF staff commited on
Commit
1d99318
1 Parent(s): 938ad44

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -16,9 +16,9 @@ This is a Vision Transformer (ViT) large model, trained using the V-JEPA method.
16
  First, clone and install the [JEPA package](https://github.com/facebookresearch/jepa/tree/main):
17
 
18
  ```bash
19
- !git clone -b add_hf https://github.com/nielsrogge/jepa.git
20
- !cd jepa
21
- !pip install -r requirements.txt
22
  ```
23
 
24
  ## Usage
 
16
  First, clone and install the [JEPA package](https://github.com/facebookresearch/jepa/tree/main):
17
 
18
  ```bash
19
+ git clone -b add_hf https://github.com/nielsrogge/jepa.git
20
+ cd jepa
21
+ pip install -r requirements.txt
22
  ```
23
 
24
  ## Usage