wenhuach commited on
Commit
23ee65d
·
verified ·
1 Parent(s): be7c011

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -116,7 +116,7 @@ content: Large language models (LLMs) are AI systems trained on massive amounts
116
  ```
117
 
118
  ### Generate the model
119
- Mian branch is required if the model is fp8 and the device supports fp8 https://github.com/intel/auto-round
120
  ```python
121
  import torch
122
  from transformers import AutoModelForCausalLM, AutoTokenizer
 
116
  ```
117
 
118
  ### Generate the model
119
+
120
  ```python
121
  import torch
122
  from transformers import AutoModelForCausalLM, AutoTokenizer