How to use OGrohit/logtriage-sre-agent with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("OGrohit/logtriage-sre-agent") model = AutoModelForCausalLM.from_pretrained("OGrohit/logtriage-sre-agent")
The community tab is the place to discuss and collaborate with the HF community!