Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
# Load and compute scores with the quantized model
|
2 |
```
|
3 |
import torch
|
|
|
1 |
+
!pip install "transformers==4.35" "bitsandbytes" "optimum" "datasets==2.13.0" "peft==0.9.0" "accelerate==0.27.1" "bitsandbytes==0.40.2" "trl==0.4.7" "safetensors>=0.3.1" "tiktoken"
|
2 |
+
|
3 |
# Load and compute scores with the quantized model
|
4 |
```
|
5 |
import torch
|