How to use Badribn/llama_prompt_tuning with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Badribn/llama_prompt_tuning", dtype="auto")