Skip to content

Conversation

ankitageorge
Copy link
Contributor

@ankitageorge ankitageorge commented Apr 16, 2025

Summary: The HF storage reader/writer component can work for any back-end in theory, so we shouldn't enforce the token to be passed into fsspecreader/writer, because the specific fsspec implementation may not handle tokens. Specifically, manifold doesn't accept a token arg, but we're passing one in always, which is throwing

Test Plan: signals

Differential Revision: D73130679

cc @H-Huang @awgu @wanchaol @fegin @fduwjj @wz337 @wconstab @d4l3k

Copy link

pytorch-bot bot commented Apr 16, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/151464

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit cda3fcf with merge base 9c864f9 (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@pytorch-bot pytorch-bot bot added oncall: distributed Add this issue/PR to distributed oncall triage queue release notes: distributed (checkpoint) labels Apr 16, 2025
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D73130679

@ankitageorge ankitageorge added the topic: not user facing topic category label Apr 16, 2025
ankitageorge added a commit to ankitageorge/pytorch that referenced this pull request Apr 16, 2025
Summary:

The HF storage reader/writer component can work for any back-end in theory, so we shouldn't enforce the token to be passed into fsspecreader/writer, because the specific fsspec implementation may not handle tokens. Specifically, manifold doesn't accept a token arg, but we're passing one in always, which is throwing

Test Plan: signals

Differential Revision: D73130679
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D73130679

ankitageorge added a commit to ankitageorge/pytorch that referenced this pull request Apr 16, 2025
Summary:
Pull Request resolved: pytorch#151464

The HF storage reader/writer component can work for any back-end in theory, so we shouldn't enforce the token to be passed into fsspecreader/writer, because the specific fsspec implementation may not handle tokens. Specifically, manifold doesn't accept a token arg, but we're passing one in always, which is throwing

Test Plan: signals

Differential Revision: D73130679
@pytorch-bot pytorch-bot bot added the ciflow/trunk Trigger trunk jobs on your pull request label Apr 17, 2025
@cyyever
Copy link
Collaborator

cyyever commented Apr 23, 2025

@pytorchmergebot merge -i

@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged while ignoring the following 23 checks: pull / linux-focal-py3.13-clang10 / test (default, 2, 5, lf.ephemeral.linux.4xlarge), pull / linux-focal-py3.13-clang10 / test (default, 4, 5, lf.ephemeral.linux.4xlarge), pull / linux-focal-py3.13-clang10 / test (dynamo_wrapped, 1, 3, lf.ephemeral.linux.2xlarge), pull / linux-focal-py3.13-clang10 / test (default, 3, 5, lf.ephemeral.linux.4xlarge), pull / linux-focal-py3.9-clang10 / test (default, 4, 5, lf.ephemeral.linux.4xlarge), pull / linux-focal-py3.9-clang10 / test (default, 3, 5, lf.ephemeral.linux.4xlarge), pull / linux-focal-py3.9-clang10 / test (default, 2, 5, lf.ephemeral.linux.4xlarge), pull / linux-focal-py3.9-clang10 / test (dynamo_wrapped, 1, 3, lf.ephemeral.linux.2xlarge), pull / linux-jammy-py3.9-gcc11 / test (default, 4, 5, lf.ephemeral.linux.2xlarge), pull / linux-jammy-py3.9-gcc11 / test (default, 3, 5, lf.ephemeral.linux.2xlarge), pull / linux-jammy-py3.9-gcc11 / test (default, 2, 5, lf.ephemeral.linux.2xlarge), pull / linux-jammy-py3.10-clang15-asan / test (default, 2, 6, lf.ephemeral.linux.4xlarge), pull / linux-jammy-py3.10-clang15-asan / test (default, 4, 6, lf.ephemeral.linux.4xlarge), pull / linux-jammy-py3.10-clang15-asan / test (default, 3, 6, lf.ephemeral.linux.4xlarge), pull / linux-focal-cuda12.6-py3.10-gcc11 / test (default, 2, 5, lf.ephemeral.linux.4xlarge.nvidia.gpu), pull / linux-focal-cuda12.6-py3.10-gcc11 / test (default, 3, 5, lf.ephemeral.linux.4xlarge.nvidia.gpu), pull / linux-focal-cuda12.6-py3.10-gcc11 / test (default, 4, 5, lf.ephemeral.linux.4xlarge.nvidia.gpu), pull / linux-focal-cuda12.6-py3.10-gcc11-sm89 / test (default, 2, 5, lf.ephemeral.linux.g6.4xlarge.experimental.nvidia.gpu), pull / linux-focal-cuda12.6-py3.10-gcc11-sm89 / test (default, 4, 5, lf.ephemeral.linux.g6.4xlarge.experimental.nvidia.gpu), pull / linux-focal-cuda12.6-py3.10-gcc11-sm89 / test (default, 3, 5, lf.ephemeral.linux.g6.4xlarge.experimental.nvidia.gpu), trunk / macos-py3-arm64 / test (default, 2, 3, macos-m1-stable), trunk / macos-py3-arm64 / test (default, 3, 3, macos-m1-stable), trunk / macos-py3-arm64 / test (default, 1, 3, macos-m1-stable)

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging
Check the merge workflow status
here

Summary:

The HF storage reader/writer component can work for any back-end in theory, so we shouldn't enforce the token to be passed into fsspecreader/writer, because the specific fsspec implementation may not handle tokens. Specifically, manifold doesn't accept a token arg, but we're passing one in always, which is throwing

Test Plan: signals

Differential Revision: D73130679
@huydhn
Copy link
Contributor

huydhn commented Apr 28, 2025

@pytorchbot merge

@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged once all checks pass (ETA 0-4 Hours).

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging
Check the merge workflow status
here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/trunk Trigger trunk jobs on your pull request fb-exported Merged oncall: distributed Add this issue/PR to distributed oncall triage queue release notes: distributed (checkpoint) topic: not user facing topic category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants