Add TUTORIAL.md Markdown version and update README with project structure
This commit is contained in:
18
README.md
18
README.md
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user