stormlog.infer.profile
Active inference profiling runner.
Functions
|
Run an inference profile from a resolved config. |
Classes
|
Profile an OpenAI-compatible chat completions endpoint. |
- class stormlog.infer.profile.InferenceProfiler(config)[source]
Bases:
objectProfile an OpenAI-compatible chat completions endpoint.
- Parameters:
config (ProfileConfig)
- stormlog.infer.profile.run_profile(config)[source]
Run an inference profile from a resolved config.
- Parameters:
config (ProfileConfig)
- Return type:
dict[str, Any]