Skip to content

Commit

Permalink
Fix js samples README
Browse files Browse the repository at this point in the history
  • Loading branch information
vishniakov-nikolai committed Dec 23, 2024
1 parent d7e0d2b commit d1ce555
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 59 deletions.
5 changes: 2 additions & 3 deletions samples/js/chat_sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ optimum-cli export openvino --trust-remote-code --model TinyLlama/TinyLlama-1.1B

## Run:

Create `bin` folder in [../../../src/js](../../../src/js).
Compile GenAI JavaScript bindings archive first. Put its content into `bin` directory.
Compile GenAI JavaScript bindings archive first using the instructions in [../../../src/js/README.md](../../../src/js/README.md#build-bindings).

Run `npm install` in current folder and then run a sample:
Run `npm install` in current folder and then run the sample:

`node chat_sample.js TinyLlama-1.1B-Chat-v1.0`

Expand Down
56 changes: 0 additions & 56 deletions samples/js/interactive.js

This file was deleted.

0 comments on commit d1ce555

Please sign in to comment.