Docs: Refactor Contribution Guide (#2690)

This commit is contained in:
Shi Shuai
2024-12-31 22:11:00 +00:00
committed by GitHub
parent 286cad3ee3
commit 0a765bbccc
5 changed files with 176 additions and 45 deletions

View File

@@ -24,14 +24,7 @@
"source": [
"## Launch A Server\n",
"\n",
"This code block is equivalent to executing \n",
"\n",
"```bash\n",
"python -m sglang.launch_server --model-path meta-llama/Meta-Llama-3.1-8B-Instruct \\\n",
"--port 30000 --host 0.0.0.0\n",
"```\n",
"\n",
"in your terminal and wait for the server to be ready."
"Launch the server in your terminal and wait for it to initialize."
]
},
{