"src/diffusers/pipelines/old/ddpm/run_ddpm.py" did not exist on "8cb5e69415ea60cd2b5012b1e5080fc8bc9da765"
Commit 29f4f8c1 authored by Miquel Jubert Hermoso's avatar Miquel Jubert Hermoso Committed by Facebook GitHub Bot
Browse files

Change launch_environment to pattern 2

Summary:
Pull Request resolved: https://github.com/facebookresearch/d2go/pull/253

WTTS

Reviewed By: wat3rBro

Differential Revision: D36438058

fbshipit-source-id: 1909cd31481eca92474baf952bd227256c786ac2
parent 97cad0b0
#!/usr/bin/env python3
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
from d2go.utils.oss_helper import fb_overwritable
MODEL_ZOO_STORAGE_PREFIX = "https://mobile-cv.s3-us-west-2.amazonaws.com/d2go/models/"
@fb_overwritable()
def get_model_zoo_storage_prefix() -> str:
return "https://mobile-cv.s3-us-west-2.amazonaws.com/d2go/models/"
@fb_overwritable()
def get_launch_environment():
return "local"
MODEL_ZOO_STORAGE_PREFIX = get_model_zoo_storage_prefix()
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment