executorch
executorch copied to clipboard
Can it run in python virtual environment?
Can the pte file generated by executorch be tested directly in the python virtual environment? If possible, how can I use my own data set to test?
I think we can use python virtual environment, but will let @larryliu0820 and @dbort confirm
I believe you can just go through pip install executorch -> model = _load_for_executorch(<file_path>) -> model((inputs,)). Can you try this @tayloryoung-o and let us know if you run into issues.