sidthegirlkid's picture
Upload folder using huggingface_hub
3464d09 verified
Raw
History Blame Contribute Delete
136 Bytes
'use strict';
try {
module.exports = require('node-gyp-build')(__dirname);
} catch (e) {
module.exports = require('./fallback');
}