ferran-espuna
commited on
Commit
•
0d2ad22
1
Parent(s):
82e48cd
Update README.md
Browse files
README.md
CHANGED
@@ -62,6 +62,7 @@ This model card corresponds to the fp8-quantized version of Salamandra-2b.
|
|
62 |
|
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 |
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
|
67 |
any current version of the libraries. This is an example of how to create a text completion using the model:
|
|
|
62 |
|
63 |
The entire Salamandra family is released under a permissive [Apache 2.0 license]((https://www.apache.org/licenses/LICENSE-2.0)).
|
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 how to create a text completion using the model:
|