ferran-espuna
commited on
Commit
•
c38ee2f
1
Parent(s):
e10d372
Update README.md
Browse files
README.md
CHANGED
@@ -66,7 +66,7 @@ The entire Salamandra family is released under a permissive [Apache 2.0 license]
|
|
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 example
|
70 |
|
71 |
```
|
72 |
from vllm import LLM, SamplingParams
|
|
|
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 a conversational chatbot using the model:
|
70 |
|
71 |
```
|
72 |
from vllm import LLM, SamplingParams
|