Duplicated from Zhengyi/LLaMA-Mesh
How to use uwantcheats/LLaMA-Mesh with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("uwantcheats/LLaMA-Mesh") model = AutoModelForCausalLM.from_pretrained("uwantcheats/LLaMA-Mesh")
The community tab is the place to discuss and collaborate with the HF community!