Benchmark
Defines benchmark-related decisions shown before local generation starts.
Author
Dmitriy Moroz
Inheritors
Types
Link copied to clipboard
data class ExceedsRecommendation(val reasons: List<BenchmarkLimitExceeded>, val recommendation: BenchmarkRecommendation) : GenerationModal.Benchmark
Warns that the selected local parameters exceed the benchmark guidance.
Link copied to clipboard
Asks the user whether to run a benchmark before first local generation.