File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1414from typing import Dict , List
1515
1616import torch
17-
18- from forge .controller import ForgeActor , get_proc_mesh , stop_proc_mesh
19-
20- from forge .data .sharding import VLLMSharding
21- from forge .interfaces import Policy as PolicyInterface
22- from forge .types import ProcessConfig
2317from monarch .actor import current_rank , endpoint , ProcMesh
2418from omegaconf import DictConfig
2519from torchstore import MultiProcessStore
4539from vllm .v1 .structured_output import StructuredOutputManager
4640from vllm .worker .worker_base import WorkerWrapperBase
4741
42+ from forge .controller import ForgeActor , get_proc_mesh , stop_proc_mesh
43+
44+ from forge .data .sharding import VLLMSharding
45+ from forge .interfaces import Policy as PolicyInterface
46+ from forge .types import ProcessConfig
47+
4848
4949logger = logging .getLogger (__name__ )
5050
Original file line number Diff line number Diff line change 44# This source code is licensed under the BSD-style license found in the
55# LICENSE file in the root directory of this source tree.
66
7- import inspect
87import tempfile
98import unittest
10- from dataclasses import asdict
119
1210import yaml
1311
You can’t perform that action at this time.
0 commit comments