alecocc commited on
Commit
d5f2846
1 Parent(s): 5ac00d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ prompts = [
29
 
30
  sampling_params = SamplingParams(temperature=0.8)
31
 
32
- llm = LLM(model="axiong/PMC_LLaMA_13B", quantization="awq", dtype="half")
33
 
34
  outputs = llm.generate(prompts, sampling_params)
35
 
 
29
 
30
  sampling_params = SamplingParams(temperature=0.8)
31
 
32
+ llm = LLM(model="disi-unibo-nlp/pmc-llama-13b-awq", quantization="awq", dtype="half")
33
 
34
  outputs = llm.generate(prompts, sampling_params)
35