UNPKG

olbench

Version:

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

8 lines 222 B
import React from 'react'; import { AppOptions } from './App.js'; interface Props { options: AppOptions; } export declare const BenchmarkRunner: React.FC<Props>; export {}; //# sourceMappingURL=BenchmarkRunner.d.ts.map