ferran-espuna commited on
Commit
5a0c4ac
1 Parent(s): 2b93938

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -63,7 +63,7 @@ This model card corresponds to the fp8-quantized version of Salamandra-7b.
63
  The entire Salamandra family is released under a permissive [Apache 2.0 license]((https://www.apache.org/licenses/LICENSE-2.0)).
64
 
65
 
66
- # How to Use
67
 
68
  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
69
  any current version of the libraries. This is an example of how to create a text completion using the model:
 
63
  The entire Salamandra family is released under a permissive [Apache 2.0 license]((https://www.apache.org/licenses/LICENSE-2.0)).
64
 
65
 
66
+ ## How to Use
67
 
68
  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
69
  any current version of the libraries. This is an example of how to create a text completion using the model: