How to load local model file
#23
by
CHNtentes
- opened
I already git clone everything and change
model, model_config = get_pretrained_model("stabilityai/stable-audio-open-1.0")
to
model, model_config = get_pretrained_model(".")
but it don't work.
.
is not a valid Hugging Face model name, don't change the model name in that function call, it's not a local file path.
Fauno15
changed discussion status to
closed