Update README.md
Browse files
README.md
CHANGED
@@ -33,9 +33,10 @@ Models are located in the `models` folder. ELM models in this repository comes i
|
|
33 |
### Download ELM repo
|
34 |
```bash
|
35 |
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/slicexai/elm-v0.1
|
36 |
-
sudo apt-get install git-lfs
|
37 |
git lfs install
|
38 |
```
|
|
|
39 |
### Installation
|
40 |
```bash
|
41 |
cd elm-v0.1
|
|
|
33 |
### Download ELM repo
|
34 |
```bash
|
35 |
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/slicexai/elm-v0.1
|
36 |
+
sudo apt-get install git-lfs
|
37 |
git lfs install
|
38 |
```
|
39 |
+
For Macbook, replace `sudo apt-get install git-lfs` with `brew install git-lfs`
|
40 |
### Installation
|
41 |
```bash
|
42 |
cd elm-v0.1
|