dev-slx commited on
Commit
d9d94e9
1 Parent(s): 6cccb4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -22,13 +22,13 @@ Models are located in the `models` folder. ELM models in this repository comes i
22
  ## Setup ELM
23
  ### Download ELM repo
24
  ```bash
25
- git clone git@hf.co:slicexai/elm-v0.1
26
- sudo apt-get intall git-lfs
27
  git lfs install
 
28
  ```
29
  ### Installation
30
  ```bash
31
- cd elm-v0.1
32
  pip install -r requirements.txt
33
  ```
34
 
 
22
  ## Setup ELM
23
  ### Download ELM repo
24
  ```bash
25
+ sudo apt-get install git-lfs
 
26
  git lfs install
27
+ git clone [email protected]:slicexai/elm-v0.1_news_summarization
28
  ```
29
  ### Installation
30
  ```bash
31
+ cd elm-v0.1_news_summarization
32
  pip install -r requirements.txt
33
  ```
34