| 18 | import { GenerationMetrics, GEMMA_DISPLAY_NAMES, GemmaModelId } from '@utils/localLlm/types'; |
| 19 | |
| 20 | interface BenchmarkPanelProps { |
| 21 | isVisible: boolean; |
| 22 | } |
| 23 | |
| 24 | type ActiveBackend = 'llamacpp' | 'transformers' | 'ollama' | null; |
| 25 |
nothing calls this directly
no outgoing calls
no test coverage detected