Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model:
|
4 |
- Qwen/Qwen3-32B
|
|
|
5 |
---
|
6 |
|
7 |
<style>
|
@@ -130,6 +131,4 @@ print("Response Body:", response.text)
|
|
130 |
|
131 |
**Note:**
|
132 |
|
133 |
-
* Remember to replace `{your_ip}` and `{your_port}` in the `url` variable with the actual IP address and port where your vLLM server is running. The default port is typically `8000`.
|
134 |
-
|
135 |
-
|
|
|
2 |
license: apache-2.0
|
3 |
base_model:
|
4 |
- Qwen/Qwen3-32B
|
5 |
+
library_name: transformers
|
6 |
---
|
7 |
|
8 |
<style>
|
|
|
131 |
|
132 |
**Note:**
|
133 |
|
134 |
+
* Remember to replace `{your_ip}` and `{your_port}` in the `url` variable with the actual IP address and port where your vLLM server is running. The default port is typically `8000`.
|
|
|
|