Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@fugood/node-llama-linux-arm64-snapdragon

Package Overview
Dependencies
Maintainers
5
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fugood/node-llama-linux-arm64-snapdragon

Native module for An another Node binding of llama.cpp (linux-arm64-snapdragon)

latest
Source
npmnpm
Version
1.7.4
Version published
Maintainers
5
Created
Source

@fugood/node-llama-linux-arm64-snapdragon

Native module for llama.node targeting linux-arm64-snapdragon.

This package contains the pre-compiled native module for the specified platform and architecture with Qualcomm Snapdragon OpenCL and Hexagon support.

Installation

This package is typically installed automatically as a dependency of @fugood/llama.node.

Platform Support

  • OS: linux
  • Architecture: arm64
  • Variant: snapdragon
  • Backends: OpenCL, Hexagon NPU

Usage

This package is not meant to be used directly. It is consumed by the main @fugood/llama.node package.

Best Practice

This config for best practice.

{
    n_gpu_layers: 99,
    devices: ['HTP0'], // All available HTP devices
    flash_attn_type: 'on',
    n_threads: 6,
    batch_size: 128,
    cache_type_k: 'q8_0',
    cache_type_v: 'q8_0',
    cpu_mask: '0xfc',
    cpu_strict: true,
}

Keywords

llama

FAQs

Package last updated on 25 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts