Skip to content

Commit 784d52b

Browse files
authored
typo: Fixing missed rename in vllm_policy test (#457)
1 parent 1590a3b commit 784d52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/test_vllm_policy_correctness.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import pytest
88

9-
from forge.actors.policy import Policy
9+
from forge.actors.generator import Generator as Policy
1010
from vllm import SamplingParams
1111
from vllm.engine.arg_utils import AsyncEngineArgs
1212
from vllm.sampling_params import RequestOutputKind

0 commit comments

Comments
 (0)