Skip to content

Commit 44995b8

Browse files
committed
fix type
1 parent 9fef11a commit 44995b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def quick_sort(arr):
252252

253253
### Quantized through bitsandbytes
254254

255-
We can also install Bitsandbytes through `pip install bitsandbytes Acceleration`, and simply add configuration to perform int8 or int4 inference (if you need to further compress the temporary memory applied at runtime, it is recommended to install FlashAttention):
255+
We can also install Bitsandbytes through `pip install bitsandbytes acceleration`, and simply add configuration to perform int8 or int4 inference (if you need to further compress the temporary memory applied at runtime, it is recommended to install FlashAttention):
256256

257257
```python
258258

0 commit comments

Comments
 (0)