ferran-espuna commited on
Commit
272faba
1 Parent(s): 915111f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -62,7 +62,7 @@ This model card corresponds to the gptq-quantized version of Salamandra-7b-instr
62
  The entire Salamandra family is released under a permissive [Apache 2.0 license]((https://www.apache.org/licenses/LICENSE-2.0)).
63
 
64
 
65
- ## Additional information## How to Use
66
 
67
  The following example code works under ``Python 3.9.16``, ``vllm==0.6.3.post1``, ``torch==2.4.0`` and ``torchvision==0.19.0``, though it should run on
68
  any current version of the libraries. This is an example of a conversational chatbot using the model:
 
62
  The entire Salamandra family is released under a permissive [Apache 2.0 license]((https://www.apache.org/licenses/LICENSE-2.0)).
63
 
64
 
65
+ ## How to Use
66
 
67
  The following example code works under ``Python 3.9.16``, ``vllm==0.6.3.post1``, ``torch==2.4.0`` and ``torchvision==0.19.0``, though it should run on
68
  any current version of the libraries. This is an example of a conversational chatbot using the model: