jburtoft commited on
Commit
f6c7a57
1 Parent(s): dddd050

Update README.md

Browse files

updating path after repo move

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -41,7 +41,7 @@ From python:
41
  ```
42
  # using python instead of git clone because I know this supports lfs on the DLAMI image
43
  from huggingface_hub import Repository
44
- repo = Repository(local_dir="Mistral-neuron", clone_from="jburtoft/Mistral-neuron")
45
 
46
  ```
47
 
 
41
  ```
42
  # using python instead of git clone because I know this supports lfs on the DLAMI image
43
  from huggingface_hub import Repository
44
+ repo = Repository(local_dir="Mistral-neuron", clone_from="aws-neuron/Mistral-neuron")
45
 
46
  ```
47