Skip to content

Commit 0deda9b

Browse files
committed
run pre-commit
1 parent e129e9e commit 0deda9b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

verl/trainer/ppo/ray_trainer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
# http://www.apache.org/licenses/LICENSE-2.0
1010
#
1111
# Unless required by applicable law or agreed to in writing, software
12-
# distributed under the License is distributed on an "AS IS" BASIS,# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# distributed under the License is distributed on an "AS IS" BASIS,
13+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1314
# See the License for the specific language governing permissions and
1415
# limitations under the License.
1516
"""

verl/workers/rollout/vllm_rollout/vllm_async_server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,7 @@ async def abort_request(self, request_id: str, reset_prefix_cache: bool = True)
769769
async def shutdown(self):
770770
pass
771771

772+
772773
_rollout_worker_actor_cls = ray.remote(ServerAdapter)
773774

774775

0 commit comments

Comments
 (0)