ultrascale-playbook / README.md
thomwolf's picture
thomwolf HF staff
update
0af560f
|
raw
history blame
589 Bytes
---
title: Nanotron Gigablogpost
emoji: 🐨
colorFrom: green
colorTo: purple
sdk: static
pinned: false
license: apache-2.0
header: mini
app_file: dist/index.html
thumbnail: https://huggingface.co/spaces/HuggingFaceFW/blogpost-fineweb-v1/resolve/main/screenshot.jpeg
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Instruction to install and run locally
```bash
npm install
npm run build
npm run dev
// If you want to change something change it in src/....
// Once you are finished
npm run build
// And commit the dist folder
```