inference-x/.github/ISSUE_TEMPLATE/bug_report.md
Salka Elmadani ec36668cf5 Inference-X v1.0 — Universal AI Inference Engine
Better output from the same model. Fused computation, adaptive precision,
surgical expert loading. 305 KB, 19 backends, zero dependencies.

https://inference-x.com
2026-02-23 07:10:47 +00:00

30 lines
449 B
Markdown

---
name: Bug Report
about: Report a bug in Inference-X
title: '[Bug] '
labels: bug
---
## Environment
- **OS:**
- **CPU:**
- **RAM:**
- **Binary version:** (run `./inference-x --version`)
- **Model:** (name + quantization format)
## What happened
<!-- Describe what went wrong -->
## What you expected
<!-- What should have happened -->
## Steps to reproduce
```bash
# Commands to reproduce
```
## Logs
```
# Paste relevant output here
```