Corrected vllm link in readme
#26
by riversnow - opened
README.md
CHANGED
|
@@ -128,7 +128,7 @@ When available, we report numbers previously published by other model providers,
|
|
| 128 |
## Usage
|
| 129 |
|
| 130 |
The model can be used with the following frameworks;
|
| 131 |
-
- [`vllm (recommended)`](https://github.com/vllm-project/vllm): See [here](#vllm)
|
| 132 |
|
| 133 |
**Note 1**: We recommend using a relatively low temperature, such as `temperature=0.15`.
|
| 134 |
|
|
|
|
| 128 |
## Usage
|
| 129 |
|
| 130 |
The model can be used with the following frameworks;
|
| 131 |
+
- [`vllm (recommended)`](https://github.com/vllm-project/vllm): See [here](#vllm-recommended)
|
| 132 |
|
| 133 |
**Note 1**: We recommend using a relatively low temperature, such as `temperature=0.15`.
|
| 134 |
|