AkhilTolani commited on
Commit
2644d35
1 Parent(s): 4548961

Create install.sh

Browse files
Files changed (1) hide show
  1. install.sh +10 -0
install.sh ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ # Install wheel and other essential build tools
4
+ pip install wheel
5
+
6
+ # Install the requirements from the requirements.txt file
7
+ pip install -r requirements.txt
8
+
9
+ # Install flash-attn with the specified option
10
+ pip install flash-attn --no-build-isolation