fix issues for npu docs (#22307)

This commit is contained in:
amote-i
2026-04-09 16:27:34 +08:00
committed by GitHub
parent 8ec0934f8f
commit 7965573eb4
4 changed files with 12 additions and 10 deletions
@@ -38,7 +38,7 @@ If you add a new feature or fix a bug, please add corresponding unit tests to en
SGLang uses Python's built-in [unittest](https://docs.python.org/3/library/unittest.html) framework.
For detailed instructions on running tests and integrating them into CI, refer to [test/README.md](https://github.com/sgl-project/sglang/tree/main/test/README.md).
If you need to use model which is not in ```python/sglang/test/ascend/test_ascend_utils.py`` list. Follow these steps:
If you need to use model which is not in `python/sglang/test/ascend/test_ascend_utils.py` list. Follow these steps:
1. Register account and upload your model to [modelscope](https://modelscope.cn/models).
2. Make sure your model is pre-cached on the CI server and is on the way "/data/ascend-ci-share-pkking-sglang/modelscope/hub/models/{your_model_repo}/{your_model}".
If this is not the case, use following command on CI server: