Abhishek Kulkarni
Abhishek Kulkarni
I extended the `msg_controller` to print out the `eth-type` for a `packet-in` event, as follows: ``` diff --git a/examples/controller/msg/MsgApps.hh b/examples/controller/msg/MsgApps.hh index 904b6bf..f3eb81d 100644 --- a/examples/controller/msg/MsgApps.hh +++ b/examples/controller/msg/MsgApps.hh @@ -57,6 +57,11...
* Unconditionally enable "ngraph-optimizer" grappler pass * Remove is_grappler_enabled() API call * Run tests using the grappler pass
Use replace_node_update_name to preserve friendly names of replaced nodes in the transpose sinking pass.
Avoid usage of `get_shape()` in `Size` and `Split` op so that they can work for dynamic inputs
Transpose sinking should copy/preserve the friendly name of nodes that it replaces or materializes whenever possible.
This PR removes the "static input" constraint (the constraint that one of the inputs be statically known at op construction/translation time) for several translations.
* Add support for DT_HALF TF datatypes * Minor fix to type constraint map for "OneHot" op
* Install deps required for running tests in the built venv * Remove dep installation from CI setup * Remove unused MacOs BuildKite configuration * Remove psutil dep and use...
This PR adds support for Microsoft Phi-3 model to FastGen. DeepSpeed-FastGen output with prompt "DeepSpeed is": ``` an AI-powered platform designed to optimize and scale distributed deep learning models across...