Commit 49438d7
committed
[LLM] Fix dependency graph paper cuts in serve llm
- Move CloudFileSystem import to module top level in cloud_downloader.py (was inline inside method)
- Move KVConnectorBackendFactory import to lazy local import inside _setup_kv_connector_backend() to avoid llm_config depending on engine-specific components at module load time
Signed-off-by: ps2181 <hellopritam31@gmail.com>1 parent 8dcdff8 commit 49438d7
2 files changed
Lines changed: 5 additions & 5 deletions
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
77 | | - | |
78 | | - | |
79 | 78 | | |
80 | 79 | | |
81 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | 47 | | |
51 | 48 | | |
52 | 49 | | |
| |||
609 | 606 | | |
610 | 607 | | |
611 | 608 | | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
612 | 613 | | |
613 | 614 | | |
614 | 615 | | |
| |||
0 commit comments