Skip to content

Commit 1ff8d38

Browse files
committed
update readme
1 parent 555b787 commit 1ff8d38

3 files changed

Lines changed: 5 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.

0 commit comments

Comments
 (0)