Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,6 @@ c/olmoe_merged/
c/olmoe_i4/
.idea
c/tiny_inkling/

# Claude Code working directory (agent worktrees, session scratch) — never a repo artifact
.claude/
2 changes: 1 addition & 1 deletion README.it.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ma non ridefinire il modello di nascosto.

```
$ ./coli chat
🐦 colibri v1.3.0 — GLM-5.2 · 744B MoE · int4 · streaming CPU
🐦 colibri v1.4.0 — GLM-5.2 · 744B MoE · int4 · streaming CPU
✓ ready in 32s · resident 9.9 GB
› ciao!
◆ Ciao! 😊 Come posso aiutarti oggi?
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ may reduce speed; it must not quietly redefine the model.

```
$ ./coli chat
🐦 colibri v1.3.0 — GLM-5.2 · 744B MoE · int4 · streaming CPU
🐦 colibri v1.4.0 — GLM-5.2 · 744B MoE · int4 · streaming CPU
✓ ready in 32s · resident 9.9 GB
› ciao!
◆ Ciao! 😊 Come posso aiutarti oggi?
Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Colibrì 刻意用于验证激进的系统思路——因此**对速度不作 SL

```
$ ./coli chat
🐦 colibri v1.3.0 — GLM-5.2 · 744B MoE · int4 · streaming CPU
🐦 colibri v1.4.0 — GLM-5.2 · 744B MoE · int4 · streaming CPU
✓ ready in 32s · resident 9.9 GB
› ciao!
◆ Ciao! 😊 Come posso aiutarti oggi?
Expand Down
2 changes: 1 addition & 1 deletion README.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Colibrì 刻意用於驗證激進的系統構想——因此**對速度不作 SL

```
$ ./coli chat
🐦 colibri v1.3.0 — GLM-5.2 · 744B MoE · int4 · streaming CPU
🐦 colibri v1.4.0 — GLM-5.2 · 744B MoE · int4 · streaming CPU
✓ ready in 32s · resident 9.9 GB
› ciao!
◆ Ciao! 😊 Come posso aiutarti oggi?
Expand Down
2 changes: 1 addition & 1 deletion c/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Single source of truth for the colibri version number."""

__version__ = "1.3.0"
__version__ = "1.4.0"
Loading