For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
DocumentationAPI Reference
DocumentationAPI Reference
  • API Reference
    • Overview
        • Nemo Curator
          • Backends
          • Config
          • Core
          • Metrics
          • Models
            • Aesthetics
            • Base
            • Client
            • Clip
            • Cosmos Embed1
            • Nemotron 3 Nano Omni
            • Nemotron H Vl
            • Nsfw
            • Prompt Formatter
            • Qwen Lm
            • Qwen Vl
            • Transnetv2
            • Vllm Model
          • Package Info
          • Pipeline
          • Stages
          • Tasks
          • Utils
    • Pipeline
    • ProcessingStage
    • CompositeStage
    • Resources
NVIDIANVIDIA
Developer-friendly docs for your API
Privacy Policy | Your Privacy Choices | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Copyright © 2026, NVIDIA Corporation.

LogoLogoNeMo Curator
On this page
  • Module Contents
  • Classes
  • Functions
  • Data
  • API
API ReferenceFull Library ReferenceNemo CuratorNemo CuratorModels

nemo_curator.models.qwen_lm

||View as Markdown|
Previous

nemo_curator.models.prompt_formatter

Next

nemo_curator.models.qwen_vl

Module Contents

Classes

NameDescription
LLM-
QwenLMQwen language model.
SamplingParams-

Functions

NameDescription
_weights_complete-

Data

VLLM_AVAILABLE

_QWEN_LM_VARIANTS_INFO

API

class nemo_curator.models.qwen_lm.LLM()
class nemo_curator.models.qwen_lm.QwenLM(
model_dir: str = '',
model_variant: str = 'qwen2.5',
caption_batch_size: int = 1,
fp8: bool = False,
max_output_tokens: int = 512,
vllm_kwargs = {}
)

Bases: ModelInterface

Qwen language model.

nemo_curator.models.qwen_lm.QwenLM.download_weights_on_node(
model_dir: str,
variant: str = 'qwen2.5'
) -> None
classmethod

Download the weights for the QwenLM model on the node.

nemo_curator.models.qwen_lm.QwenLM.generate(
inputs: list[dict[str, typing.Any]]
) -> list[str]
nemo_curator.models.qwen_lm.QwenLM.model_id_names() -> list[str]
nemo_curator.models.qwen_lm.QwenLM.setup() -> None
class nemo_curator.models.qwen_lm.SamplingParams()
nemo_curator.models.qwen_lm._weights_complete(
model_dir_path: pathlib.Path
) -> bool
nemo_curator.models.qwen_lm.VLLM_AVAILABLE = True
nemo_curator.models.qwen_lm._QWEN_LM_VARIANTS_INFO: Final = {'qwen2.5': ('Qwen/Qwen2.5-14B-Instruct', 'cf98f3b'), 'qwen3': ('Qwen/Qwen3-14B'...