Aleksey Vlasenko
Aleksey Vlasenko
Finally I've got to test it myself, unfortunately it doesn't quite work out of the box yet because tensorflow pre-installed on TPU VMs is built with -D_GLIBCXX_USE_CXX11_ABI=1 flag and not...
Current implementation is way too hacky to be included into powertools or something else more or less official. It might easily break on next FSI change. I plan to port...
To change operation name use `graph.rename_node`, to change operation type use `node.change_op_type`.
See how to use it in examples: https://github.com/CODAIT/graph_def_editor/blob/76e994726630773b8e889c26c49d552b24c71813/examples/coco_example.py#L263
Yes, it is definitely possible, in fact it is one of the main use cases for graph editor. Also I realized that there are no good examples how to do...
Ok, took a bit of debugging, but I've figured it out. Issue is not related to Cursor, but to the way conda registers itself in ~/.bash_profile (for OSX or ~/.bashrc...
Same issue with Llama3.1 405B