Skip to content

Question: Can't download model checkpoints from Azure blob model registry #19

@antferdom

Description

@antferdom

I am attempting to download model checkpoints from the Azure Blob Model Registry associated with this repository. However, access denial errors appear to suggest that there's no public access to that storage, but only access via accounts that are added as external to openAI's tenant.

filename: model_registry.py

_MODEL_SPECS: dict[str, StandardModelSpec] = {
    # GPT-2 series
    "gpt2-small": StandardModelSpec(
        model_path="az://openaipublic/neuron-explainer/subject-models/gpt2/small"
    ),
    "gpt2-medium": StandardModelSpec(
        model_path="az://openaipublic/neuron-explainer/subject-models/gpt2/medium"
    ),
    "gpt2-large": StandardModelSpec(
        model_path="az://openaipublic/neuron-explainer/subject-models/gpt2/large"
    ),
    "gpt2-xl": StandardModelSpec(
        model_path="az://openaipublic/neuron-explainer/subject-models/gpt2/xl"
    ),
}
access denial error

Could you please verify whether the aforementioned Azure Blob storage is intended to be publicly accessible for model checkpoint retrieval?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions