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