Potential Missing Field in config.json document
#2
by
Kuhnisdoingmath
- opened
Trying to run the pretrained model on a VM using the following code:
"# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("zxhezexin/openlrm-mix-large-1.1")"
Then it said "Should have a model_type
key in its config.json".
Hi,
We haven't integrated OpenLRM modeling to the Huggingface transformers package yet. This Use in Transformers
is set automatically once there is a config.json
under model repo.
Plz try using our models with instructions here. https://github.com/3DTopia/OpenLRM?tab=readme-ov-file#setup.
Bests