Skip to content

Latest commit

 

History

History

llama-3.2-node

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

llama-3.2-node

This project demonstrates how to use Llama 3.2 1B in a Node.js environment.

Instructions

  1. Clone the repository:
    git clone https://github.com/huggingface/transformers.js-examples.git
  2. Change directory to the llama-3.2-node project:
    cd transformers.js-examples/llama-3.2-node
  3. Install the dependencies:
    npm install
  4. Run the example:
    node index.js