update weight f437ef1
Samsul Rahmadani commited on
How to use Bahasalab/BahasaGpt-chat with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Bahasalab/BahasaGpt-chat", device_map="auto")