Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ console.log(output);
|
|
18 |
|
19 |
#### Auto Classes
|
20 |
```js
|
21 |
-
import { AutoModelForCausalLM, AutoTokenizer } from '@xenova/transformers'
|
22 |
|
23 |
const model_path = 'Felladrin/onnx-int8-TinyMistral-248M';
|
24 |
const model = await AutoModelForCausalLM.from_pretrained(model_path);
|
|
|
18 |
|
19 |
#### Auto Classes
|
20 |
```js
|
21 |
+
import { AutoModelForCausalLM, AutoTokenizer } from '@xenova/transformers';
|
22 |
|
23 |
const model_path = 'Felladrin/onnx-int8-TinyMistral-248M';
|
24 |
const model = await AutoModelForCausalLM.from_pretrained(model_path);
|