How to use Zhengyi/LLaMA-Mesh with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Zhengyi/LLaMA-Mesh") model = AutoModelForCausalLM.from_pretrained("Zhengyi/LLaMA-Mesh")
This PR ensures the appropriate metadata is added.
· Sign up or log in to comment