automatisch / lerna.json
musarehmani100's picture
Upload folder using huggingface_hub
3206347 verified
raw
history blame contribute delete
No virus
171 Bytes
{
"packages": [
"packages/*"
],
"version": "0.10.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"add": {
"exact": true
}
}
}