Skip to content

Function: getReleaseInfo()

ts
getReleaseInfo(): Promise<{
  llamaCpp: {
     binarySource: string;
     release: string;
  };
  moduleVersion: string;
}>
getReleaseInfo(): Promise<{
  llamaCpp: {
     binarySource: string;
     release: string;
  };
  moduleVersion: string;
}>

Source

utils/getReleaseInfo.ts:10