alexwww94 commited on
Commit
692aae4
1 Parent(s): f8892b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -106,7 +106,7 @@ model = AutoGPTQForCausalLM.from_quantized(
106
  )
107
  ```
108
 
109
- You can also load the model using HuggingFace Transformers, but it will slow down inference.
110
 
111
  ```python
112
  import os
 
106
  )
107
  ```
108
 
109
+ You can also load the model using HuggingFace Transformers.
110
 
111
  ```python
112
  import os