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