Spaces:
Runtime error
Runtime error
leonardlin
commited on
Commit
•
484081f
1
Parent(s):
c48336f
trying again w/ torch in pre-requirements.txt
Browse files- pre-requirements.txt +1 -0
- requirements.txt +1 -1
pre-requirements.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
torch
|
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
accelerate
|
2 |
bitsandbytes
|
|
|
3 |
gradio
|
4 |
scipy
|
5 |
-
torch
|
6 |
transformers
|
|
|
1 |
accelerate
|
2 |
bitsandbytes
|
3 |
+
flash_attn
|
4 |
gradio
|
5 |
scipy
|
|
|
6 |
transformers
|