SmolLM2-1.7B-Instruct-WebGPU / postcss.config.js
Xenova's picture
Xenova HF Staff
Upload source code (#3)
f500247 verified
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};