hafidhsoekma commited on
Commit
ef5df60
1 Parent(s): 7b8cad6

Remove exclamation mark on installation dependencies

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -32,10 +32,10 @@ pipeline_tag: text-generation
32
 
33
  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:
34
  ```bash
35
- !pip install -U git+https://github.com/huggingface/transformers.git
36
- !pip install -U git+https://github.com/huggingface/peft.git
37
- !pip install -U bitsandbytes==0.39.0
38
- !pip install -U einops==0.6.1
39
  ```
40
 
41
 
 
32
 
33
  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:
34
  ```bash
35
+ pip install -U git+https://github.com/huggingface/transformers.git
36
+ pip install -U git+https://github.com/huggingface/peft.git
37
+ pip install -U bitsandbytes==0.39.0
38
+ pip install -U einops==0.6.1
39
  ```
40
 
41