Skip to content

Commit 67edeaf

Browse files
Uses admonition for nanoGPT example
1 parent 8b1adb4 commit 67edeaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tripy/examples/nanogpt/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ Use `--quant-mode` in `example.py` to enable quantization. Supported modes:
6363
6464
- Weight-only `int4` quantization:
6565
66-
**Warning**: For this model, `int4` quantization may result in poor accuracy.
67-
We include it only to demonstrate the workflow.
68-
6966
```bash
7067
python3 example.py --input-text "What is the answer to life, the universe, and everything?" --seed=0 --quant-mode int4-weight-only
7168
```
@@ -76,3 +73,6 @@ Use `--quant-mode` in `example.py` to enable quantization. Supported modes:
7673
```
7774
Tripy: TEST: EXPECTED_STDOUT End
7875
-->
76+
77+
> [!WARNING]
78+
> For this model, `int4` quantization may result in poor accuracy. We include it only to demonstrate the workflow.

0 commit comments

Comments
 (0)