hafidhsoekma commited on
Commit
80add21
1 Parent(s): 38258a1

Update library dependencies

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -31,7 +31,10 @@ tags:
31
 
32
  To use DukunLM, ensure that PyTorch has been installed and that you have an Nvidia GPU (or use Google Colab). After that you need to install the required dependencies:
33
  ```bash
34
- pip install -U transformers peft einops bitsandbytes
 
 
 
35
  ```
36
 
37
 
 
31
 
32
  To use DukunLM, ensure that PyTorch has been installed and that you have an Nvidia GPU (or use Google Colab). After that you need to install the required dependencies:
33
  ```bash
34
+ !pip install -U git+https://github.com/huggingface/transformers.git
35
+ !pip install -U git+https://github.com/huggingface/peft.git
36
+ !pip install -U bitsandbytes==0.39.0
37
+ !pip install -U einops==0.6.1
38
  ```
39
 
40