Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import os
|
|
4 |
import shutil
|
5 |
import tempfile
|
6 |
import spaces
|
|
|
7 |
|
8 |
print("Installing flash-attn...")
|
9 |
# Install flash attention
|
|
|
4 |
import shutil
|
5 |
import tempfile
|
6 |
import spaces
|
7 |
+
import sys
|
8 |
|
9 |
print("Installing flash-attn...")
|
10 |
# Install flash attention
|