leafspark

Results 3 comments of leafspark

> 1. Model conversion script based on @FailSpy earlier work: https://github.com/fairydreaming/export-nemo-to-safetensors Getting an error when trying to run the NeMo > safetensors conversion script: ``` F:\LocalLLMs\nvidia>python convert-nemo.py Nemotron-4-340B-Instruct Nemotron-4-safetensors Reading...

Ended up fixing it by bypassing the `model.embedding.word_embeddings.weight` tensor and separately handling it; thanks!

I verified the sha256 of all the files; they matched, but unfortunately I was unable to find the issue. (I assume the Windows build of safetensors has a problem) For...