How to use sravanthib/function_calling_RL with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("sravanthib/function_calling_RL", dtype="auto")
How to fix it?