Jean-Claude Paquin

Results 7 comments of Jean-Claude Paquin

Would this be displayed as a tree? (A tree of networks with channels as children instead of just channels)

Is not parting the only connected channel expected? Is being able to part multiple channels at once expected?

Hey @fetus-hina, is there any way I could help produce these detailed export files? I wanted to use match power to estimate the total number of active players each month...

A bit late to this, but this looks like it should be fixed by https://github.com/onnx/onnx/pull/4907.

I encountered this, although mine was with llama 3 + zero3. The model safe tensors were being output as shards, but there was also a `model.safetensors` that HF seems to...

Should be fixed by https://github.com/onnx/onnx/pull/4907. External data wasn't being loaded due to an integration issue between onnx and onnxruntime.

@anjaliai91 I believe `onnxruntime` added some code on their side to work around this particular issue; a newer version might resolve this for you. Try updating the `onnxruntime` version in...