Update README.md
Browse files
README.md
CHANGED
@@ -28,9 +28,6 @@ prompts = [
|
|
28 |
"Tell me about Paracetamol",
|
29 |
]
|
30 |
|
31 |
-
'''
|
32 |
-
|
33 |
-
|
34 |
sampling_params = SamplingParams(temperature=0.8)
|
35 |
|
36 |
llm = LLM(model="axiong/PMC_LLaMA_13B", quantization="awq", dtype="half")
|
|
|
28 |
"Tell me about Paracetamol",
|
29 |
]
|
30 |
|
|
|
|
|
|
|
31 |
sampling_params = SamplingParams(temperature=0.8)
|
32 |
|
33 |
llm = LLM(model="axiong/PMC_LLaMA_13B", quantization="awq", dtype="half")
|