Yanbo Liang

Results 51 comments of Yanbo Liang

@sobolevn Thanks for your quick response! I do agree this works well in functionality's perspective, but I'd like to say if this is a good user experience. If users are...

I can understand your point, if other parts of CPython do the same way, it's fine. But if you take a look at this example: ``` >>> class MyConfig(dict): ......

> Backwards compilation is sometimes lazy. I recently added a structured_trace for AOTAutograd backwards compilation and we can also populate the scuba table with it too, although it must be...

> Couldn't this change be a one line change to generic_jump that just checks if the VariableTracker is a UserDefinedObjectVariable and then you jump? Why are the other code changes...

```typing._GenericAlias``` is type of ```typing.Mapping``` or similar ones, FX only supports basic data structure on the node right now. I hit similar issue, e.g, ```torch.storage``` is not supported on FX...

@andersonbcdefg We have added the support of Mixtral-8x7B MoE, please check https://github.com/pytorch-labs/gpt-fast/pull/71. Feel free to try and share feedback.