Update README.md
Browse files
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'
|