PyTorch 2.0 Release

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Judoscale - Save 47% on cloud hosting with autoscaling that just works
Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
judoscale.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. diffusers

    🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch and FLAX.

    In `diffusers` implementations (like InvokeAI) its pretty easy: https://github.com/huggingface/diffusers/blob/42beaf1d23b5cc...

    But I also compile the VAE and some other modules, I will reply again later when I can look at my local code.

    For the Automatic1111 repo (and presumably other original Stability AI implementations), I just add `m.model

  2. Judoscale

    Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.

    Judoscale logo
  3. stable-diffusion-webui

    Stable Diffusion web UI

    = torch.compile(m.model)` here: https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob...

    I tried changing the options in the config dict one by one, but TBH nothing seems to make a significant difference.

    I also havent messed with compiling LORA training yet, as I havent done it often as is sufficiently fast, but I'm sure it could be done.

  4. Pytorch

    Tensors and Dynamic neural networks in Python with strong GPU acceleration

    This is the master tracking list for MPS operator support: https://github.com/pytorch/pytorch/issues/77764

  5. detectron2

    Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.

    I could fine-tune a Detectron2 model a few months ago using PyTorch and MPS backend [1]. I'd be interested if it's working yet.

    https://github.com/facebookresearch/detectron2/issues/4342

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Decorator JITs: Python as a DSL

    10 projects | news.ycombinator.com | 3 Feb 2025
  • [D] Keras 3.0 Announcement: Keras for TensorFlow, JAX, and PyTorch

    3 projects | /r/MachineLearning | 11 Jul 2023
  • Torch 2.0 just went GA in the last day.

    4 projects | /r/StableDiffusion | 16 Mar 2023
  • Nope, idk.

    2 projects | /r/ProgrammerHumor | 25 Feb 2023
  • AUDIO CLASSIFICATION USING DEEP LEARNING

    3 projects | dev.to | 20 May 2022