dev-slx commited on
Commit
774b526
1 Parent(s): 32b29d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ Models are located in the `models` folder. ELM models in this repository comes i
32
  ## Setup ELM
33
  ### Download ELM repo
34
  ```bash
35
- GIT_LFS_SKIP_SMUDGE=1 git clone git@hf.co:slicexai/elm-v0.1
36
  sudo apt-get install git-lfs
37
  git lfs install
38
  ```
 
32
  ## Setup ELM
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
  ```