sahilnishad commited on
Commit
a639bf4
1 Parent(s): 8193f11

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ Fine-tuned Florence-2 model on DocumentVQA dataset to perform question answering
28
  #### 1. Installation
29
 
30
  ```python
31
- pip install torch transformers datasets
32
  ```
33
  #### 2. Loading model and processor
34
  ```python
 
28
  #### 1. Installation
29
 
30
  ```python
31
+ pip install torch transformers datasets flash_attn
32
  ```
33
  #### 2. Loading model and processor
34
  ```python