L
File size: 202 Bytes
37d8838
 
 
ab0a792
 
1
2
3
4
5
6
---# Load model directly
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("ehartford/WizardLM-Uncensored-Falcon-7b", trust_remote_code=True)
license: wtfpl
---