alecocc commited on
Commit
9faa338
1 Parent(s): 275d684

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -20,8 +20,6 @@ Example of usage with vLLM library:
20
  ```python
21
  from vllm import LLM, SamplingParams
22
 
23
- tokenizer = AutoTokenizer.from_pretrained('axiong/PMC_LLaMA_13B')
24
-
25
  prompt_input = (
26
  'Below is an instruction that describes a task, paired with an input that provides further context.'
27
  'Write a response that appropriately completes the request.\n\n'
 
20
  ```python
21
  from vllm import LLM, SamplingParams
22
 
 
 
23
  prompt_input = (
24
  'Below is an instruction that describes a task, paired with an input that provides further context.'
25
  'Write a response that appropriately completes the request.\n\n'