llama-3.2-webgpu / postcss.config.js
Xenova's picture
Xenova HF Staff
Update demo (Transformers.js v3.8.0) (#4)
65ad76b verified
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};