Cosmos3-Nano-reasoner-bnb8-vllm-und-only / quantization_config.json
ThePyProgrammer's picture
Upload folder using huggingface_hub
ae187f2 verified
Raw
History Blame Contribute Delete
446 Bytes
{
"base_model": "nvidia/Cosmos3-Nano",
"kept_components": [
"reasoner language model",
"lm_head",
"vision encoder"
],
"load_in_8bit": true,
"quantization_method": "bitsandbytes",
"removed_components": [
"diffusion generator expert",
"VAE/video generator",
"sound tokenizer/audio projection",
"action projection"
],
"source_local_path": "/home/pragnition/cosmos3-bnb8/Cosmos3-Nano-reasoner-bnb8-vllm"
}