File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 2020 >>> tokenizer = services["tokenizer"]
2121 >>> result = tokenizer.encode.remote(text)
2222"""
23+ from __future__ import annotations
2324
2425from torchrl .services .base import ServiceBase
2526from torchrl .services .ray_service import RayService
Original file line number Diff line number Diff line change 22#
33# This source code is licensed under the MIT license found in the
44# LICENSE file in the root directory of this source tree.
5+ from __future__ import annotations
56
67from abc import ABC , abstractmethod
78from typing import Any
Original file line number Diff line number Diff line change 22#
33# This source code is licensed under the MIT license found in the
44# LICENSE file in the root directory of this source tree.
5+ from __future__ import annotations
56
67from typing import Any
78
You can’t perform that action at this time.
0 commit comments