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');
}