Skip to content

Commit

Permalink
docs: change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Apr 29, 2024
1 parent e99cb31 commit a3eef11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Node binding of [llama.cpp](https://github.com/ggerganov/llama.cpp).
## Installation

```sh
npm install llama.node
npm install @fugood/llama.node
```

## Usage

```js
import { loadModel } from 'llama.node'
import { loadModel } from '@fugood/llama.node'

// Initial a Llama context with the model (may take a while)
const context = loadModel({
Expand Down

0 comments on commit a3eef11

Please sign in to comment.