jburtoft commited on
Commit
4ca5089
1 Parent(s): 64c28e7

Update README.md

Browse files

fixing path based on 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-8xlarge')
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,