jburtoft commited on
Commit
7958ff8
1 Parent(s): 1fa02b8

Update README.md

Browse files

Updating path because of move from personal account

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -33,7 +33,7 @@ _coming soon_
33
  ```python
34
  >>> from optimum.neuron import pipeline
35
 
36
- >>> p = pipeline('text-generation', 'jburtoft/CodeLlama-7b-hf-neuron-24xlarge')
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-24xlarge')
37
  >>> p("import socket\n\ndef ping_exponential_backoff(host: str):",
38
  do_sample=True,
39
  top_k=10,