MCPcopy
hub / github.com/buxuku/SmartSub / GpuInfo

Interface GpuInfo

types/addon.ts:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35export type GpuVendor = 'nvidia' | 'amd' | 'intel' | 'apple' | 'unknown';
36
37export interface GpuInfo {
38 name: string;
39 vendor: GpuVendor;
40}
41
42/**
43 * 实际加载的 whisper 后端

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected