[CI/Build] Bump torch_npu to dev20250307.3 (#265)

Update torch-npu version to fix torch npu exponential_ accuracy
With this update, the percision issue when setting `temperature > 0` is
fixed.

---------

Signed-off-by: Mengqing Cao <cmq0113@163.com>
This commit is contained in:
Mengqing Cao
2025-03-07 20:34:07 +08:00
committed by GitHub
parent faf8cd89cb
commit 91f7d8115d
6 changed files with 17 additions and 15 deletions

View File

@@ -36,7 +36,7 @@ By using vLLM Ascend plugin, popular open-source models, including Transformer-l
- Software:
* Python >= 3.9
* CANN >= 8.0.0
* PyTorch >= 2.5.1, torch-npu >= 2.5.1.dev20250226
* PyTorch >= 2.5.1, torch-npu >= 2.5.1.dev20250307
* vLLM (the same version as vllm-ascend)
Find more about how to setup your environment step by step in [here](docs/source/installation.md).