pytorch / tutorials

PyTorch tutorials.
https://pytorch.org/tutorials/
BSD 3-Clause "New" or "Revised" License
8.1k stars 4.03k forks source link

[BUG] - Outdated information in the tutorial: Learning Hybrid Frontend #2479

Open svekars opened 1 year ago

svekars commented 1 year ago

Add Link

https://pytorch.org/tutorials/beginner/hybrid_frontend/learning_hybrid_frontend_through_example_tutorial

Describe the bug

The tutorial has not been updated in a year, has low viewership, and contains the following outdated information:

The term hybrid frontend is not used anymore but instead it is now part of PyTorch JIT and TorchScript.

This tutorial should be either rewritten to reflect the changes or deprecated.

cc: @inkawhich

Describe your environment

PyTorch 2.0

cc @eellison @suo @gmagogsfm @jamesr66a @sekyondaMeta @carljparker @NicolasHug @kit1980 @subramen

RustyGrackle commented 10 months ago

/assigntome

andrewashere commented 10 months ago

/assigntome

markstur commented 10 months ago

/assigntome

markstur commented 10 months ago

@svekars I see the deprecate label. Do you still think it is okay to keep this as a jit.trace and jit.script tutorial? I think I can get that done soon, but I noticed the deprecate label and was wondering if it was already decided to just archive it.