Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ This repository is part of [playbook for experiments on fine tuning small langua
|
|
| 19 |
### Before you start
|
| 20 |
|
| 21 |
- Clone the repository https://github.com/code2k13/onnx_javascript_browser_inference/edit/main/README.md
|
| 22 |
-
-
|
| 23 |
- Run `npm install`
|
| 24 |
|
| 25 |
### To run NodeJS example (NodeJS + onnx-runtime, server side)
|
|
|
|
| 19 |
### Before you start
|
| 20 |
|
| 21 |
- Clone the repository https://github.com/code2k13/onnx_javascript_browser_inference/edit/main/README.md
|
| 22 |
+
- Copy all files from this repository to the `model_files` directory of the cloned github repository.
|
| 23 |
- Run `npm install`
|
| 24 |
|
| 25 |
### To run NodeJS example (NodeJS + onnx-runtime, server side)
|