Tommy van der Vorst

Results 178 comments of Tommy van der Vorst

@daltoniam cool stuff! Will have a look at it later on. How is/will security processing (e.g. the hashing required to establish a connection) (be) done on Linux? I suppose you...

@haixuanTao can you update the CI rust compiler? ```` error: package `wgpu-hal v0.13.1` cannot be built because it requires rustc 1.59 or newer, while the currently active rustc version is...

OK. I'm not very familiar with the GitHub CI stuff so I will have to dig into this later.

@haixuanTao the change turns out to be quite trivial, it is part of #119

Note, this PR basically adds a second pass that traverses the DAG (`pre_sequence` followed by `sequence`) where the first one exists to mark output nodes and the second actually sequences....

If the dynamism is not needed for inference, and can be statically removed by tools like onnx-simplifier, I am fine with not supporting them! We should probably check some popular...

> Oh... I didn't know that onnx-simplifier did not work on mac. Yeah well it works on Mac, just not on the new shiny ones :-) Apparently onnx-simplifier depends on...

This is much easier to fix after #45 lands!

Interestingly [GitHub packages](https://github.com/features/packages#pricing) traffic should be unlimited from within GitHub Actions.

@zimond great suggestion! I know other runtimes have a way to register custom ops as well. Not sure if @haixuanTao has the time, I am working on some other things...