Skip to content

Commit 7179e9e

Browse files
authored
Update rtp-llm-server.md
1 parent 819eb2e commit 7179e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learning-paths/servers-and-cloud-computing/rtp-llm/rtp-llm-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Start the server from the command line, it listens on port 8088:
6363
```bash
6464
export CHECKPOINT_PATH=${HOME}/.cache/huggingface/hub/models--Qwen--Qwen2-0.5B-Instruct/snapshots/c540970f9e29518b1d8f06ab8b24cba66ad77b6d/
6565
export TOKENIZER_PATH=$CHECKPOINT_PATH
66-
66+
export PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
6767
MODEL_TYPE=qwen_2 FT_SERVER_TEST=1 python3 -m maga_transformer.start_server
6868
```
6969

0 commit comments

Comments
 (0)