Update README.md
Browse files
README.md
CHANGED
|
@@ -35,10 +35,7 @@ Models are located in the `models` folder. ELM models in this repository comes i
|
|
| 35 |
### Download ELM repo
|
| 36 |
```bash
|
| 37 |
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/slicexai/elm-v0.1
|
| 38 |
-
sudo apt-get install git-lfs
|
| 39 |
-
git lfs install
|
| 40 |
```
|
| 41 |
-
For Macbook, replace `sudo apt-get install git-lfs` with `brew install git-lfs`
|
| 42 |
### Installation
|
| 43 |
```bash
|
| 44 |
cd elm-v0.1
|
|
@@ -54,6 +51,11 @@ git lfs install
|
|
| 54 |
```
|
| 55 |
|
| 56 |
## Download ELM task-specific model checkpoints
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
|
| 58 |
Download elm-1.0 model checkpoints
|
| 59 |
```bash
|
|
|
|
| 35 |
### Download ELM repo
|
| 36 |
```bash
|
| 37 |
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/slicexai/elm-v0.1
|
|
|
|
|
|
|
| 38 |
```
|
|
|
|
| 39 |
### Installation
|
| 40 |
```bash
|
| 41 |
cd elm-v0.1
|
|
|
|
| 51 |
```
|
| 52 |
|
| 53 |
## Download ELM task-specific model checkpoints
|
| 54 |
+
```bash
|
| 55 |
+
sudo apt-get install git-lfs
|
| 56 |
+
git lfs install
|
| 57 |
+
```
|
| 58 |
+
For Macbook, replace `sudo apt-get install git-lfs` with `brew install git-lfs`
|
| 59 |
|
| 60 |
Download elm-1.0 model checkpoints
|
| 61 |
```bash
|