nemo-files

Manage filesets and upload data within the NeMo platform using the nemo CLI.

58|16|Updated May 14, 2026
One-click install
npx skills add https://github.com/NVIDIA-NeMo/nemo-platform --skill nemo-files
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nemo-files
Source: https://github.com/NVIDIA-NeMo/nemo-platform/tree/main/sdk/python/nemo-platform/src/nemo_platform/skills/nemo-files
Command: npx skills add https://github.com/NVIDIA-NeMo/nemo-platform --skill nemo-files

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the management of filesets and datasets within the NeMo platform, removing the complexity of manual file organization and CLI command syntax.

Core Features & Use Cases

  • Fileset Management: Create, list, update, and delete filesets to organize your data projects.
  • Data Transfer: Upload and download files between your local environment and the NeMo platform.
  • Use Case: When preparing a training dataset, use this skill to create a dedicated fileset and upload your JSONL files to ensure they are correctly registered for model training.

Quick Start

Use the nemo-files skill to upload the local file dataset.jsonl to the fileset named training-data.

Frequently Asked Questions about nemo-files

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upload datasets to the NeMo platform for model training?

To upload datasets to the NeMo platform, you can create a dedicated fileset and use the nemo CLI to transfer local files, ensuring your data is registered for model training.

What is the best way to organize JSONL files for NeMo training jobs?

Organizing JSONL files for NeMo training jobs is best handled by creating dedicated filesets to group your data, which simplifies tracking and workspace-specific data management.

Can I manage filesets and data uploads using the NeMo CLI?

Yes, you can manage filesets and data uploads using the NeMo CLI to create, list, update, and delete data collections within your configured platform environment.

Do I need a local nemo binary to synchronize files with the platform API server?

Yes, you need the local nemo binary installed and access to the configured platform API server to synchronize files and manage workspace-specific data tasks.

How do I create and delete filesets in my NeMo workspace?

You can create and delete filesets in your NeMo workspace by executing fileset management commands via the nemo CLI to organize your data projects efficiently.