Open
Description
📚 The doc issue
This python code does not work, but the api reference suggests it should?
et_runtime: Runtime = Runtime.get()
program: Program = et_runtime.load_program(
Path("text_model.pte"),
verification=Verification.InternalConsistency,
)
print("Program methods:", program.method_names)
forward: Method = program.load_method("forward")
methmeta: MethodMeta = program.method_meta("forward")
Although that looks to be the C++ api documentation, not the python documentation, but I don't see separate pythong documentation for the API...
Suggest a potential alternative/fix
Clarify where things are or are not available in the python api, or have a python specific api.
Also, is there some means by which this call can be accessed in python?
Metadata
Metadata
Labels
Type
Projects
Status
Ready
Status
Ready