Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
{
"configurations": [
{
"type": "node",
"name": "vscode-jest-tests",
"request": "launch",
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen",
"disableOptimisticBPs": true,
"cwd": "${workspaceFolder}",
"runtimeExecutable": "pnpm",
"args": ["test", "--runInBand", "--watchAll=false"]
}
]
}