Update adapter_config.json 22ac8ca verified
Qingyun Li commited on
How to use qingy2024/Qwen2.5-14B-Math-LoRA with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("qingy2024/Qwen2.5-14B-Math-LoRA", device_map="auto")