AQIT 0.1.0
Loading...
Searching...
No Matches
merge_analysis.py File Reference

Go to the source code of this file.

Namespaces

namespace  aquin
namespace  aquin.compute
namespace  aquin.compute.merge_analysis

Functions

list[dict[str, Any]] aquin.compute.merge_analysis._collapse_signals (list[dict[str, Any]] matrices, float mean_stable)
tuple[str, list[str]] aquin.compute.merge_analysis._merge_verdict (*, list[dict[str, Any]] collapse_signals, dict[str, Any]|None behavioral, float total_delta_l2)
dict[str, Any] aquin.compute.merge_analysis.run_merge_analysis (str model_id, str|Path checkpoint_path, *, str|None checkpoint_name=None, list[str]|None prompts=None, bool with_behavioral=True)
dict[str, Any] aquin.compute.merge_analysis.run_merge_analysis_from_args (dict[str, Any] args)