Update README.md
Browse filesupdate vllm description
README.md
CHANGED
|
@@ -101,7 +101,7 @@ print("generate_text:", generate_text)
|
|
| 101 |
|
| 102 |
### vLLM inference
|
| 103 |
|
| 104 |
-
|
| 105 |
|
| 106 |
```bash
|
| 107 |
vllm serve baidu/ERNIE-4.5-0.3B-PT --trust-remote-code
|
|
|
|
| 101 |
|
| 102 |
### vLLM inference
|
| 103 |
|
| 104 |
+
[vllm](https://github.com/vllm-project/vllm/tree/main) github library. Python-only [build](https://docs.vllm.ai/en/latest/getting_started/installation/gpu.html#set-up-using-python-only-build-without-compilation).
|
| 105 |
|
| 106 |
```bash
|
| 107 |
vllm serve baidu/ERNIE-4.5-0.3B-PT --trust-remote-code
|