Training in progress, step 1569 07d4a29 verified
Walter Onyango commited on
How to use waltertaya/llama2-code-lora-v2 with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("waltertaya/llama2-code-lora-v2", dtype="auto", device_map="auto")