Instructions to use Tonic/stablemed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Tonic/stablemed with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("stabilityai/stablelm-3b-4e1t") model = PeftModel.from_pretrained(base_model, "Tonic/stablemed") - Notebooks
- Google Colab
- Kaggle
Update invalid pointer
#2
by ZennyKenny - opened
Target Space showing runtime error. Perhaps will investigate this as well...
Looks as if user_input and system_prompt are declared but not defined anywhere. Maybe I misunderstand. Happy to help further the resolution but would need enhanced privs to look at backend.
hey there @ZennyKenny , thanks for taking a look at this , i only noticed this notification now, but i will investigate accordingly. thanks a lot ! π