ryowatanabe240215 commited on
Commit
3b887a7
·
verified ·
1 Parent(s): f0f250d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -211,12 +211,12 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
211
  ```
212
 
213
  device = "cuda" if torch.cuda.is_available() else "cpu"
214
-
215
- !pip install -U bitsandbytes
216
- !pip install -U transformers
217
- !pip install -U accelerate
218
- !pip install -U datasets
219
- !pip install -U peft
220
  !pip install ipywidgets --upgrade
221
 
222
  from transformers import (
 
211
  ```
212
 
213
  device = "cuda" if torch.cuda.is_available() else "cpu"
214
+ !pip install -q datasets==3.0.2
215
+ !pip install transformers==4.45.0
216
+ !pip install accelerate==1.0.1
217
+ !pip install peft==0.13.2
218
+ !pip install trl==0.11.4
219
+ !pip install bitsandbytes==0.44.1
220
  !pip install ipywidgets --upgrade
221
 
222
  from transformers import (