File size: 1,018 Bytes
7d11392
 
 
 
 
 
 
 
 
e054fc7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
title: README
emoji: 💻
colorFrom: green
colorTo: gray
sdk: static
pinned: false
---

# Models for i

A collection of open-weight language models converted to **big-endian** format so they run natively on **IBM i** (IBM Power) systems.

## Why this exists

Most pretrained model weights are published in little-endian formats. IBM Power hardware running IBM i operates in big-endian mode, so weights have to be byte-swapped before they will load correctly. The models published here have already been converted and validated, removing that step from the deployment path.

## What you'll find

- Big-endian variants of popular open-weight models
- Same architectures, tokenizers, and quantization options as the upstream sources
- Ready to load with common IBM i AI runtimes — no runtime conversion required

## Getting started

Tooling, conversion scripts, and IBM i runtime guidance live in the companion repository:

➡️ **[github.com/ajshedivy/models-for-i](https://github.com/ajshedivy/models-for-i)**