Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RLlib] Docs do-over (new API stack): Re-write checkpointing rst page. #49504

Merged
merged 45 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
c90be66
wip
sven1977 Dec 23, 2024
0b3870c
Merge branch 'master' of https://github.com/ray-project/ray into docs…
sven1977 Dec 27, 2024
e2a156c
wip
sven1977 Dec 27, 2024
e520678
wip
sven1977 Dec 27, 2024
3c05f4a
Merge branch 'master' of https://github.com/ray-project/ray into docs…
sven1977 Dec 27, 2024
c6a18b2
Merge branch 'master' of https://github.com/ray-project/ray into docs…
sven1977 Dec 28, 2024
266f894
wip
sven1977 Dec 28, 2024
5401b6d
wip
sven1977 Dec 29, 2024
6edef91
wip
sven1977 Dec 30, 2024
fd66605
merge
sven1977 Dec 30, 2024
f939ee7
wip
sven1977 Dec 30, 2024
0a3e79e
fix
sven1977 Dec 30, 2024
dadd964
wip
sven1977 Dec 30, 2024
896c1a2
wip
sven1977 Dec 30, 2024
d76edfd
Merge branch 'master' of https://github.com/ray-project/ray into docs…
sven1977 Dec 30, 2024
44acf78
wip
sven1977 Dec 30, 2024
a8bdbac
wip
sven1977 Dec 30, 2024
fdddd9f
wip
sven1977 Dec 30, 2024
e8fec77
Merge branch 'checkpointing_enhancements_msgpack_and_separation_of_st…
sven1977 Dec 30, 2024
a42ff1e
wip
sven1977 Dec 30, 2024
53967bc
Merge branch 'master' of https://github.com/ray-project/ray into docs…
sven1977 Dec 31, 2024
db90920
wip
sven1977 Dec 31, 2024
f19b340
merge
sven1977 Jan 2, 2025
46c1388
wip
sven1977 Jan 2, 2025
5554e3b
wip
sven1977 Jan 2, 2025
0598b45
wip
sven1977 Jan 3, 2025
e210dbe
wip
sven1977 Jan 3, 2025
972f355
Merge branch 'master' of https://github.com/ray-project/ray into docs…
sven1977 Jan 3, 2025
78a344c
fix
sven1977 Jan 3, 2025
5bf0ef6
Merge branch 'master' of https://github.com/ray-project/ray into docs…
sven1977 Jan 6, 2025
2f04106
wip
sven1977 Jan 6, 2025
2f9925f
Apply suggestions from code review
sven1977 Jan 6, 2025
5333255
Merge branch 'docs_redo_checkpointing' of https://github.com/sven1977…
sven1977 Jan 6, 2025
d6e186f
fixes
sven1977 Jan 6, 2025
da727c3
wip
sven1977 Jan 6, 2025
00f5a4b
fix
sven1977 Jan 6, 2025
ecf631d
fix
sven1977 Jan 6, 2025
7979dbf
fixes
sven1977 Jan 6, 2025
62736f9
Merge branch 'master' of https://github.com/ray-project/ray into docs…
sven1977 Jan 7, 2025
64d47bc
fixes
sven1977 Jan 7, 2025
d9b769c
wip
sven1977 Jan 7, 2025
f63afc3
wip
sven1977 Jan 7, 2025
dcd4663
Merge branch 'master' of https://github.com/ray-project/ray into docs…
sven1977 Jan 7, 2025
b59401b
Merge branch 'master' of https://github.com/ray-project/ray into docs…
sven1977 Jan 7, 2025
998a544
wip
sven1977 Jan 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
merge
Signed-off-by: sven1977 <svenmika1977@gmail.com>
  • Loading branch information
sven1977 committed Jan 2, 2025
commit f19b34022842187b5c834fc3940dc8446fb3999d
2 changes: 1 addition & 1 deletion python/ray/data/_internal/planner/plan_udf_map_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
)
from ray.data.context import DataContext
from ray.data.exceptions import UserCodeException
#from ray.util.rpdb import _is_ray_debugger_post_mortem_enabled
from ray.util.rpdb import _is_ray_debugger_post_mortem_enabled


class _MapActorContext:
Expand Down
2 changes: 1 addition & 1 deletion python/ray/data/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from ray.exceptions import UserCodeException
from ray.util import log_once
from ray.util.annotations import DeveloperAPI
#from ray.util.rpdb import _is_ray_debugger_post_mortem_enabled
from ray.util.rpdb import _is_ray_debugger_post_mortem_enabled

logger = logging.getLogger(__name__)

Expand Down
1 change: 1 addition & 0 deletions rllib/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1594,6 +1594,7 @@ py_test(
name = "utils/tests/test_checkpointable",
tags = ["team:rllib", "utils"],
size = "large",
data = glob(["utils/tests/old_checkpoints/**"]),
srcs = ["utils/tests/test_checkpointable.py"]
)

Expand Down
2 changes: 1 addition & 1 deletion rllib/core/learner/torch/torch_learner.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def _set_optimizer_state(self, state: StateDict) -> None:
)
if name in self._named_optimizers:
self._named_optimizers[name].load_state_dict(
convert_to_torch_tensor(state_dict["state"])
convert_to_torch_tensor(state_dict["state"], device=self._device)
)

@override(Learner)
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.