You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure anyone wants more patches to the convert_hf_to_gguf.py. The file is big as it is.
However, I wanted a NVFP4 variant of the latest Qwen3.5-122B (huggingface: txn545/Qwen3.5-122B-A10B-NVFP4), that was produced with NVIDIA Model Optimizer. However, the organization of tensors was slightly different than the existing script.
Anyway, if anyone needs a NVFP of this model, below is a patch.
It will be really nice when GPU support comes for NVFP4 in llama.cpp. For now, it runs mostly on the CPU (but some parts look to be running on the GPU, which I assume is the non NVFP4 parts of calculations).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Not sure anyone wants more patches to the convert_hf_to_gguf.py. The file is big as it is.
However, I wanted a NVFP4 variant of the latest Qwen3.5-122B (huggingface: txn545/Qwen3.5-122B-A10B-NVFP4), that was produced with NVIDIA Model Optimizer. However, the organization of tensors was slightly different than the existing script.
Anyway, if anyone needs a NVFP of this model, below is a patch.
It will be really nice when GPU support comes for NVFP4 in llama.cpp. For now, it runs mostly on the CPU (but some parts look to be running on the GPU, which I assume is the non NVFP4 parts of calculations).
All reactions