How to use aaeshaaldahmani/code-analysis-llama-3.2-3b-instruct-ft with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("aaeshaaldahmani/code-analysis-llama-3.2-3b-instruct-ft", dtype="auto")
How to fix it?