Skip to content

Conversation

@pH-7
Copy link

@pH-7 pH-7 commented Oct 17, 2025

Copilot AI review requested due to automatic review settings October 17, 2025 08:38
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR corrects critical typos and broken references in the README to improve clarity and accuracy.

  • Fixes a misspelled example variable name ($MODLE_PATH -> $MODEL_PATH)
  • Updates a broken LICENSE link (master/LICENCE -> main/LICENSE)
  • Improves grammar in a training/conversion instruction

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.


Models with safetensors format can be downloaded from [HuggingFace](https://huggingface.co/inclusionAI) or [ModelScope](https://modelscope.cn/organization/inclusionAI).
If you want to train your model and eval it, you can convert from dcp produced by training.
If you want to train your model and evaluate it, you can convert from dcp produced by training.
Copy link

Copilot AI Oct 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For consistency with the environment variable DCP_PATH and the script name convert_dcp_to_safe_tensors.py, capitalize 'dcp' as 'DCP'.

Suggested change
If you want to train your model and evaluate it, you can convert from dcp produced by training.
If you want to train your model and evaluate it, you can convert from DCP produced by training.

Copilot uses AI. Check for mistakes.
```shell
python -m sglang.launch_server \
--model-path $MODLE_PATH \
--model-path $MODEL_PATH \
Copy link

Copilot AI Oct 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use braced variable expansion for consistency with ${DCP_PATH} above and to avoid potential parsing issues; change to ${MODEL_PATH}.

Suggested change
--model-path $MODEL_PATH \
--model-path ${MODEL_PATH} \

Copilot uses AI. Check for mistakes.
Co-authored-by: Copilot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant