Commit dbf1348
authored
[Misc] Fix doctest (#7648)
### What this PR does / why we need it?
This patch fix the doc test
[failure](https://github.com/vllm-project/vllm-ascend/actions/runs/23501203166/job/68396531067):
1. Enforce the versions of torchaudio and torchvision to match the
version of torch_npu(refer
https://github.com/pytorch/pytorch/wiki/PyTorch-Versions)
2. Some convenience fixes to prevent network fluctuations from causing
test failures(eg: offline mode for ms)
### Does this PR introduce _any_ user-facing change?
### How was this patch tested?
- vLLM version: v0.18.0
- vLLM main:
vllm-project/vllm@35141a7
---------
Signed-off-by: wangli <wangli858794774@gmail.com>1 parent 5a6a4d1 commit dbf1348
File tree
3 files changed
+8
-4
lines changed- tests/e2e
- doctests
3 files changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | 39 | | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments