Xenova HF staff commited on
Commit
d1f91f0
1 Parent(s): a7f074e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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);