Reinforcement Learning
Transformers
Safetensors
English
qwen2
text-generation
incident-triage
grpo
sre
production-incidents
trl
amd-mi300x
openenv
text-generation-inference
8-bit precision
Instructions to use OGrohit/logtriage-sre-agent with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
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") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -192,4 +192,4 @@ python train.py \
|
|
| 192 |
---
|
| 193 |
|
| 194 |
*Model Card Last Updated: April 2026*
|
| 195 |
-
*For questions, visit: https://github.com/
|
|
|
|
| 192 |
---
|
| 193 |
|
| 194 |
*Model Card Last Updated: April 2026*
|
| 195 |
+
*For questions, visit: https://github.com/rohitdecodes/logtriage-env/issues*
|