File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ python3 server_vllm.py --model "meetkai/functionary-small-v3.2" --host 0.0.0.0 -
56
56
```
57
57
** SGLang**
58
58
``` shell
59
- python3 server_sglang.py --model " meetkai/functionary-small-v3.2" --host 0.0.0.0 --port 8000 --context-length 8192
59
+ python3 server_sglang.py --model-path " meetkai/functionary-small-v3.2" --host 0.0.0.0 --port 8000 --context-length 8192
60
60
```
61
61
62
62
#### Medium Model
@@ -72,7 +72,7 @@ python server_vllm.py --model "meetkai/functionary-medium-v3.1" --host 0.0.0.0 -
72
72
```
73
73
** SGLang**
74
74
``` shell
75
- python server_sglang.py --model " meetkai/functionary-medium-v3.1" --host 0.0.0.0 --port 8000 --context-length 8192 --tp 2
75
+ python server_sglang.py --model-path " meetkai/functionary-medium-v3.1" --host 0.0.0.0 --port 8000 --context-length 8192 --tp 2
76
76
```
77
77
78
78
You can’t perform that action at this time.
0 commit comments