Instructions to use Sparx3d/gr00t-so100-test1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Sparx3d/gr00t-so100-test1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/root/.cache/huggingface/hub/models--nvidia--GR00T-N1-2B/snapshots/32e1fd2507f7739fad443e6b449c8188e0e02fcb") model = PeftModel.from_pretrained(base_model, "Sparx3d/gr00t-so100-test1") - Notebooks
- Google Colab
- Kaggle
Ctrl+K