Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Merge branch 'main' into fix-theme-and-fouc
Browse files
README.md
CHANGED
|
@@ -12,11 +12,13 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
|
|
| 12 |
|
| 13 |
Demo: https://huggingface.co/spaces/huggingface-projects/inference-playground
|
| 14 |
|
| 15 |
-
## Local
|
| 16 |
|
| 17 |
```sh
|
| 18 |
-
pnpm
|
| 19 |
-
pnpm run dev
|
| 20 |
```
|
| 21 |
|
|
|
|
|
|
|
| 22 |
Hint: Use antfu's [ni](https://github.com/antfu-collective/ni) and never memorize a package manager again
|
|
|
|
| 12 |
|
| 13 |
Demo: https://huggingface.co/spaces/huggingface-projects/inference-playground
|
| 14 |
|
| 15 |
+
## Local development
|
| 16 |
|
| 17 |
```sh
|
| 18 |
+
pnpm i
|
| 19 |
+
HF_TOKEN=your_hf_token pnpm run dev
|
| 20 |
```
|
| 21 |
|
| 22 |
+
get your READ token from http://hf.co/settings/token
|
| 23 |
+
|
| 24 |
Hint: Use antfu's [ni](https://github.com/antfu-collective/ni) and never memorize a package manager again
|