Update README.md
Browse files
README.md
CHANGED
@@ -55,7 +55,7 @@ Jan-v1 is optimized for direct integration with the [Jan App](https://jan.ai/).
|
|
55 |
|
56 |
**Using vLLM:**
|
57 |
```bash
|
58 |
-
vllm serve janhq/Jan-v1-
|
59 |
--host 0.0.0.0 \
|
60 |
--port 1234 \
|
61 |
--enable-auto-tool-choice \
|
@@ -65,7 +65,7 @@ vllm serve janhq/Jan-v1-4B \
|
|
65 |
|
66 |
**Using llama.cpp:**
|
67 |
```bash
|
68 |
-
llama-server --model Jan-v1-
|
69 |
--host 0.0.0.0 \
|
70 |
--port 1234 \
|
71 |
--jinja \
|
@@ -85,7 +85,7 @@ max_tokens: 2048
|
|
85 |
|
86 |
## 🤝 Community & Support
|
87 |
|
88 |
-
- **Discussions**: [HuggingFace Community](https://huggingface.co/janhq/Jan-v1-
|
89 |
- **Jan App**: Learn more about the Jan App at [jan.ai](https://jan.ai/)
|
90 |
|
91 |
## (*) Note
|
|
|
55 |
|
56 |
**Using vLLM:**
|
57 |
```bash
|
58 |
+
vllm serve janhq/Jan-v1-2509 \
|
59 |
--host 0.0.0.0 \
|
60 |
--port 1234 \
|
61 |
--enable-auto-tool-choice \
|
|
|
65 |
|
66 |
**Using llama.cpp:**
|
67 |
```bash
|
68 |
+
llama-server --model Jan-v1-2509-Q4_K_M.gguf \
|
69 |
--host 0.0.0.0 \
|
70 |
--port 1234 \
|
71 |
--jinja \
|
|
|
85 |
|
86 |
## 🤝 Community & Support
|
87 |
|
88 |
+
- **Discussions**: [HuggingFace Community](https://huggingface.co/janhq/Jan-v1-2509/discussions)
|
89 |
- **Jan App**: Learn more about the Jan App at [jan.ai](https://jan.ai/)
|
90 |
|
91 |
## (*) Note
|