File size: 829 Bytes
b7daf4f
 
707251b
 
 
 
 
 
 
 
b7daf4f
 
707251b
b7daf4f
707251b
b7daf4f
707251b
b7daf4f
707251b
b7daf4f
707251b
b7daf4f
707251b
b7daf4f
707251b
b7daf4f
707251b
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
---
library_name: transformers
tags:
- code
- ptxas
- cuda
- assembly
license: apache-2.0
base_model:
- Qwen/Qwen3-Coder-Next
---

Iapetus-v2-Kernel is a 80-billion parameter coding model for Assembly (ptxas, arm, and x86), Cuda, C, C++ by Kronos Labs, fine-tuned on top of Qwen3-Coder-Next's Hybrid attention layout. It was trained on closed source datasets containing synthetically generated and verified code. We hope to spur interest in LLM's capable of performant low-level programming.

The model contains the following layout:

Size: 80B Parameters, A3B (3 Billion Active)

Depth: 48 layers

Hybrid layout: 12 * (3 * (Gated DeltaNet -> MoE) -> 1 * (Gated Attention -> MoE))

MoE: 512 experts, 10 activated experts, 1 shared expert

Context Length: 262,144 native

This repo contains the model in use at nvfp4 quantization.