Commit 77882bc
committed
fix: apply upstream fixes for testing phase issues
Implement changes from runpod-workers/worker-vllm PRs runpod-workers#234, runpod-workers#236, and runpod-workers#138:
- Remove space from gpuIds in hub.json (PR runpod-workers#234)
- Remove unsupported CUDA versions 12.1-12.4 from hub.json and tests.json (PR runpod-workers#236)
- Add error handling for engine initialization and handler exceptions (PR runpod-workers#138 style)
- Ensure all errors return proper ErrorResponse format
These fixes address GPU allocation, CUDA compatibility, and error handling
issues that cause the testing phase to hang indefinitely.1 parent 462c6d9 commit 77882bc
3 files changed
+22
-67
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 17 | + | |
22 | 18 | | |
23 | 19 | | |
24 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | | - | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
8 | 14 | | |
9 | 15 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
15 | 26 | | |
16 | 27 | | |
17 | 28 | | |
18 | 29 | | |
19 | 30 | | |
20 | 31 | | |
21 | 32 | | |
22 | | - | |
| 33 | + | |
This file was deleted.
0 commit comments