leejunhyeok commited on
Commit
aede6c2
·
verified ·
1 Parent(s): 8b93d6b

add install requirements in readme

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -66,6 +66,7 @@ Detailed information including technical report will be released later.
66
  |Improvement||+31.65%|+22.02%|-13.80%|+22.72%|-15.68%|+22.45%|-14.73%|
67
 
68
  ## How to use in transformers
 
69
  ```python
70
  from transformers import AutoModelForCausalLM, AutoTokenizer
71
  import torch
 
66
  |Improvement||+31.65%|+22.02%|-13.80%|+22.72%|-15.68%|+22.45%|-14.73%|
67
 
68
  ## How to use in transformers
69
+ To use this model, install huggingface [kernels](https://github.com/huggingface/kernels).
70
  ```python
71
  from transformers import AutoModelForCausalLM, AutoTokenizer
72
  import torch