Pratyush-01's picture
Upload folder using huggingface_hub
08f8699 verified
import hash from 'object-hash'
export default function hashConfig(config) {
return hash(config, { ignoreUnknown: true })
}