Misc fixes (#432)
This commit is contained in:
8
docs/release_process.md
Normal file
8
docs/release_process.md
Normal file
@@ -0,0 +1,8 @@
|
||||
```
|
||||
pip install build twine
|
||||
```
|
||||
|
||||
```
|
||||
cd python
|
||||
bash upload_pypi.sh
|
||||
```
|
||||
@@ -81,3 +81,9 @@ python -m sglang.launch_server --model-path meta-llama/Llama-2-7b-chat-hf --port
|
||||
cd test/lang
|
||||
python3 run_all.py
|
||||
```
|
||||
|
||||
## OpenAI API server
|
||||
```
|
||||
cd test/srt
|
||||
python test_openai_server.py
|
||||
```
|
||||
Reference in New Issue
Block a user