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