Closed c-p-i-o closed 2 weeks ago
Name | Link |
---|---|
Latest commit | cb002880d9be633528c6945bef767b738e3a52e6 |
Latest deploy log | https://app.netlify.com/sites/pytorch-examples-preview/deploys/672a8d974a588a00083764e1 |
looks like running python example failed?
looks like running python example failed?
Unrelated to my change - but I fixed it anyway. Needed to update to a newer Python version in CI.
See the additional diff I made to .github/workflows/main_python.yml
. Let me know if you want me to split this out into a separate change.
@fduwjj - CI is green now.
As mentioned, the CI broke because of some dependency changes upstream and I had to do 3 things to fix Run Python Examples
.
.github/workflows
numpy
to below version 2
.torchvision
.This change will be rebased on https://github.com/pytorch/examples/pull/1299 to fix the failing Python Examples.
Summary: Fix up the FSDP tutorial to get it functional again.
checkpoint
instead of_shard.checkpoint
to get rid of a warning.load_metric
as this function does not exist in newdatasets
module.legacy=False
to get rid of tokenizer warnings.Test Plan: Ran the tutorial as follows and ensured that it ran successfully: