VanguardAI commited on
Commit
8c281b2
·
verified ·
1 Parent(s): a6c240f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -1
requirements.txt CHANGED
@@ -2,9 +2,17 @@ pip==24.1.2
2
  --find-links https://download.pytorch.org/whl/cu121
3
  torch==2.2.0
4
  triton
 
5
  git+https://github.com/unslothai/unsloth.git#egg=unsloth[cu121-ampere-torch220]
 
6
  transformers
7
  accelerate
8
  bitsandbytes
9
  einops
10
- xformers
 
 
 
 
 
 
 
2
  --find-links https://download.pytorch.org/whl/cu121
3
  torch==2.2.0
4
  triton
5
+
6
  git+https://github.com/unslothai/unsloth.git#egg=unsloth[cu121-ampere-torch220]
7
+
8
  transformers
9
  accelerate
10
  bitsandbytes
11
  einops
12
+ xformers
13
+
14
+ --find-links https://github.com/Dao-AILab/flash-attention/releases/download/v2.5.9/
15
+ flash-attn==2.5.9+cu121torch2.2.0
16
+
17
+ numpy
18
+ packaging