Instructions to use float-lab/groot-lora-finetune-30fps-alpha-128 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use float-lab/groot-lora-finetune-30fps-alpha-128 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("nvidia/GR00T-N1.5-3B") model = PeftModel.from_pretrained(base_model, "float-lab/groot-lora-finetune-30fps-alpha-128") - Transformers
How to use float-lab/groot-lora-finetune-30fps-alpha-128 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("float-lab/groot-lora-finetune-30fps-alpha-128", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!