Better output from the same model. Fused computation, adaptive precision, surgical expert loading. 305 KB, 19 backends, zero dependencies. https://inference-x.com
30 lines
449 B
Markdown
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
|
|
```
|