UNPKG

olbench

Version:

Comprehensive Node.js-based benchmarking tool for Ollama local LLMs

8 lines 251 B
import React from 'react'; import { BenchmarkResult } from '../modules/results-processor.js'; interface Props { results: BenchmarkResult[]; } export declare const ResultsTable: React.FC<Props>; export {}; //# sourceMappingURL=ResultsTable.d.ts.map