Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
euclidgame committed Nov 16, 2024
1 parent eb6eaed commit 4d5d0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def _add_storage_nodes_for_data_transfer(
# We current does not support R2 storage since it does not have
# compute instance, which is not suitable for our optimizer
# algorithm for now.
# TODO(xx): Support R2 storage.
# TODO(wenjie): Support R2 storage.
if cloudflare.NAME in enabled_clouds:
enabled_clouds.remove(cloudflare.NAME)
storage_node.set_resources({
Expand Down

0 comments on commit 4d5d0c0

Please sign in to comment.