ferran-espuna commited on
Commit
87e61e4
1 Parent(s): 35a681b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -70,7 +70,7 @@ any current version of the libraries. This is an example of how to create a text
70
  ```
71
  from vllm import LLM, SamplingParams
72
 
73
- model_name = "BSC-LT/salamandra-2b-base-gptq"
74
  llm = LLM(model=model_name)
75
 
76
  outputs = llm.generate("El mercat del barri ",
 
70
  ```
71
  from vllm import LLM, SamplingParams
72
 
73
+ model_name = "BSC-LT/salamandra-7b-base-gptq"
74
  llm = LLM(model=model_name)
75
 
76
  outputs = llm.generate("El mercat del barri ",