Skip to content

Commit 4281a24

Browse files
committed
Merge branch 'lab/doc_gemma' into 'export/v1-1-0'
- update readme and docs to describe supporting Gemma models - fix docs for showing checkmark icons See merge request onecomp/onecomp-lab!65
2 parents 12bc07f + 3f00629 commit 4281a24

4 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Fujitsu One Compression (OneComp) is a Python package for LLM compression.
44

55
<p align="center">
6-
<img src="figs/onecomp.gif" alt="OneComp" />
6+
<img src="docs/assets/onecomp.gif" alt="OneComp" />
77
</p>
88

99
## ⚡ Just one line.
@@ -52,6 +52,8 @@ Other Hugging Face-compatible models may work but are currently untested.
5252
|---|-------------|-----------------|--------|
5353
| 1 | Llama | TinyLlama, Llama-2, Llama-3 | ✅ Verified |
5454
| 2 | Qwen3 | Qwen3-0.6B ~ 32B | ✅ Verified |
55+
| 3 | Gemma | Gemma 2, Gemma 3, Gemma 4 | ✅ Verified |
56+
5557

5658
> **Note:** Support for additional architectures is planned. Contributions and test reports are welcome.
5759

docs/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Open-source Python library for post-training quantization of Large Language Models**
44

55
<p align="center">
6-
<img src="../figs/onecomp.gif" alt="OneComp" />
6+
<img src="assets/onecomp.gif" alt="OneComp" />
77
</p>
88

99
---
@@ -57,6 +57,7 @@ Other Hugging Face-compatible models may work but are currently untested.
5757
|---|-------------|-----------------|--------|
5858
| 1 | Llama | TinyLlama, Llama-2, Llama-3 | :white_check_mark: Verified |
5959
| 2 | Qwen3 | Qwen3-0.6B ~ 32B | :white_check_mark: Verified |
60+
| 3 | Gemma | Gemma 2, Gemma 3, Gemma 4 | :white_check_mark: Verified |
6061

6162
!!! note
6263
Support for additional architectures is planned. Contributions and test reports are welcome.

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ markdown_extensions:
6565
generic: true
6666
- pymdownx.snippets:
6767
base_path: ["."]
68+
- pymdownx.emoji:
69+
emoji_index: !!python/name:material.extensions.emoji.twemoji
70+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
6871
- attr_list
6972
- md_in_html
7073
- toc:

0 commit comments

Comments
 (0)