Commit de24b25
committed
[LLM] Fix dependency graph paper cut: move CloudFileSystem to top-level import
Move CloudFileSystem import to module top level in cloud_downloader.py.
It was inline inside on_before_download_model_files_distributed() with no
justification for deferring the import.
Signed-off-by: ps2181 <hellopritam31@gmail.com>1 parent 5871fd6 commit de24b25
1 file changed
Lines changed: 1 addition & 2 deletions
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
77 | | - | |
78 | | - | |
79 | 78 | | |
80 | 79 | | |
81 | 80 | | |
| |||
0 commit comments