Skip to Content

Changelog

All notable changes to Inferno AI are documented here.

[v0.7.0] - 2024-10-10

Current stable release.

New Features

Performance Improvements

Changes

Bug Fixes


[v0.6.0] - 2024-09-15

New Features

Performance Improvements

Bug Fixes


[v0.5.0] - 2024-08-01

New Features

Changes


[v0.4.0] - 2024-07-01

New Features

Performance Improvements


[v0.3.0] - 2024-06-01

New Features

Bug Fixes


[v0.2.0] - 2024-05-01

New Features


[v0.1.0] - 2024-04-01

Initial release.

Features


Upgrade Guides

Upgrading from v0.6.x to v0.7.0

Configuration Changes

The configuration format has been updated:

Old (v0.6.x):

[server]
port = 3000

New (v0.7.0):

[server]
port = 8080  # Default changed

Migration:

# Update your config.toml
sed -i 's/port = 3000/port = 8080/' ~/.config/inferno/config.toml

API Changes

No breaking changes in the API. All v0.6.x API calls are compatible.

Model Format

All GGUF models from v0.6.x are fully compatible with v0.7.0.


Upgrading from v0.5.x to v0.6.0

CUDA Version

CUDA 12.x is now supported. If you’re using CUDA 11.x, it will continue to work, but we recommend upgrading:

# Check your CUDA version
nvcc --version
 
# If < 12.x, upgrade CUDA toolkit
# https://developer.nvidia.com/cuda-downloads

Deprecation Notices

Deprecated in v0.7.0

Removed in v0.7.0


Roadmap

v0.8.0 (Planned: Q4 2024)

v0.9.0 (Planned: Q1 2025)

v1.0.0 (Planned: Q2 2025)


Version Support

VersionStatusSupported Until
v0.7.x✅ CurrentActive development
v0.6.x⚠️ Maintenance2025-01-01
v0.5.x⚠️ Security only2024-12-01
< v0.5❌ End of life-

Release Notes

Release Channels

Download

# Stable (recommended)
brew install inferno
 
# Beta
brew install inferno --beta
 
# Specific version
brew install [email protected]

Contributors

Thanks to all contributors who made these releases possible!

View the full contributor list on GitHub .


Report Issues

Found a bug? Report it on GitHub 

Feature request? Start a discussion