You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the refactoring for #471, I moved the perf module in the runtime package out of the model-runner directory to the top level, but forgot to add it to the top-level index.ts so that it remains exported. The perf module is not considered part of the public API yet but we have an internal tool that relies on it, so it should be restored as an export.
The text was updated successfully, but these errors were encountered:
During the refactoring for #471, I moved the
perf
module in theruntime
package out of themodel-runner
directory to the top level, but forgot to add it to the top-levelindex.ts
so that it remains exported. Theperf
module is not considered part of the public API yet but we have an internal tool that relies on it, so it should be restored as an export.The text was updated successfully, but these errors were encountered: