Minor update to README.md for description
#10
by
hanseungwook
- opened
README.md
CHANGED
|
@@ -127,6 +127,7 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
|
| 127 |
```
|
| 128 |
|
| 129 |
**Using vLLM**
|
|
|
|
| 130 |
Serve the model with tool-use enabled and parser set.
|
| 131 |
|
| 132 |
```
|
|
|
|
| 127 |
```
|
| 128 |
|
| 129 |
**Using vLLM**
|
| 130 |
+
|
| 131 |
Serve the model with tool-use enabled and parser set.
|
| 132 |
|
| 133 |
```
|