ok 9b85d7c
yellowvanilla commited on
How to use kkkgg/Chat-SCW with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("feature-extraction", model="kkkgg/Chat-SCW", trust_remote_code=True) # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("kkkgg/Chat-SCW", trust_remote_code=True, device_map="auto")