kandanai commited on
Commit
b5beca4
·
verified ·
1 Parent(s): b6d62ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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