Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
export const transferStates = {
PENDING: 'pending',
ACTIVE: 'active',
PROVISIONED: 'provisioned',
COMPLETED: 'completed',
ERROR: 'error',
REVERTED: 'reverted',
RELOCATING_REVERT: 'relocating_revert',
RELOCATING_SWITCHEROO: 'relocating_switcheroo',
REVERTING: 'reverting',
RENAMING: 'renaming',
EXPORTING: 'exporting',
IMPORTING: 'importing',
CLEANUP: 'cleanup',
} as const;