-
Notifications
You must be signed in to change notification settings - Fork 243
Open
Description
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"
),
}
Could you please verify whether the aforementioned Azure Blob storage is intended to be publicly accessible for model checkpoint retrieval?
Metadata
Metadata
Assignees
Labels
No labels