Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ibm-granite
/
Granite-4.0-WebGPU
like
165
Running
App
Files
Files
Community
7
refs/pr/4
Granite-4.0-WebGPU
/
vite.config.js
ibibrahim
Add WebGPU demo files (
#1
)
2379782
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
166 Bytes
import
{ defineConfig }
from
"vite"
;
import
react
from
"@vitejs/plugin-react"
;
// https://vitejs.dev/config/
export
default
defineConfig
({
plugins
: [
react
()],
});