DeepWok / mase

Machine-Learning Accelerator System Exploration Tools
Other
116 stars 52 forks source link

Feature/onnx import #181

Closed pgimenes closed 4 months ago

pgimenes commented 4 months ago

Updates to importing a model from an ONNX graph into a Mase FX graph.

Functionality originally intended for importing HuggingFace models, now unnecessary since the HFTracer update. However will still be useful as a possible frontend for users in the future.

This PR also contains changes to support integrating the new HFTracer