Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / pytorch/PiPPy issues and pull requests
#945 - Fix backward implementation and remove setting grad in forward()
Issue -
State: open - Opened by H-Huang 10 months ago
Labels: bug
#944 - Set up unit tests for PipelineSchedules
Pull Request -
State: closed - Opened by H-Huang 10 months ago
Labels: cla signed
#943 - Add UNet example
Pull Request -
State: closed - Opened by kwen2501 10 months ago
Labels: cla signed
#942 - Certify that auto-split is still working
Pull Request -
State: closed - Opened by kwen2501 10 months ago
Labels: cla signed
#941 - PipelineStage/Schedule issues
Issue -
State: open - Opened by wconstab 10 months ago
- 2 comments
#940 - Support for UNet1D and UNet2D models?
Issue -
State: closed - Opened by prajwal1210 10 months ago
- 4 comments
#939 - Rephrase 'pytorch tracer'
Pull Request -
State: closed - Opened by kwen2501 10 months ago
Labels: cla signed
#938 - Update manual PipelineStages constructor
Pull Request -
State: closed - Opened by H-Huang 10 months ago
Labels: cla signed
#937 - Add pypi instructions
Pull Request -
State: closed - Opened by kwen2501 10 months ago
Labels: cla signed
#936 - Version 0.2.0
Pull Request -
State: closed - Opened by kwen2501 10 months ago
Labels: cla signed
#935 - Clean stale code, doc & examples
Pull Request -
State: closed - Opened by kwen2501 10 months ago
Labels: cla signed
#934 - Add back support for stage.remap_qualname()
Pull Request -
State: closed - Opened by kwen2501 10 months ago
Labels: cla signed
#933 - Fill value for non-tensor inputs during shape prop
Pull Request -
State: closed - Opened by kwen2501 10 months ago
Labels: cla signed
#932 - Shape prop error when kwargs have constants
Issue -
State: closed - Opened by kwen2501 10 months ago
#931 - Remove stale tests
Pull Request -
State: closed - Opened by kwen2501 10 months ago
Labels: cla signed
#930 - Remove hf utils used by old FX tracer and pipeline driver
Pull Request -
State: closed - Opened by kwen2501 10 months ago
Labels: cla signed
#929 - Re-support kwargs at run time
Pull Request -
State: closed - Opened by kwen2501 11 months ago
Labels: cla signed
#928 - Re-support kwargs at run time
Issue -
State: closed - Opened by kwen2501 11 months ago
#927 - Remove cap on torch version
Pull Request -
State: closed - Opened by kwen2501 11 months ago
Labels: cla signed
#926 - [copy] update import for _export_to_torch_ir
Pull Request -
State: closed - Opened by kwen2501 11 months ago
Labels: cla signed
#925 - Correct spelling errors in README.md for inference examples
Pull Request -
State: closed - Opened by Mao-Siang 11 months ago
- 3 comments
Labels: cla signed
#924 - update import for _export_to_torch_ir
Pull Request -
State: closed - Opened by lessw2020 11 months ago
- 2 comments
Labels: cla signed
#923 - Support device dispatching during stage creation
Pull Request -
State: closed - Opened by kwen2501 11 months ago
- 1 comment
Labels: cla signed
#922 - PyTorch native 2D LLaMA inference
Pull Request -
State: open - Opened by kwen2501 11 months ago
- 3 comments
Labels: cla signed
#921 - Simplify llama example
Pull Request -
State: closed - Opened by kwen2501 12 months ago
Labels: cla signed
#920 - Add example for unrolling iterative blocks
Pull Request -
State: closed - Opened by kwen2501 12 months ago
Labels: cla signed
#919 - Remove PipelineDriver from README
Pull Request -
State: closed - Opened by kwen2501 12 months ago
Labels: cla signed
#918 - Update example.py
Pull Request -
State: closed - Opened by kwen2501 12 months ago
Labels: cla signed
#917 - Add LLaMA example
Pull Request -
State: closed - Opened by kwen2501 12 months ago
Labels: cla signed
#916 - Limit torch version in CI
Pull Request -
State: closed - Opened by kwen2501 12 months ago
Labels: cla signed
#915 - Fix qualname mapping after tracer migration
Pull Request -
State: closed - Opened by kwen2501 12 months ago
Labels: cla signed
#914 - Upgrade pipeline scheduler test to use device_mesh
Pull Request -
State: closed - Opened by lessw2020 12 months ago
- 1 comment
Labels: cla signed
#913 - Support multiple arguments in PipelineStage forward
Pull Request -
State: closed - Opened by H-Huang 12 months ago
Labels: cla signed
#912 - Check if remap_qualname still works after refactorization
Issue -
State: closed - Opened by kwen2501 12 months ago
- 1 comment
#911 - Check if stage-wise checkpoint loading still works after refactorization
Issue -
State: open - Opened by kwen2501 12 months ago
#910 - Check if meta device tracing still works after refactorization
Issue -
State: open - Opened by kwen2501 12 months ago
#909 - Add ConvBert example
Pull Request -
State: closed - Opened by kwen2501 12 months ago
Labels: cla signed
#908 - Add XLNet example
Pull Request -
State: closed - Opened by kwen2501 12 months ago
Labels: cla signed
#907 - Add TrOCR example
Pull Request -
State: closed - Opened by kwen2501 12 months ago
Labels: cla signed
#906 - PyTorch renaming submod indices leading to assert break
Issue -
State: open - Opened by kwen2501 12 months ago
#905 - Mute an assert to coup with pytorch upstream change
Pull Request -
State: closed - Opened by kwen2501 12 months ago
- 1 comment
Labels: cla signed
#904 - Add Pegasus example
Pull Request -
State: closed - Opened by kwen2501 12 months ago
Labels: cla signed
#903 - add abstract classes for PipelineStage and PipelineSchedule
Pull Request -
State: closed - Opened by H-Huang 12 months ago
Labels: cla signed
#902 - Add Bart example
Pull Request -
State: closed - Opened by kwen2501 12 months ago
Labels: cla signed
#901 - Add OPT example
Pull Request -
State: closed - Opened by kwen2501 12 months ago
Labels: cla signed
#900 - Add MBart example
Pull Request -
State: closed - Opened by kwen2501 12 months ago
Labels: cla signed
#899 - Add torch profiling based on context manager for pipeline scheduler
Pull Request -
State: closed - Opened by lessw2020 12 months ago
Labels: cla signed
#898 - Add M2M100 example
Pull Request -
State: closed - Opened by kwen2501 12 months ago
Labels: cla signed
#897 - Add Blenderbot example
Pull Request -
State: closed - Opened by kwen2501 12 months ago
Labels: cla signed
#896 - [dont merge] illustrative example with sleep
Pull Request -
State: closed - Opened by H-Huang 12 months ago
Labels: cla signed
#895 - Add PLBart example
Pull Request -
State: closed - Opened by kwen2501 12 months ago
Labels: cla signed
#894 - Add MobileBert example
Pull Request -
State: closed - Opened by kwen2501 12 months ago
Labels: cla signed
#893 - Add MegatronBert example
Pull Request -
State: closed - Opened by kwen2501 12 months ago
Labels: cla signed
#892 - Add MT5 example
Pull Request -
State: closed - Opened by kwen2501 12 months ago
Labels: cla signed
#891 - Add LayoutLM example
Pull Request -
State: closed - Opened by kwen2501 12 months ago
Labels: cla signed
#890 - Add FNet example
Pull Request -
State: closed - Opened by kwen2501 12 months ago
Labels: cla signed
#889 - Add GPTNeo example
Pull Request -
State: closed - Opened by kwen2501 12 months ago
Labels: cla signed
#888 - Add Electra example
Pull Request -
State: closed - Opened by kwen2501 12 months ago
Labels: cla signed
#887 - Add DistilBert example
Pull Request -
State: closed - Opened by kwen2501 12 months ago
Labels: cla signed
#886 - Add DebertaV2 example
Pull Request -
State: closed - Opened by kwen2501 12 months ago
Labels: cla signed
#885 - Add Deberta example
Pull Request -
State: closed - Opened by kwen2501 12 months ago
Labels: cla signed
#884 - Add CamemBert example
Pull Request -
State: closed - Opened by kwen2501 12 months ago
Labels: cla signed
#883 - Pipeline Schedule confused
Issue -
State: open - Opened by wuhouming 12 months ago
- 1 comment
#882 - Remove stale examples
Pull Request -
State: closed - Opened by kwen2501 12 months ago
Labels: cla signed
#881 - Migrate T5 example
Pull Request -
State: closed - Opened by kwen2501 12 months ago
- 1 comment
Labels: cla signed
#880 - Migrate BERT example
Pull Request -
State: closed - Opened by kwen2501 12 months ago
- 1 comment
Labels: cla signed
#879 - Add Albert example
Pull Request -
State: closed - Opened by kwen2501 almost 1 year ago
Labels: cla signed
#878 - add multinode_trainer.slurm for easy multinode reference
Pull Request -
State: closed - Opened by lessw2020 about 1 year ago
Labels: cla signed
#877 - Use module based logger
Pull Request -
State: closed - Opened by kwen2501 about 1 year ago
Labels: cla signed
#876 - Add pipeline schedules script
Pull Request -
State: closed - Opened by H-Huang about 1 year ago
- 5 comments
Labels: cla signed
#875 - Migrate GPT-2 to new tracer
Pull Request -
State: closed - Opened by kwen2501 about 1 year ago
Labels: cla signed
#873 - Migrate from FX tracer to _export_to_torch_ir
Pull Request -
State: closed - Opened by kwen2501 about 1 year ago
Labels: cla signed, fx
#872 - Expose _debug_mask_minibatches for stable numerical testing
Pull Request -
State: closed - Opened by kwen2501 about 1 year ago
- 1 comment
Labels: cla signed
#869 - Incompatible with pytorch 2.0?
Issue -
State: closed - Opened by botbw about 1 year ago
#868 - Simplify converter
Pull Request -
State: closed - Opened by rohan-varma about 1 year ago
Labels: cla signed
#867 - Replace'In adition' with 'In addition'
Pull Request -
State: closed - Opened by botbw about 1 year ago
Labels: cla signed
#866 - Fix missing import in README sample
Pull Request -
State: closed - Opened by botbw about 1 year ago
- 1 comment
Labels: cla signed
#865 - Failed to run fine-tuning (freezing some layers) of hf model with pippy
Issue -
State: open - Opened by hakob-petro about 1 year ago
#864 - ResNet example always underfitting when pippy training
Issue -
State: open - Opened by hakob-petro about 1 year ago
- 5 comments
#863 - split_into_equal_size returns submodules with non-optimizable parameters
Issue -
State: open - Opened by hakob-petro about 1 year ago
#862 - [WIP]2d inference for HF models
Pull Request -
State: closed - Opened by HamidShojanazeri over 1 year ago
- 2 comments
Labels: cla signed
#861 - Modularize microbatch fwd bwd
Pull Request -
State: closed - Opened by kwen2501 over 1 year ago
Labels: cla signed
#860 - Interleaved 1F1B
Pull Request -
State: closed - Opened by kwen2501 over 1 year ago
- 1 comment
Labels: cla signed
#859 - efficient inner pipe
Pull Request -
State: closed - Opened by moonbucks over 1 year ago
Labels: cla signed
#858 - inner cache implemented
Pull Request -
State: closed - Opened by moonbucks over 1 year ago
- 1 comment
Labels: cla signed
#857 - demo training/inference script
Pull Request -
State: closed - Opened by moonbucks over 1 year ago
Labels: cla signed
#856 - communication inside a stage
Pull Request -
State: closed - Opened by moonbucks over 1 year ago
Labels: cla signed
#855 - each PipelineStage holds multiple submods
Pull Request -
State: closed - Opened by moonbucks over 1 year ago
Labels: cla signed
#854 - Internal pipelining Part 1
Pull Request -
State: closed - Opened by moonbucks over 1 year ago
- 2 comments
Labels: cla signed
#853 - 2d training bug fixes
Pull Request -
State: closed - Opened by moonbucks over 1 year ago
Labels: cla signed
#852 - make num_streams for pipeline stage as a user's choice
Pull Request -
State: closed - Opened by moonbucks over 1 year ago
Labels: cla signed
#851 - initial OPT model with compile_stage setup
Pull Request -
State: closed - Opened by eddogola over 1 year ago
- 2 comments
Labels: cla signed
#850 - Make SaveModule.py public
Pull Request -
State: closed - Opened by eddogola over 1 year ago
- 1 comment
Labels: cla signed
#849 - Separate compute streams in forward path
Pull Request -
State: closed - Opened by moonbucks over 1 year ago
Labels: cla signed
#848 - adding dimension solver submodule
Pull Request -
State: closed - Opened by moonbucks over 1 year ago
- 1 comment
Labels: cla signed
#847 - profiler for example selective-tp
Pull Request -
State: closed - Opened by moonbucks over 1 year ago
- 1 comment
Labels: cla signed
#846 - update bert example to compile_stage
Pull Request -
State: closed - Opened by eddogola over 1 year ago
- 3 comments
Labels: cla signed
#845 - Create ckpt dir only once in _SaveModule
Pull Request -
State: closed - Opened by eddogola over 1 year ago
- 1 comment
Labels: cla signed
#844 - Add 1F1B schedule
Pull Request -
State: closed - Opened by kwen2501 over 1 year ago
Labels: cla signed
#843 - Add profiling example based on MLPs
Pull Request -
State: closed - Opened by kwen2501 over 1 year ago
Labels: cla signed