We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1972f5 commit efc74c6Copy full SHA for efc74c6
src/forge/actors/policy.py
@@ -76,6 +76,7 @@ class Policy(PolicyInterface):
76
use_dcp (bool): Whether to use DCP for NFS-based weight sync.
77
78
Example:
79
+
80
>>> policy = await Policy.options(procs=1, num_replicas=1, with_gpus=True).as_service(
81
... engine_args=EngineArgs(...),
82
... sampling_params=SamplingParams(...),
0 commit comments