Add TUTORIAL.md Markdown version and update README with project structure

This commit is contained in:
Luca Sacchi Ricciardi
2026-04-03 11:52:14 +02:00
parent 58b8bea857
commit 1f24f318df
2 changed files with 388 additions and 5 deletions

View File

@@ -28,17 +28,21 @@ TurboQuant permette una quantizzazione aggressiva della KV cache fino a ~1-bit p
## Struttura del Progetto
```
├── index.html # Tutorial single-page con CSS e JS embedded
├── README.md # Questo file
── LICENSE # Licenza ISC
├── index.html # Tutorial single-page con CSS e JS embedded
├── TUTORIAL.md # Versione Markdown completa del tutorial
── README.md # Questo file
└── LICENSE # Licenza ISC
```
## Quick Start
Il tutorial completo è disponibile nel file `index.html`. Puoi aprirlo direttamente nel browser:
Il tutorial è disponibile in due formati:
### Versione Web (index.html)
Apri il tutorial nel browser predefinito:
```bash
# Apri il tutorial nel browser predefinito
xdg-open index.html
```
@@ -49,6 +53,10 @@ python3 -m http.server 8000
# Visita http://localhost:8000
```
### Versione Markdown (TUTORIAL.md)
Leggi direttamente il tutorial in formato Markdown: vedi [TUTORIAL.md](TUTORIAL.md). Ideale per terminali, editor o lettori Markdown.
## Contenuti del Tutorial
1. **Step 0** -- Prerequisiti (hardware e software)