Skip to content

model download with kaggle tool runs out of memory for large model #250

@fac2003

Description

@fac2003

Trying to download model weights on a mac with 16GB (downloading to inspect the files):

VARIANT='27b-it-qat-q4_0-unquantized'
mkdir -p ./models-${VARIANT}
kaggle models instances versions download -p ./models-${VARIANT} google/gemma-3/transformers/gemma-3-${VARIANT}/1
78850 Killed: 9               kaggle models instances versions download -p ./models-${VARIANT} google/gemma-3/transformers/gemma-3-${VARIANT}/1

This somehow runs out of memory. The tool only needs to download files, memory should not scale with model size.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions