Update README.md
Browse filesupdating path after repo move
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="
|
| 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 |
|