Update README.md
Browse filesfixing path based on move from personal account
README.md
CHANGED
@@ -33,7 +33,7 @@ _coming soon_
|
|
33 |
```python
|
34 |
from optimum.neuron import pipeline
|
35 |
|
36 |
-
p = pipeline('text-generation', '
|
37 |
p("import socket\n\ndef ping_exponential_backoff(host: str):",
|
38 |
do_sample=True,
|
39 |
top_k=10,
|
|
|
33 |
```python
|
34 |
from optimum.neuron import pipeline
|
35 |
|
36 |
+
p = pipeline('text-generation', 'aws-neuron/CodeLlama-7b-hf-neuron-8xlarge')
|
37 |
p("import socket\n\ndef ping_exponential_backoff(host: str):",
|
38 |
do_sample=True,
|
39 |
top_k=10,
|