Pratyush-01's picture
Upload folder using huggingface_hub
9d1374f verified
Raw
History Blame Contribute Delete
126 Bytes
import hash from 'object-hash'
export default function hashConfig(config) {
return hash(config, { ignoreUnknown: true })
}