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